![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/bootstrap-vue/dist/ |
{ "b-alert/show": { "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", "type": "boolean|number|string" }, "b-alert/dismiss-label": { "description": "Value for the 'aria-label' attribute on the dismiss button", "type": "string" }, "b-alert/dismissible": { "description": "When set, enables the dismiss close button", "type": "boolean" }, "b-alert/fade": { "description": "When set to `true`, enables the fade animation/transition on the component", "type": "boolean" }, "b-alert/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-aspect/aspect": { "description": "Aspect as a width to height numeric ratio (such as `1.5`) or `width:height` string (such as '16:9')", "type": "number|string" }, "b-aspect/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-avatar/active-class": { "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'", "type": "string" }, "b-avatar/alt": { "description": "Value to place in the 'alt' attribute for image and icon avatars", "type": "string" }, "b-avatar/append": { "description": "<router-link> prop: Setting append prop always appends the relative path to the current path", "type": "boolean" }, "b-avatar/aria-label": { "description": "Sets the value of `aria-label` attribute on the rendered element", "type": "string" }, "b-avatar/badge": { "description": "When `true` shows an empty badge on the avatar, alternatively set to a string for content in the badge", "type": "boolean|string" }, "b-avatar/badge-left": { "description": "When `true` places the badge at the left instead of the right", "type": "boolean" }, "b-avatar/badge-offset": { "description": "CSS length to offset the badge. Positive values move the badge inwards, while negative values move the badge outwards", "type": "string" }, "b-avatar/badge-top": { "description": "When `true` places the badge at the top instead of the bottom", "type": "boolean" }, "b-avatar/badge-variant": { "description": "Applies one of the Bootstrap theme color variants to the badge", "type": "string" }, "b-avatar/button": { "description": "When set to `true`, renders the avatar as a button", "type": "boolean" }, "b-avatar/button-type": { "description": "Type of button to render (i.e. `button`, `submit`, `reset`). Has no effect if prop button is not set", "type": "string" }, "b-avatar/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-avatar/exact": { "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route", "type": "boolean" }, "b-avatar/exact-active-class": { "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'", "type": "string" }, "b-avatar/href": { "description": "<b-link> prop: Denotes the target URL of the link for standard a links", "type": "string" }, "b-avatar/icon": { "description": "Icon name to use for the avatar. Must be all lowercase. Defaults to `person-fill` if `text` or `src` props not provided", "type": "string" }, "b-avatar/no-prefetch": { "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", "type": "boolean" }, "b-avatar/prefetch": { "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`", "type": "boolean" }, "b-avatar/rel": { "description": "<b-link> prop: Sets the `rel` attribute on the rendered link", "type": "string" }, "b-avatar/replace": { "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", "type": "boolean" }, "b-avatar/rounded": { "description": "Specifies the type of rounding to apply to the avatar. The `square` prop takes precedence. Refer to the documentation for details", "type": "boolean|string" }, "b-avatar/router-component-name": { "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)", "type": "string" }, "b-avatar/size": { "description": "Size of the avatar. Refer to the documentation for details", "type": "number|string" }, "b-avatar/square": { "description": "Disables rounding of the avatar, rending the avatar with square corners", "type": "boolean" }, "b-avatar/src": { "description": "Image URL to use for the avatar", "type": "string" }, "b-avatar/target": { "description": "<b-link> prop: Sets the `target` attribute on the rendered link", "type": "string" }, "b-avatar/text": { "description": "Text to place in the avatar", "type": "string" }, "b-avatar/to": { "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", "type": "object|string" }, "b-avatar/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-avatar-group/overlap": { "description": "Floating point number specifying the amount of overlap where `0` is no overlap and `1` is 100% overlap", "type": "number|string" }, "b-avatar-group/rounded": { "description": "Specifies the type of rounding to apply to the child avatars. The `square` prop takes precedence. Refer to the documentation for details", "type": "boolean|string" }, "b-avatar-group/size": { "description": "Size of all the child avatars. Refer to the documentation for details", "type": "string" }, "b-avatar-group/square": { "description": "Disables rounding of the child avatars, rendering each avatar with square corners", "type": "boolean" }, "b-avatar-group/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-avatar-group/variant": { "description": "Applies one of the Bootstrap theme color variants to all child avatars", "type": "string" }, "b-badge/active": { "description": "When set to `true`, places the component in the active state with active styling", "type": "boolean" }, "b-badge/active-class": { "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'", "type": "string" }, "b-badge/append": { "description": "<router-link> prop: Setting append prop always appends the relative path to the current path", "type": "boolean" }, "b-badge/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-badge/exact": { "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route", "type": "boolean" }, "b-badge/exact-active-class": { "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'", "type": "string" }, "b-badge/href": { "description": "<b-link> prop: Denotes the target URL of the link for standard a links", "type": "string" }, "b-badge/no-prefetch": { "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", "type": "boolean" }, "b-badge/pill": { "description": "When set to 'true', renders the badge in pill style", "type": "boolean" }, "b-badge/prefetch": { "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`", "type": "boolean" }, "b-badge/rel": { "description": "<b-link> prop: Sets the `rel` attribute on the rendered link", "type": "string" }, "b-badge/replace": { "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", "type": "boolean" }, "b-badge/router-component-name": { "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)", "type": "string" }, "b-badge/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-badge/target": { "description": "<b-link> prop: Sets the `target` attribute on the rendered link", "type": "string" }, "b-badge/to": { "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", "type": "object|string" }, "b-badge/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-breadcrumb/items": { "description": "Array of breadcrumb items to render", "type": "any[]" }, "b-breadcrumb-item/active": { "description": "When set to `true`, places the component in the active state with active styling", "type": "boolean" }, "b-breadcrumb-item/active-class": { "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'", "type": "string" }, "b-breadcrumb-item/append": { "description": "<router-link> prop: Setting append prop always appends the relative path to the current path", "type": "boolean" }, "b-breadcrumb-item/aria-current": { "description": "Sets the value of the 'aria-current' attribute (when the item is the active item). Supported string values are 'location', 'page', or 'true'", "type": "string" }, "b-breadcrumb-item/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-breadcrumb-item/exact": { "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route", "type": "boolean" }, "b-breadcrumb-item/exact-active-class": { "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'", "type": "string" }, "b-breadcrumb-item/href": { "description": "<b-link> prop: Denotes the target URL of the link for standard a links", "type": "string" }, "b-breadcrumb-item/html": { "description": "HTML string to render in the breadcrumb item", "type": "string" }, "b-breadcrumb-item/no-prefetch": { "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", "type": "boolean" }, "b-breadcrumb-item/prefetch": { "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`", "type": "boolean" }, "b-breadcrumb-item/rel": { "description": "<b-link> prop: Sets the `rel` attribute on the rendered link", "type": "string" }, "b-breadcrumb-item/replace": { "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", "type": "boolean" }, "b-breadcrumb-item/router-component-name": { "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)", "type": "string" }, "b-breadcrumb-item/target": { "description": "<b-link> prop: Sets the `target` attribute on the rendered link", "type": "string" }, "b-breadcrumb-item/text": { "description": "Text to render in the breadcrumb item", "type": "string" }, "b-breadcrumb-item/to": { "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", "type": "object|string" }, "b-button/active": { "description": "When set to `true`, places the component in the active state with active styling", "type": "boolean" }, "b-button/active-class": { "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'", "type": "string" }, "b-button/append": { "description": "<router-link> prop: Setting append prop always appends the relative path to the current path", "type": "boolean" }, "b-button/block": { "description": "Renders a 100% width button (expands to the width of its parent container)", "type": "boolean" }, "b-button/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-button/exact": { "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route", "type": "boolean" }, "b-button/exact-active-class": { "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'", "type": "string" }, "b-button/href": { "description": "<b-link> prop: Denotes the target URL of the link for standard a links", "type": "string" }, "b-button/no-prefetch": { "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", "type": "boolean" }, "b-button/pill": { "description": "Renders the button with the pill style appearance when set to 'true'", "type": "boolean" }, "b-button/prefetch": { "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`", "type": "boolean" }, "b-button/pressed": { "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", "type": "boolean" }, "b-button/rel": { "description": "<b-link> prop: Sets the `rel` attribute on the rendered link", "type": "string" }, "b-button/replace": { "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", "type": "boolean" }, "b-button/router-component-name": { "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)", "type": "string" }, "b-button/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-button/squared": { "description": "Renders the button with non-rounded corners when set to 'true'", "type": "boolean" }, "b-button/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-button/target": { "description": "<b-link> prop: Sets the `target` attribute on the rendered link", "type": "string" }, "b-button/to": { "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", "type": "object|string" }, "b-button/type": { "description": "The value to set the button's 'type' attribute to. Can be one of 'button', 'submit', or 'reset'", "type": "string" }, "b-button/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-btn/active": { "description": "When set to `true`, places the component in the active state with active styling", "type": "boolean" }, "b-btn/active-class": { "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'", "type": "string" }, "b-btn/append": { "description": "<router-link> prop: Setting append prop always appends the relative path to the current path", "type": "boolean" }, "b-btn/block": { "description": "Renders a 100% width button (expands to the width of its parent container)", "type": "boolean" }, "b-btn/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-btn/exact": { "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route", "type": "boolean" }, "b-btn/exact-active-class": { "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'", "type": "string" }, "b-btn/href": { "description": "<b-link> prop: Denotes the target URL of the link for standard a links", "type": "string" }, "b-btn/no-prefetch": { "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", "type": "boolean" }, "b-btn/pill": { "description": "Renders the button with the pill style appearance when set to 'true'", "type": "boolean" }, "b-btn/prefetch": { "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`", "type": "boolean" }, "b-btn/pressed": { "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", "type": "boolean" }, "b-btn/rel": { "description": "<b-link> prop: Sets the `rel` attribute on the rendered link", "type": "string" }, "b-btn/replace": { "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", "type": "boolean" }, "b-btn/router-component-name": { "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)", "type": "string" }, "b-btn/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-btn/squared": { "description": "Renders the button with non-rounded corners when set to 'true'", "type": "boolean" }, "b-btn/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-btn/target": { "description": "<b-link> prop: Sets the `target` attribute on the rendered link", "type": "string" }, "b-btn/to": { "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", "type": "object|string" }, "b-btn/type": { "description": "The value to set the button's 'type' attribute to. Can be one of 'button', 'submit', or 'reset'", "type": "string" }, "b-btn/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-button-close/aria-label": { "description": "Sets the value of 'aria-label' attribute on the rendered element", "type": "string" }, "b-button-close/content": { "description": "The content of the close button", "type": "string" }, "b-button-close/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-button-close/text-variant": { "description": "Applies one of the Bootstrap theme color variants to the text", "type": "string" }, "b-btn-close/aria-label": { "description": "Sets the value of 'aria-label' attribute on the rendered element", "type": "string" }, "b-btn-close/content": { "description": "The content of the close button", "type": "string" }, "b-btn-close/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-btn-close/text-variant": { "description": "Applies one of the Bootstrap theme color variants to the text", "type": "string" }, "b-button-group/aria-role": { "description": "Sets the ARIA attribute `role` to a specific value", "type": "string" }, "b-button-group/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-button-group/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-button-group/vertical": { "description": "When set, rendered the button group in vertical mode", "type": "boolean" }, "b-btn-group/aria-role": { "description": "Sets the ARIA attribute `role` to a specific value", "type": "string" }, "b-btn-group/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-btn-group/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-btn-group/vertical": { "description": "When set, rendered the button group in vertical mode", "type": "boolean" }, "b-button-toolbar/justify": { "description": "Make the toolbar span the maximum available width, by increasing spacing between the button groups, input groups and dropdowns", "type": "boolean" }, "b-button-toolbar/key-nav": { "description": "When set, enabled keyboard navigation mode for the toolbar. Do not set this prop when the toolbar has inputs", "type": "boolean" }, "b-btn-toolbar/justify": { "description": "Make the toolbar span the maximum available width, by increasing spacing between the button groups, input groups and dropdowns", "type": "boolean" }, "b-btn-toolbar/key-nav": { "description": "When set, enabled keyboard navigation mode for the toolbar. Do not set this prop when the toolbar has inputs", "type": "boolean" }, "b-calendar/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-calendar/value": { "description": "Initially selected date value. Accepts either a `YYYY-MM-DD` string or a `Date` object", "type": "Date|string" }, "b-calendar/aria-controls": { "description": "If this component controls another component or element, set this to the ID of the controlled component or element", "type": "string" }, "b-calendar/block": { "description": "Makes the calendar full width", "type": "boolean" }, "b-calendar/date-disabled-fn": { "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", "type": "function" }, "b-calendar/date-format-options": { "description": "Format object for displayed text string that is passed to `Intl.DateTimeFormat`", "type": "object" }, "b-calendar/date-info-fn": { "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", "type": "function" }, "b-calendar/direction": { "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", "type": "string" }, "b-calendar/disabled": { "description": "Places the calendar in a non-interactive disabled state", "type": "boolean" }, "b-calendar/hidden": { "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", "type": "boolean" }, "b-calendar/hide-header": { "description": "When `true`, visually hides the selected date header", "type": "boolean" }, "b-calendar/initial-date": { "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)", "type": "Date|string" }, "b-calendar/label-calendar": { "description": "Value of the `aria-label` and `role-description` attributes applied to the calendar grid", "type": "string" }, "b-calendar/label-current-month": { "description": "Value of the `aria-label` and `title` attributes on the `Current Month` navigation button", "type": "string" }, "b-calendar/label-help": { "description": "Help text that appears at the bottom of the calendar grid", "type": "string" }, "b-calendar/label-nav": { "description": "Value of the `aria-label` attribute on to the calendar navigation button wrapper", "type": "string" }, "b-calendar/label-next-decade": { "description": "Value of the `aria-label` and `title` attributes on the optional `Next Decade` navigation button", "type": "string" }, "b-calendar/label-next-month": { "description": "Value of the `aria-label` and `title` attributes on the `Next Month` navigation button", "type": "string" }, "b-calendar/label-next-year": { "description": "Value of the `aria-label` and `title` attributes on the `Next Year` navigation button", "type": "string" }, "b-calendar/label-no-date-selected": { "description": "Label to use when no date is currently selected", "type": "string" }, "b-calendar/label-prev-decade": { "description": "Value of the `aria-label` and `title` attributes on the optional `Previous Decade` navigation button", "type": "string" }, "b-calendar/label-prev-month": { "description": "Value of the `aria-label` and `title` attributes on the `Previous Month` navigation button", "type": "string" }, "b-calendar/label-prev-year": { "description": "Value of the `aria-label` and `title` attributes on the `Previous Year` navigation button", "type": "string" }, "b-calendar/label-selected": { "description": "Value of the `aria-label` attribute set on the calendar grid date button that is selected", "type": "string" }, "b-calendar/label-today": { "description": "Value of the `aria-label` attribute for the calendar grid date button to signify that the date is today's date", "type": "string" }, "b-calendar/locale": { "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", "type": "any[]|string" }, "b-calendar/max": { "description": "The maximum date the calendar will show", "type": "Date|string" }, "b-calendar/min": { "description": "The minimum date the calendar will show", "type": "Date|string" }, "b-calendar/nav-button-variant": { "description": "Theme color variant to use for the navigation buttons", "type": "string" }, "b-calendar/no-highlight-today": { "description": "Disabled the highlighting of todays date in the calendar", "type": "boolean" }, "b-calendar/no-key-nav": { "description": "Disable keyboard navigation of the calendar components", "type": "boolean" }, "b-calendar/readonly": { "description": "Places the calendar in an interactive readonly state. Disables updating the v-model, while still allowing date navigation", "type": "boolean" }, "b-calendar/role-description": { "description": "Sets a value for the `role-description` attribute on the component", "type": "string" }, "b-calendar/selected-variant": { "description": "Theme color variant to use for the selected date button", "type": "string" }, "b-calendar/show-decade-nav": { "description": "When `true`, shows the +/- decade navigation buttons", "type": "boolean" }, "b-calendar/start-weekday": { "description": "Day of week to start the calendar. `0` for Sunday, `1` for Monday, `6` for Saturday, etc", "type": "number|string" }, "b-calendar/today-variant": { "description": "Theme color variant to use for highlighting todays date button. Defaults to the `selectedVariant` prop", "type": "string" }, "b-calendar/value-as-date": { "description": "Returns a `Date` object for the v-model instead of a `YYYY-MM-DD` string", "type": "boolean" }, "b-calendar/weekday-header-format": { "description": "Format to use for the calendar weekday headings. Possible values are `long`, `short` (default), or `narrow`", "type": "string" }, "b-calendar/width": { "description": "The width of the calendar. Has no effect if prop `block` is set", "type": "string" }, "b-card/align": { "description": "Text alignment for the card's content: 'left', 'center' or 'right'", "type": "string" }, "b-card/bg-variant": { "description": "Applies one of the Bootstrap theme color variants to the background", "type": "string" }, "b-card/body-bg-variant": { "description": "Applies one of the Bootstrap theme color variants to the body background", "type": "string" }, "b-card/body-border-variant": { "description": "Applies one of the Bootstrap theme color variants to the body border", "type": "string" }, "b-card/body-class": { "description": "CSS class (or classes) to apply to the body", "type": "any[]|object|string" }, "b-card/body-tag": { "description": "Specify the HTML tag to render instead of the default tag for the body", "type": "string" }, "b-card/body-text-variant": { "description": "Applies one of the Bootstrap theme color variants to the body text", "type": "string" }, "b-card/border-variant": { "description": "Applies one of the Bootstrap theme color variants to the border", "type": "string" }, "b-card/footer": { "description": "Text content to place in the footer", "type": "string" }, "b-card/footer-bg-variant": { "description": "Applies one of the Bootstrap theme color variants to the footer background", "type": "string" }, "b-card/footer-border-variant": { "description": "Applies one of the Bootstrap theme color variants to the footer border", "type": "string" }, "b-card/footer-class": { "description": "CSS class (or classes) to apply to the footer", "type": "any[]|object|string" }, "b-card/footer-html": { "description": "HTML string content to place in the footer", "type": "string" }, "b-card/footer-tag": { "description": "Specify the HTML tag to render instead of the default tag for the footer", "type": "string" }, "b-card/footer-text-variant": { "description": "Applies one of the Bootstrap theme color variants to the footer text", "type": "string" }, "b-card/header": { "description": "Text content to place in the header", "type": "string" }, "b-card/header-bg-variant": { "description": "Applies one of the Bootstrap theme color variants to the header background", "type": "string" }, "b-card/header-border-variant": { "description": "Applies one of the Bootstrap theme color variants to the header border", "type": "string" }, "b-card/header-class": { "description": "CSS class (or classes) to apply to the header", "type": "any[]|object|string" }, "b-card/header-html": { "description": "HTML string content to place in the header", "type": "string" }, "b-card/header-tag": { "description": "Specify the HTML tag to render instead of the default tag for the header", "type": "string" }, "b-card/header-text-variant": { "description": "Applies one of the Bootstrap theme color variants to the header text", "type": "string" }, "b-card/img-alt": { "description": "Value to set the image attribute 'alt'", "type": "string" }, "b-card/img-bottom": { "description": "Set if the image should appear at the bottom of the card", "type": "boolean" }, "b-card/img-end": { "description": "Set if the image should appear at the end (right) of the card", "type": "boolean" }, "b-card/img-height": { "description": "The value to set on the image's 'height' attribute", "type": "number|string" }, "b-card/img-left": { "description": "Set if the image should appear at the start (left) of the card. Synonym for the 'left' prop", "type": "boolean" }, "b-card/img-right": { "description": "Set if the image should appear at the end (right) of the card. Synonym for the 'right' prop", "type": "boolean" }, "b-card/img-src": { "description": "URL for the optional image", "type": "string" }, "b-card/img-start": { "description": "Set if the image should appear at the start (left) of the card", "type": "boolean" }, "b-card/img-top": { "description": "Set if the image should appear at the top of the card", "type": "boolean" }, "b-card/img-width": { "description": "The value to set on the image's 'width' attribute", "type": "number|string" }, "b-card/no-body": { "description": "Disable rendering of the default inner card-body element", "type": "boolean" }, "b-card/overlay": { "description": "When set, will overlay the card body on top of the image (if the card has an image)", "type": "boolean" }, "b-card/sub-title": { "description": "Text content to place in the sub title", "type": "string" }, "b-card/sub-title-tag": { "description": "Specify the HTML tag to render instead of the default tag for the sub title", "type": "string" }, "b-card/sub-title-text-variant": { "description": "Applies one of the Bootstrap theme color variants to the sub title text", "type": "string" }, "b-card/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-card/text-variant": { "description": "Applies one of the Bootstrap theme color variants to the text", "type": "string" }, "b-card/title": { "description": "Text content to place in the title", "type": "string" }, "b-card/title-tag": { "description": "Specify the HTML tag to render instead of the default tag for the title", "type": "string" }, "b-card-header/header": { "description": "Text content to place in the header", "type": "string" }, "b-card-header/header-bg-variant": { "description": "Applies one of the Bootstrap theme color variants to the header background", "type": "string" }, "b-card-header/header-border-variant": { "description": "Applies one of the Bootstrap theme color variants to the header border", "type": "string" }, "b-card-header/header-class": { "description": "CSS class (or classes) to apply to the header", "type": "any[]|object|string" }, "b-card-header/header-html": { "description": "HTML string content to place in the header", "type": "string" }, "b-card-header/header-tag": { "description": "Specify the HTML tag to render instead of the default tag for the header", "type": "string" }, "b-card-header/header-text-variant": { "description": "Applies one of the Bootstrap theme color variants to the header text", "type": "string" }, "b-card-footer/footer": { "description": "Text content to place in the footer", "type": "string" }, "b-card-footer/footer-bg-variant": { "description": "Applies one of the Bootstrap theme color variants to the footer background", "type": "string" }, "b-card-footer/footer-border-variant": { "description": "Applies one of the Bootstrap theme color variants to the footer border", "type": "string" }, "b-card-footer/footer-class": { "description": "CSS class (or classes) to apply to the footer", "type": "any[]|object|string" }, "b-card-footer/footer-html": { "description": "HTML string content to place in the footer", "type": "string" }, "b-card-footer/footer-tag": { "description": "Specify the HTML tag to render instead of the default tag for the footer", "type": "string" }, "b-card-footer/footer-text-variant": { "description": "Applies one of the Bootstrap theme color variants to the footer text", "type": "string" }, "b-card-body/body-bg-variant": { "description": "Applies one of the Bootstrap theme color variants to the body background", "type": "string" }, "b-card-body/body-border-variant": { "description": "Applies one of the Bootstrap theme color variants to the body border", "type": "string" }, "b-card-body/body-class": { "description": "CSS class (or classes) to apply to the body", "type": "any[]|object|string" }, "b-card-body/body-tag": { "description": "Specify the HTML tag to render instead of the default tag for the body", "type": "string" }, "b-card-body/body-text-variant": { "description": "Applies one of the Bootstrap theme color variants to the body text", "type": "string" }, "b-card-body/overlay": { "description": "When set, will overlay the card body on top of the image (if the card has an image)", "type": "boolean" }, "b-card-body/sub-title": { "description": "Text content to place in the sub title", "type": "string" }, "b-card-body/sub-title-tag": { "description": "Specify the HTML tag to render instead of the default tag for the sub title", "type": "string" }, "b-card-body/sub-title-text-variant": { "description": "Applies one of the Bootstrap theme color variants to the sub title text", "type": "string" }, "b-card-body/title": { "description": "Text content to place in the title", "type": "string" }, "b-card-body/title-tag": { "description": "Specify the HTML tag to render instead of the default tag for the title", "type": "string" }, "b-card-title/title": { "description": "Text content to place in the title", "type": "string" }, "b-card-title/title-tag": { "description": "Specify the HTML tag to render instead of the default tag for the title", "type": "string" }, "b-card-sub-title/sub-title": { "description": "Text content to place in the sub title", "type": "string" }, "b-card-sub-title/sub-title-tag": { "description": "Specify the HTML tag to render instead of the default tag for the sub title", "type": "string" }, "b-card-sub-title/sub-title-text-variant": { "description": "Applies one of the Bootstrap theme color variants to the sub title text", "type": "string" }, "b-card-img/alt": { "description": "Value to set for the `alt` attribute", "type": "string" }, "b-card-img/bottom": { "description": "Set if the image will be placed at the bottom of the card", "type": "boolean" }, "b-card-img/end": { "description": "Set if the image will be placed at the end (right) of the card", "type": "boolean" }, "b-card-img/height": { "description": "The value to set on the image's 'height' attribute", "type": "number|string" }, "b-card-img/left": { "description": "Set if the image will be placed at the start (left) of the card. Synonym for the 'left' prop", "type": "boolean" }, "b-card-img/right": { "description": "Set if the image will be placed at the end (right) of the card. Synonym for the 'right' prop", "type": "boolean" }, "b-card-img/src": { "description": "URL to set for the `src` attribute", "type": "string" }, "b-card-img/start": { "description": "Set if the image will be placed at the start (left) of the card", "type": "boolean" }, "b-card-img/top": { "description": "Set if the image will be placed at the top of the card", "type": "boolean" }, "b-card-img/width": { "description": "The value to set on the image's 'width' attribute", "type": "number|string" }, "b-card-img-lazy/blank-height": { "description": "Value of the 'height' attribute for the placeholder image", "type": "number|string" }, "b-card-img-lazy/blank-src": { "description": "URL of placeholder image. If not set, an SVG placeholder placeholder will be used", "type": "string" }, "b-card-img-lazy/blank-width": { "description": "Value of the 'width' attribute for the placeholder image", "type": "number|string" }, "b-card-img-lazy/bottom": { "description": "Set if the image will be placed at the bottom of the card", "type": "boolean" }, "b-card-img-lazy/end": { "description": "Set if the image will be placed at the end (right) of the card", "type": "boolean" }, "b-card-img-lazy/left": { "description": "Set if the image will be placed at the start (left) of the card. Synonym for the 'left' prop", "type": "boolean" }, "b-card-img-lazy/offset": { "description": "Number of pixels away from the viewport edge before the lazy image is loaded", "type": "number|string" }, "b-card-img-lazy/right": { "description": "Set if the image will be placed at the end (right) of the card. Synonym for the 'right' prop", "type": "boolean" }, "b-card-img-lazy/show": { "description": "If set to true, will force show the image specified via the 'src' prop", "type": "boolean" }, "b-card-img-lazy/start": { "description": "Set if the image will be placed at the start (left) of the card", "type": "boolean" }, "b-card-img-lazy/top": { "description": "Set if the image will be placed at the top of the card", "type": "boolean" }, "b-card-text/text-tag": { "description": "Specify the HTML tag to render instead of the default tag for the text content", "type": "string" }, "b-card-group/columns": { "description": "When set, renders the card group in a masonry-like columnar style", "type": "boolean" }, "b-card-group/deck": { "description": "When set renders the card group with gutters between cards", "type": "boolean" }, "b-card-group/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-carousel/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-carousel/value": { "description": "The currently active slide (zero-indexed)", "type": "number" }, "b-carousel/background": { "description": "Set the CSS color of the carousel's background", "type": "string" }, "b-carousel/controls": { "description": "Enable the previous and next controls", "type": "boolean" }, "b-carousel/fade": { "description": "When set, changes the slide animation to a crossfade instead of a sliding effect", "type": "boolean" }, "b-carousel/img-height": { "description": "Set the default image 'height' attribute for all b-tab children", "type": "number|string" }, "b-carousel/img-width": { "description": "Set the default image 'width' attribute for all b-tab children", "type": "number|string" }, "b-carousel/indicators": { "description": "Enable the indicator buttons for jumping to specific slides", "type": "boolean" }, "b-carousel/interval": { "description": "Set the delay time (in milliseconds) between slides", "type": "number" }, "b-carousel/label-goto-slide": { "description": "Sets the prefix for the 'aria-label' on the slide indicator controls. Will be suffixed with the slide number (1 indexed)", "type": "string" }, "b-carousel/label-indicators": { "description": "Sets the 'aria-label' on the indicator controls wrapper", "type": "string" }, "b-carousel/label-next": { "description": "Sets the 'aria-label' value for the next slide control", "type": "string" }, "b-carousel/label-prev": { "description": "Sets the 'aria-label' value for the previous slide control", "type": "string" }, "b-carousel/no-animation": { "description": "When set, disables animation when transitioning between slides", "type": "boolean" }, "b-carousel/no-hover-pause": { "description": "When set, disables the pausing of the slide show when the current slide is hovered", "type": "boolean" }, "b-carousel/no-touch": { "description": "Disable controlling the slides via touch swipes", "type": "boolean" }, "b-carousel/no-wrap": { "description": "Do not restart the slide show when then end is reached", "type": "boolean" }, "b-carousel-slide/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-carousel-slide/background": { "description": "CSS color to use as the slide's background color", "type": "string" }, "b-carousel-slide/caption": { "description": "Text content to place in the caption", "type": "string" }, "b-carousel-slide/caption-html": { "description": "HTML string content to place in the caption", "type": "string" }, "b-carousel-slide/caption-tag": { "description": "Specify the HTML tag to render instead of the default tag for the caption wrapper", "type": "string" }, "b-carousel-slide/content-tag": { "description": "Specify the HTML tag to render instead of the default tag for the content wrapper", "type": "string" }, "b-carousel-slide/content-visible-up": { "description": "Specify the breakpoint that the textual content will start to be shown. Leave at default to always show the textual content", "type": "string" }, "b-carousel-slide/img-alt": { "description": "Sets the value of the 'alt' attribute on the image", "type": "string" }, "b-carousel-slide/img-blank": { "description": "If set, will render a blank image instead of the img-src", "type": "boolean" }, "b-carousel-slide/img-blank-color": { "description": "Set the CSS color to use as the fill of the blank image", "type": "string" }, "b-carousel-slide/img-height": { "description": "Set the default image 'height' attribute for all b-tab children", "type": "number|string" }, "b-carousel-slide/img-src": { "description": "Sets the URL of the image", "type": "string" }, "b-carousel-slide/img-width": { "description": "Set the default image 'width' attribute for all b-tab children", "type": "number|string" }, "b-carousel-slide/text": { "description": "Text content to place in the text of the slide", "type": "string" }, "b-carousel-slide/text-html": { "description": "HTML string content to place in the text of the slide", "type": "string" }, "b-carousel-slide/text-tag": { "description": "Specify the HTML tag to render instead of the default tag for the text content", "type": "string" }, "b-collapse/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-collapse/visible": { "description": "When 'true', expands the collapse", "type": "boolean" }, "b-collapse/accordion": { "description": "The name of the accordion group that this collapse belongs to", "type": "string" }, "b-collapse/appear": { "description": "When set, and prop 'visible' is true on mount, will animate on initial mount", "type": "boolean" }, "b-collapse/is-nav": { "description": "When set, signifies that the collapse is part of a navbar, enabling certain features for navbar support", "type": "boolean" }, "b-collapse/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-dropdown/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-dropdown/boundary": { "description": "The boundary constraint of the menu: 'scrollParent', 'window', 'viewport', or a reference to an HTMLElement", "type": "HTMLElement|string" }, "b-dropdown/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-dropdown/dropleft": { "description": "When set, positions the menu to the left of the button", "type": "boolean" }, "b-dropdown/dropright": { "description": "When set, positions the menu to the right of the button", "type": "boolean" }, "b-dropdown/dropup": { "description": "When set, positions the menu on the top of the button", "type": "boolean" }, "b-dropdown/no-flip": { "description": "Prevent the menu from auto flipping positions", "type": "boolean" }, "b-dropdown/offset": { "description": "Specify the number of pixels to shift the menu by. Negative values supported", "type": "number|string" }, "b-dropdown/popper-opts": { "description": "Additional configuration to pass to Popper.js", "type": "object" }, "b-dropdown/right": { "description": "Align the right edge of the menu with the right of the button", "type": "boolean" }, "b-dropdown/block": { "description": "Renders a 100% width toggle button (expands to the width of its parent container)", "type": "boolean" }, "b-dropdown/html": { "description": "HTML string to place in the toggle button, or in the split button is split mode", "type": "string" }, "b-dropdown/lazy": { "description": "When set, will only mount the menu content into the DOM when the menu is open", "type": "boolean" }, "b-dropdown/menu-class": { "description": "CSS class (or classes) to add to the menu container", "type": "any[]|object|string" }, "b-dropdown/no-caret": { "description": "Hide the caret indicator on the toggle button", "type": "boolean" }, "b-dropdown/role": { "description": "Sets the ARIA attribute `role` to a specific value", "type": "string" }, "b-dropdown/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-dropdown/split": { "description": "When set, renders a split button dropdown", "type": "boolean" }, "b-dropdown/split-button-type": { "description": "Value to place in the 'type' attribute on the split button: 'button', 'submit', 'reset'", "type": "string" }, "b-dropdown/split-class": { "description": "CSS class (or classes) to add to the split button", "type": "any[]|object|string" }, "b-dropdown/split-href": { "description": "Denotes the target URL of the link for the split button", "type": "string" }, "b-dropdown/split-to": { "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", "type": "object|string" }, "b-dropdown/split-variant": { "description": "Applies one of the Bootstrap theme color variants to the split button. Defaults to the 'variant' prop value", "type": "string" }, "b-dropdown/text": { "description": "Text to place in the toggle button, or in the split button is split mode", "type": "string" }, "b-dropdown/toggle-class": { "description": "CSS class (or classes) to add to the toggle button", "type": "any[]|object|string" }, "b-dropdown/toggle-tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-dropdown/toggle-text": { "description": "ARIA label (sr-only) to set on the toggle when in split mode", "type": "string" }, "b-dropdown/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-dd/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-dd/boundary": { "description": "The boundary constraint of the menu: 'scrollParent', 'window', 'viewport', or a reference to an HTMLElement", "type": "HTMLElement|string" }, "b-dd/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-dd/dropleft": { "description": "When set, positions the menu to the left of the button", "type": "boolean" }, "b-dd/dropright": { "description": "When set, positions the menu to the right of the button", "type": "boolean" }, "b-dd/dropup": { "description": "When set, positions the menu on the top of the button", "type": "boolean" }, "b-dd/no-flip": { "description": "Prevent the menu from auto flipping positions", "type": "boolean" }, "b-dd/offset": { "description": "Specify the number of pixels to shift the menu by. Negative values supported", "type": "number|string" }, "b-dd/popper-opts": { "description": "Additional configuration to pass to Popper.js", "type": "object" }, "b-dd/right": { "description": "Align the right edge of the menu with the right of the button", "type": "boolean" }, "b-dd/block": { "description": "Renders a 100% width toggle button (expands to the width of its parent container)", "type": "boolean" }, "b-dd/html": { "description": "HTML string to place in the toggle button, or in the split button is split mode", "type": "string" }, "b-dd/lazy": { "description": "When set, will only mount the menu content into the DOM when the menu is open", "type": "boolean" }, "b-dd/menu-class": { "description": "CSS class (or classes) to add to the menu container", "type": "any[]|object|string" }, "b-dd/no-caret": { "description": "Hide the caret indicator on the toggle button", "type": "boolean" }, "b-dd/role": { "description": "Sets the ARIA attribute `role` to a specific value", "type": "string" }, "b-dd/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-dd/split": { "description": "When set, renders a split button dropdown", "type": "boolean" }, "b-dd/split-button-type": { "description": "Value to place in the 'type' attribute on the split button: 'button', 'submit', 'reset'", "type": "string" }, "b-dd/split-class": { "description": "CSS class (or classes) to add to the split button", "type": "any[]|object|string" }, "b-dd/split-href": { "description": "Denotes the target URL of the link for the split button", "type": "string" }, "b-dd/split-to": { "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", "type": "object|string" }, "b-dd/split-variant": { "description": "Applies one of the Bootstrap theme color variants to the split button. Defaults to the 'variant' prop value", "type": "string" }, "b-dd/text": { "description": "Text to place in the toggle button, or in the split button is split mode", "type": "string" }, "b-dd/toggle-class": { "description": "CSS class (or classes) to add to the toggle button", "type": "any[]|object|string" }, "b-dd/toggle-tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-dd/toggle-text": { "description": "ARIA label (sr-only) to set on the toggle when in split mode", "type": "string" }, "b-dd/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-dropdown-item/active": { "description": "When set to `true`, places the component in the active state with active styling", "type": "boolean" }, "b-dropdown-item/active-class": { "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'", "type": "string" }, "b-dropdown-item/append": { "description": "<router-link> prop: Setting append prop always appends the relative path to the current path", "type": "boolean" }, "b-dropdown-item/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-dropdown-item/exact": { "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route", "type": "boolean" }, "b-dropdown-item/exact-active-class": { "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'", "type": "string" }, "b-dropdown-item/href": { "description": "<b-link> prop: Denotes the target URL of the link for standard a links", "type": "string" }, "b-dropdown-item/link-class": { "description": "Class or classes to apply to the inner link element", "type": "any[]|object|string" }, "b-dropdown-item/no-prefetch": { "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", "type": "boolean" }, "b-dropdown-item/prefetch": { "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`", "type": "boolean" }, "b-dropdown-item/rel": { "description": "<b-link> prop: Sets the `rel` attribute on the rendered link", "type": "string" }, "b-dropdown-item/replace": { "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", "type": "boolean" }, "b-dropdown-item/router-component-name": { "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)", "type": "string" }, "b-dropdown-item/target": { "description": "<b-link> prop: Sets the `target` attribute on the rendered link", "type": "string" }, "b-dropdown-item/to": { "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", "type": "object|string" }, "b-dropdown-item/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-dd-item/active": { "description": "When set to `true`, places the component in the active state with active styling", "type": "boolean" }, "b-dd-item/active-class": { "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'", "type": "string" }, "b-dd-item/append": { "description": "<router-link> prop: Setting append prop always appends the relative path to the current path", "type": "boolean" }, "b-dd-item/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-dd-item/exact": { "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route", "type": "boolean" }, "b-dd-item/exact-active-class": { "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'", "type": "string" }, "b-dd-item/href": { "description": "<b-link> prop: Denotes the target URL of the link for standard a links", "type": "string" }, "b-dd-item/link-class": { "description": "Class or classes to apply to the inner link element", "type": "any[]|object|string" }, "b-dd-item/no-prefetch": { "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", "type": "boolean" }, "b-dd-item/prefetch": { "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`", "type": "boolean" }, "b-dd-item/rel": { "description": "<b-link> prop: Sets the `rel` attribute on the rendered link", "type": "string" }, "b-dd-item/replace": { "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", "type": "boolean" }, "b-dd-item/router-component-name": { "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)", "type": "string" }, "b-dd-item/target": { "description": "<b-link> prop: Sets the `target` attribute on the rendered link", "type": "string" }, "b-dd-item/to": { "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", "type": "object|string" }, "b-dd-item/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-dropdown-item-button/active": { "description": "When set to `true`, places the component in the active state with active styling", "type": "boolean" }, "b-dropdown-item-button/active-class": { "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'", "type": "string" }, "b-dropdown-item-button/button-class": { "description": "Class or classes to apply to the inner button element", "type": "any[]|object|string" }, "b-dropdown-item-button/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-dropdown-item-button/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-dropdown-item-btn/active": { "description": "When set to `true`, places the component in the active state with active styling", "type": "boolean" }, "b-dropdown-item-btn/active-class": { "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'", "type": "string" }, "b-dropdown-item-btn/button-class": { "description": "Class or classes to apply to the inner button element", "type": "any[]|object|string" }, "b-dropdown-item-btn/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-dropdown-item-btn/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-dd-item-button/active": { "description": "When set to `true`, places the component in the active state with active styling", "type": "boolean" }, "b-dd-item-button/active-class": { "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'", "type": "string" }, "b-dd-item-button/button-class": { "description": "Class or classes to apply to the inner button element", "type": "any[]|object|string" }, "b-dd-item-button/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-dd-item-button/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-dd-item-btn/active": { "description": "When set to `true`, places the component in the active state with active styling", "type": "boolean" }, "b-dd-item-btn/active-class": { "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'", "type": "string" }, "b-dd-item-btn/button-class": { "description": "Class or classes to apply to the inner button element", "type": "any[]|object|string" }, "b-dd-item-btn/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-dd-item-btn/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-dropdown-divider/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-dd-divider/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-dropdown-form/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-dropdown-form/form-class": { "description": "CSS class (or classes) to add to the form", "type": "any[]|object|string" }, "b-dropdown-form/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-dropdown-form/inline": { "description": "When set, the form will be in inline mode which display labels, form controls, and buttons on a single horizontal row", "type": "boolean" }, "b-dropdown-form/novalidate": { "description": "When set, disables browser native HTML5 validation on controls in the form", "type": "boolean" }, "b-dropdown-form/validated": { "description": "When set, adds the Bootstrap class 'was-validated' on the form, triggering the native browser validation states", "type": "boolean" }, "b-dd-form/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-dd-form/form-class": { "description": "CSS class (or classes) to add to the form", "type": "any[]|object|string" }, "b-dd-form/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-dd-form/inline": { "description": "When set, the form will be in inline mode which display labels, form controls, and buttons on a single horizontal row", "type": "boolean" }, "b-dd-form/novalidate": { "description": "When set, disables browser native HTML5 validation on controls in the form", "type": "boolean" }, "b-dd-form/validated": { "description": "When set, adds the Bootstrap class 'was-validated' on the form, triggering the native browser validation states", "type": "boolean" }, "b-dropdown-text/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-dropdown-text/text-class": { "description": "Class or classes to apply to the inner element", "type": "any[]|object|string" }, "b-dropdown-text/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-dd-text/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-dd-text/text-class": { "description": "Class or classes to apply to the inner element", "type": "any[]|object|string" }, "b-dd-text/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-dropdown-group/aria-describedby": { "description": "The ID of the element that provides additional context for this component. Used as the value for the `aria-describedby` attribute", "type": "string" }, "b-dropdown-group/header": { "description": "Text content to place in the header", "type": "string" }, "b-dropdown-group/header-classes": { "description": "CSS class (or classes) to add to the header", "type": "any[]|object|string" }, "b-dropdown-group/header-tag": { "description": "Specify the HTML tag to render instead of the default tag for the header", "type": "string" }, "b-dropdown-group/header-variant": { "description": "Applies one of the Bootstrap theme color variants to the header", "type": "string" }, "b-dropdown-group/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-dd-group/aria-describedby": { "description": "The ID of the element that provides additional context for this component. Used as the value for the `aria-describedby` attribute", "type": "string" }, "b-dd-group/header": { "description": "Text content to place in the header", "type": "string" }, "b-dd-group/header-classes": { "description": "CSS class (or classes) to add to the header", "type": "any[]|object|string" }, "b-dd-group/header-tag": { "description": "Specify the HTML tag to render instead of the default tag for the header", "type": "string" }, "b-dd-group/header-variant": { "description": "Applies one of the Bootstrap theme color variants to the header", "type": "string" }, "b-dd-group/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-dropdown-header/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-dropdown-header/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-dropdown-header/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-dd-header/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-dd-header/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-dd-header/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-embed/aspect": { "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", "type": "string" }, "b-embed/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-embed/type": { "description": "Type of embed. Possible values are 'iframe', 'video', 'embed' and 'object'", "type": "string" }, "b-form/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-form/inline": { "description": "When set, the form will be in inline mode which display labels, form controls, and buttons on a single horizontal row", "type": "boolean" }, "b-form/novalidate": { "description": "When set, disables browser native HTML5 validation on controls in the form", "type": "boolean" }, "b-form/validated": { "description": "When set, adds the Bootstrap class 'was-validated' on the form, triggering the native browser validation states", "type": "boolean" }, "b-form-text/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-form-text/inline": { "description": "When set, renders the help text as an inline element, rather than a block element", "type": "boolean" }, "b-form-text/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-form-text/text-variant": { "description": "Applies one of the Bootstrap theme color variants to the text", "type": "string" }, "b-form-invalid-feedback/aria-live": { "description": "When the rendered element is an `aria-live` region (for screen reader users), set to either 'polite' or 'assertive'", "type": "string" }, "b-form-invalid-feedback/force-show": { "description": "Shows the feedback text, regardless of the value of the 'state' prop", "type": "boolean" }, "b-form-invalid-feedback/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-form-invalid-feedback/role": { "description": "Sets the ARIA attribute `role` to a specific value", "type": "string" }, "b-form-invalid-feedback/state": { "description": "When explicitly 'false', forces the feedback to show", "type": "boolean" }, "b-form-invalid-feedback/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-form-invalid-feedback/tooltip": { "description": "Renders the feedback text in a rudimentary tooltip style", "type": "boolean" }, "b-form-valid-feedback/aria-live": { "description": "When the rendered element is an `aria-live` region (for screen reader users), set to either 'polite' or 'assertive'", "type": "string" }, "b-form-valid-feedback/force-show": { "description": "Shows the feedback text, regardless of the value of the 'state' prop", "type": "boolean" }, "b-form-valid-feedback/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-form-valid-feedback/role": { "description": "Sets the ARIA attribute `role` to a specific value", "type": "string" }, "b-form-valid-feedback/state": { "description": "When explicitly 'true', forces the feedback to show", "type": "boolean" }, "b-form-valid-feedback/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-form-valid-feedback/tooltip": { "description": "Renders the feedback text in a rudimentary tooltip style", "type": "boolean" }, "b-form-datalist/disabled-field": { "description": "Field name in the `options` array that should be used for the disabled state", "type": "string" }, "b-form-datalist/html-field": { "description": "Field name in the `options` array that should be used for the html label instead of text field", "type": "string" }, "b-form-datalist/options": { "description": "Array of items to render in the component", "type": "any[]|object" }, "b-form-datalist/text-field": { "description": "Field name in the `options` array that should be used for the text label", "type": "string" }, "b-form-datalist/value-field": { "description": "Field name in the `options` array that should be used for the value", "type": "string" }, "b-form-datalist/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-datalist/disabled-field": { "description": "Field name in the `options` array that should be used for the disabled state", "type": "string" }, "b-datalist/html-field": { "description": "Field name in the `options` array that should be used for the html label instead of text field", "type": "string" }, "b-datalist/options": { "description": "Array of items to render in the component", "type": "any[]|object" }, "b-datalist/text-field": { "description": "Field name in the `options` array that should be used for the text label", "type": "string" }, "b-datalist/value-field": { "description": "Field name in the `options` array that should be used for the value", "type": "string" }, "b-datalist/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-form-checkbox-group/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-form-checkbox-group/checked": { "description": "The current value of the checked checkboxes in the group. Must be an array when there are multiple checkboxes", "type": "any[]" }, "b-form-checkbox-group/autofocus": { "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", "type": "boolean" }, "b-form-checkbox-group/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-form-checkbox-group/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-form-checkbox-group/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-form-checkbox-group/required": { "description": "Adds the `required` attribute to the form control", "type": "boolean" }, "b-form-checkbox-group/disabled-field": { "description": "Field name in the `options` array that should be used for the disabled state", "type": "string" }, "b-form-checkbox-group/html-field": { "description": "Field name in the `options` array that should be used for the html label instead of text field", "type": "string" }, "b-form-checkbox-group/options": { "description": "Array of items to render in the component", "type": "any[]|object" }, "b-form-checkbox-group/text-field": { "description": "Field name in the `options` array that should be used for the text label", "type": "string" }, "b-form-checkbox-group/value-field": { "description": "Field name in the `options` array that should be used for the value", "type": "string" }, "b-form-checkbox-group/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-form-checkbox-group/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-form-checkbox-group/plain": { "description": "Render the form control in plain mode, rather than custom styled mode", "type": "boolean" }, "b-form-checkbox-group/aria-invalid": { "description": "Sets the 'aria-invalid' attribute value on the wrapper element. When not provided, the 'state' prop will control the attribute", "type": "boolean|string" }, "b-form-checkbox-group/button-variant": { "description": "Specifies the Bootstrap contextual color theme variant the apply to the button style checkboxes", "type": "string" }, "b-form-checkbox-group/buttons": { "description": "When set, renderes the checkboxes in this group with button styling", "type": "boolean" }, "b-form-checkbox-group/stacked": { "description": "When set, renders the checkbox group in stacked mode", "type": "boolean" }, "b-form-checkbox-group/validated": { "description": "When set, adds the Bootstrap class 'was-validated' to the group wrapper", "type": "boolean" }, "b-form-checkbox-group/switches": { "description": "When set, renders the checkboxes in the group with switch styling", "type": "boolean" }, "b-checkbox-group/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-checkbox-group/checked": { "description": "The current value of the checked checkboxes in the group. Must be an array when there are multiple checkboxes", "type": "any[]" }, "b-checkbox-group/autofocus": { "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", "type": "boolean" }, "b-checkbox-group/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-checkbox-group/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-checkbox-group/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-checkbox-group/required": { "description": "Adds the `required` attribute to the form control", "type": "boolean" }, "b-checkbox-group/disabled-field": { "description": "Field name in the `options` array that should be used for the disabled state", "type": "string" }, "b-checkbox-group/html-field": { "description": "Field name in the `options` array that should be used for the html label instead of text field", "type": "string" }, "b-checkbox-group/options": { "description": "Array of items to render in the component", "type": "any[]|object" }, "b-checkbox-group/text-field": { "description": "Field name in the `options` array that should be used for the text label", "type": "string" }, "b-checkbox-group/value-field": { "description": "Field name in the `options` array that should be used for the value", "type": "string" }, "b-checkbox-group/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-checkbox-group/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-checkbox-group/plain": { "description": "Render the form control in plain mode, rather than custom styled mode", "type": "boolean" }, "b-checkbox-group/aria-invalid": { "description": "Sets the 'aria-invalid' attribute value on the wrapper element. When not provided, the 'state' prop will control the attribute", "type": "boolean|string" }, "b-checkbox-group/button-variant": { "description": "Specifies the Bootstrap contextual color theme variant the apply to the button style checkboxes", "type": "string" }, "b-checkbox-group/buttons": { "description": "When set, renderes the checkboxes in this group with button styling", "type": "boolean" }, "b-checkbox-group/stacked": { "description": "When set, renders the checkbox group in stacked mode", "type": "boolean" }, "b-checkbox-group/validated": { "description": "When set, adds the Bootstrap class 'was-validated' to the group wrapper", "type": "boolean" }, "b-checkbox-group/switches": { "description": "When set, renders the checkboxes in the group with switch styling", "type": "boolean" }, "b-check-group/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-check-group/checked": { "description": "The current value of the checked checkboxes in the group. Must be an array when there are multiple checkboxes", "type": "any[]" }, "b-check-group/autofocus": { "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", "type": "boolean" }, "b-check-group/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-check-group/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-check-group/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-check-group/required": { "description": "Adds the `required` attribute to the form control", "type": "boolean" }, "b-check-group/disabled-field": { "description": "Field name in the `options` array that should be used for the disabled state", "type": "string" }, "b-check-group/html-field": { "description": "Field name in the `options` array that should be used for the html label instead of text field", "type": "string" }, "b-check-group/options": { "description": "Array of items to render in the component", "type": "any[]|object" }, "b-check-group/text-field": { "description": "Field name in the `options` array that should be used for the text label", "type": "string" }, "b-check-group/value-field": { "description": "Field name in the `options` array that should be used for the value", "type": "string" }, "b-check-group/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-check-group/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-check-group/plain": { "description": "Render the form control in plain mode, rather than custom styled mode", "type": "boolean" }, "b-check-group/aria-invalid": { "description": "Sets the 'aria-invalid' attribute value on the wrapper element. When not provided, the 'state' prop will control the attribute", "type": "boolean|string" }, "b-check-group/button-variant": { "description": "Specifies the Bootstrap contextual color theme variant the apply to the button style checkboxes", "type": "string" }, "b-check-group/buttons": { "description": "When set, renderes the checkboxes in this group with button styling", "type": "boolean" }, "b-check-group/stacked": { "description": "When set, renders the checkbox group in stacked mode", "type": "boolean" }, "b-check-group/validated": { "description": "When set, adds the Bootstrap class 'was-validated' to the group wrapper", "type": "boolean" }, "b-check-group/switches": { "description": "When set, renders the checkboxes in the group with switch styling", "type": "boolean" }, "b-form-checkbox/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-form-checkbox/checked": { "description": "The current value of the checkbox(es). Must be an array when there are multiple checkboxes bound to the same v-model", "type": "any" }, "b-form-checkbox/autofocus": { "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", "type": "boolean" }, "b-form-checkbox/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-form-checkbox/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-form-checkbox/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-form-checkbox/required": { "description": "Adds the `required` attribute to the form control", "type": "boolean" }, "b-form-checkbox/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-form-checkbox/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-form-checkbox/plain": { "description": "Render the form control in plain mode, rather than custom styled mode", "type": "boolean" }, "b-form-checkbox/aria-label": { "description": "Sets the value of `aria-label` attribute on the rendered element", "type": "string" }, "b-form-checkbox/aria-labelledby": { "description": "The ID of the element that provides a label for this component. Used as the value for the `aria-labelledby` attribute", "type": "string" }, "b-form-checkbox/button": { "description": "When set, renders the checkbox with the appearance of a button", "type": "boolean" }, "b-form-checkbox/button-variant": { "description": "Applies on of Bootstrap's theme colors when in 'button' mode", "type": "string" }, "b-form-checkbox/inline": { "description": "When set, renders the checkbox as an inline element rather than as a 100% width block", "type": "boolean" }, "b-form-checkbox/value": { "description": "Value returned when this checkbox is checked", "type": "any" }, "b-form-checkbox/indeterminate": { "description": "Renders the checkbox in an indeterminate state. Syncable via the .sync modifier", "type": "boolean" }, "b-form-checkbox/switch": { "description": "When set, renders the checkbox with the appearance of a switch", "type": "boolean" }, "b-form-checkbox/unchecked-value": { "description": "Value returned when this checkbox is unchecked. Note not applicable when multiple checkboxes bound to the same v-model array", "type": "any" }, "b-checkbox/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-checkbox/checked": { "description": "The current value of the checkbox(es). Must be an array when there are multiple checkboxes bound to the same v-model", "type": "any" }, "b-checkbox/autofocus": { "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", "type": "boolean" }, "b-checkbox/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-checkbox/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-checkbox/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-checkbox/required": { "description": "Adds the `required` attribute to the form control", "type": "boolean" }, "b-checkbox/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-checkbox/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-checkbox/plain": { "description": "Render the form control in plain mode, rather than custom styled mode", "type": "boolean" }, "b-checkbox/aria-label": { "description": "Sets the value of `aria-label` attribute on the rendered element", "type": "string" }, "b-checkbox/aria-labelledby": { "description": "The ID of the element that provides a label for this component. Used as the value for the `aria-labelledby` attribute", "type": "string" }, "b-checkbox/button": { "description": "When set, renders the checkbox with the appearance of a button", "type": "boolean" }, "b-checkbox/button-variant": { "description": "Applies on of Bootstrap's theme colors when in 'button' mode", "type": "string" }, "b-checkbox/inline": { "description": "When set, renders the checkbox as an inline element rather than as a 100% width block", "type": "boolean" }, "b-checkbox/value": { "description": "Value returned when this checkbox is checked", "type": "any" }, "b-checkbox/indeterminate": { "description": "Renders the checkbox in an indeterminate state. Syncable via the .sync modifier", "type": "boolean" }, "b-checkbox/switch": { "description": "When set, renders the checkbox with the appearance of a switch", "type": "boolean" }, "b-checkbox/unchecked-value": { "description": "Value returned when this checkbox is unchecked. Note not applicable when multiple checkboxes bound to the same v-model array", "type": "any" }, "b-check/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-check/checked": { "description": "The current value of the checkbox(es). Must be an array when there are multiple checkboxes bound to the same v-model", "type": "any" }, "b-check/autofocus": { "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", "type": "boolean" }, "b-check/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-check/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-check/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-check/required": { "description": "Adds the `required` attribute to the form control", "type": "boolean" }, "b-check/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-check/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-check/plain": { "description": "Render the form control in plain mode, rather than custom styled mode", "type": "boolean" }, "b-check/aria-label": { "description": "Sets the value of `aria-label` attribute on the rendered element", "type": "string" }, "b-check/aria-labelledby": { "description": "The ID of the element that provides a label for this component. Used as the value for the `aria-labelledby` attribute", "type": "string" }, "b-check/button": { "description": "When set, renders the checkbox with the appearance of a button", "type": "boolean" }, "b-check/button-variant": { "description": "Applies on of Bootstrap's theme colors when in 'button' mode", "type": "string" }, "b-check/inline": { "description": "When set, renders the checkbox as an inline element rather than as a 100% width block", "type": "boolean" }, "b-check/value": { "description": "Value returned when this checkbox is checked", "type": "any" }, "b-check/indeterminate": { "description": "Renders the checkbox in an indeterminate state. Syncable via the .sync modifier", "type": "boolean" }, "b-check/switch": { "description": "When set, renders the checkbox with the appearance of a switch", "type": "boolean" }, "b-check/unchecked-value": { "description": "Value returned when this checkbox is unchecked. Note not applicable when multiple checkboxes bound to the same v-model array", "type": "any" }, "b-form-datepicker/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-form-datepicker/value": { "description": "Initially selected date value. Accepts either a `YYYY-MM-DD` string or a `Date` object", "type": "Date|string" }, "b-form-datepicker/aria-controls": { "description": "If this component controls another component or element, set this to the ID of the controlled component or element", "type": "string" }, "b-form-datepicker/boundary": { "description": "The boundary constraint of the menu: `'scrollParent'`, `'window'`, `'viewport'`, or a reference to an `HTMLElement`", "type": "HTMLElement|string" }, "b-form-datepicker/button-only": { "description": "Renders the datepicker as a dropdown button instead of a form-control", "type": "boolean" }, "b-form-datepicker/button-variant": { "description": "The button variant to use when in `button-only` mode. Has no effect if prop `button-only` is not set", "type": "string" }, "b-form-datepicker/calendar-width": { "description": "Sets the width of the calendar dropdown (see the `b-calendar` prop `width` for details)", "type": "string" }, "b-form-datepicker/close-button": { "description": "When set, shows the optional close button", "type": "boolean" }, "b-form-datepicker/close-button-variant": { "description": "Button variant to use for the optional `close` button", "type": "string" }, "b-form-datepicker/dark": { "description": "When set, gives the popup calendar dialog a dark background", "type": "boolean" }, "b-form-datepicker/date-disabled-fn": { "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", "type": "function" }, "b-form-datepicker/date-format-options": { "description": "Format object for displayed text string that is passed to `Intl.DateTimeFormat`", "type": "object" }, "b-form-datepicker/date-info-fn": { "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", "type": "function" }, "b-form-datepicker/direction": { "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", "type": "string" }, "b-form-datepicker/disabled": { "description": "Places the calendar in a non-interactive disabled state", "type": "boolean" }, "b-form-datepicker/dropleft": { "description": "When set, positions the menu to the left of the button", "type": "boolean" }, "b-form-datepicker/dropright": { "description": "When set, positions the menu to the right of the button", "type": "boolean" }, "b-form-datepicker/dropup": { "description": "When set, positions the menu on the top of the button", "type": "boolean" }, "b-form-datepicker/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-form-datepicker/hide-header": { "description": "When `true`, visually hides the selected date header", "type": "boolean" }, "b-form-datepicker/initial-date": { "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)", "type": "Date|string" }, "b-form-datepicker/label-calendar": { "description": "Value of the `aria-label` and `role-description` attributes applied to the calendar grid", "type": "string" }, "b-form-datepicker/label-close-button": { "description": "Content for the optional `Close` button", "type": "string" }, "b-form-datepicker/label-current-month": { "description": "Value of the `aria-label` and `title` attributes on the `Current Month` navigation button", "type": "string" }, "b-form-datepicker/label-help": { "description": "Help text that appears at the bottom of the calendar grid", "type": "string" }, "b-form-datepicker/label-nav": { "description": "Value of the `aria-label` attribute on to the calendar navigation button wrapper", "type": "string" }, "b-form-datepicker/label-next-decade": { "description": "Value of the `aria-label` and `title` attributes on the optional `Next Decade` navigation button", "type": "string" }, "b-form-datepicker/label-next-month": { "description": "Value of the `aria-label` and `title` attributes on the `Next Month` navigation button", "type": "string" }, "b-form-datepicker/label-next-year": { "description": "Value of the `aria-label` and `title` attributes on the `Next Year` navigation button", "type": "string" }, "b-form-datepicker/label-no-date-selected": { "description": "Label to use when no date is currently selected", "type": "string" }, "b-form-datepicker/label-prev-decade": { "description": "Value of the `aria-label` and `title` attributes on the optional `Previous Decade` navigation button", "type": "string" }, "b-form-datepicker/label-prev-month": { "description": "Value of the `aria-label` and `title` attributes on the `Previous Month` navigation button", "type": "string" }, "b-form-datepicker/label-prev-year": { "description": "Value of the `aria-label` and `title` attributes on the `Previous Year` navigation button", "type": "string" }, "b-form-datepicker/label-reset-button": { "description": "Content for the optional `Reset` button", "type": "string" }, "b-form-datepicker/label-selected": { "description": "Value of the `aria-label` attribute set on the calendar grid date button that is selected", "type": "string" }, "b-form-datepicker/label-today": { "description": "Value of the `aria-label` attribute for the calendar grid date button to signify that the date is today's date", "type": "string" }, "b-form-datepicker/label-today-button": { "description": "Content for the optional `Select today` button", "type": "string" }, "b-form-datepicker/locale": { "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", "type": "any[]|string" }, "b-form-datepicker/max": { "description": "The maximum date the calendar will show", "type": "Date|string" }, "b-form-datepicker/menu-class": { "description": "Class (or classes) to apply to to popup menu wrapper", "type": "any[]|object|string" }, "b-form-datepicker/min": { "description": "The minimum date the calendar will show", "type": "Date|string" }, "b-form-datepicker/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-form-datepicker/nav-button-variant": { "description": "Theme color variant to use for the navigation buttons", "type": "string" }, "b-form-datepicker/no-close-on-select": { "description": "Disables closing the popup date picker when a date is clicked/selected", "type": "boolean" }, "b-form-datepicker/no-flip": { "description": "Prevent the menu from auto flipping positions", "type": "boolean" }, "b-form-datepicker/no-highlight-today": { "description": "Disabled the highlighting of todays date in the calendar", "type": "boolean" }, "b-form-datepicker/offset": { "description": "Specify the number of pixels to shift the menu by. Negative values supported", "type": "number|string" }, "b-form-datepicker/placeholder": { "description": "Text so show in the form control when no date is selected. Defaults to the `label-no-date-selected` prop value", "type": "string" }, "b-form-datepicker/popper-opts": { "description": "Additional configuration to pass to Popper.js", "type": "object" }, "b-form-datepicker/readonly": { "description": "Places the calendar in an interactive readonly state. Disables updating the v-model, while still allowing date navigation", "type": "boolean" }, "b-form-datepicker/required": { "description": "When set, adds the `aria-required=\"true\"` attribute on the component. Required validation needs to be handled by your application", "type": "boolean" }, "b-form-datepicker/reset-button": { "description": "When set, shows the optional `reset` button", "type": "boolean" }, "b-form-datepicker/reset-button-variant": { "description": "Button variant to use for the optional `reset` button", "type": "string" }, "b-form-datepicker/reset-value": { "description": "When the optional `reset` button is clicked, the selected date will be set to this value. Default is to clear the selected value", "type": "Date|string" }, "b-form-datepicker/right": { "description": "Align the right edge of the menu with the right of the button", "type": "boolean" }, "b-form-datepicker/selected-variant": { "description": "Theme color variant to use for the selected date button", "type": "string" }, "b-form-datepicker/show-decade-nav": { "description": "When `true`, shows the +/- decade navigation buttons", "type": "boolean" }, "b-form-datepicker/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-form-datepicker/start-weekday": { "description": "Day of week to start the calendar. `0` for Sunday, `1` for Monday, `6` for Saturday, etc.", "type": "number|string" }, "b-form-datepicker/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-form-datepicker/today-button": { "description": "When set, shows the optional `select today` button", "type": "boolean" }, "b-form-datepicker/today-button-variant": { "description": "Button variant to use for the optional `select today` button", "type": "string" }, "b-form-datepicker/today-variant": { "description": "Theme color variant to use for highlighting todays date button. Defaults to the `selectedVariant` prop", "type": "string" }, "b-form-datepicker/value-as-date": { "description": "Returns a `Date` object for the v-model instead of a `YYYY-MM-DD` string", "type": "boolean" }, "b-form-datepicker/weekday-header-format": { "description": "Format to use for the calendar weekday headings. Possible values are `long`, `short` (default), or `narrow`", "type": "string" }, "b-datepicker/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-datepicker/value": { "description": "Initially selected date value. Accepts either a `YYYY-MM-DD` string or a `Date` object", "type": "Date|string" }, "b-datepicker/aria-controls": { "description": "If this component controls another component or element, set this to the ID of the controlled component or element", "type": "string" }, "b-datepicker/boundary": { "description": "The boundary constraint of the menu: `'scrollParent'`, `'window'`, `'viewport'`, or a reference to an `HTMLElement`", "type": "HTMLElement|string" }, "b-datepicker/button-only": { "description": "Renders the datepicker as a dropdown button instead of a form-control", "type": "boolean" }, "b-datepicker/button-variant": { "description": "The button variant to use when in `button-only` mode. Has no effect if prop `button-only` is not set", "type": "string" }, "b-datepicker/calendar-width": { "description": "Sets the width of the calendar dropdown (see the `b-calendar` prop `width` for details)", "type": "string" }, "b-datepicker/close-button": { "description": "When set, shows the optional close button", "type": "boolean" }, "b-datepicker/close-button-variant": { "description": "Button variant to use for the optional `close` button", "type": "string" }, "b-datepicker/dark": { "description": "When set, gives the popup calendar dialog a dark background", "type": "boolean" }, "b-datepicker/date-disabled-fn": { "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", "type": "function" }, "b-datepicker/date-format-options": { "description": "Format object for displayed text string that is passed to `Intl.DateTimeFormat`", "type": "object" }, "b-datepicker/date-info-fn": { "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", "type": "function" }, "b-datepicker/direction": { "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", "type": "string" }, "b-datepicker/disabled": { "description": "Places the calendar in a non-interactive disabled state", "type": "boolean" }, "b-datepicker/dropleft": { "description": "When set, positions the menu to the left of the button", "type": "boolean" }, "b-datepicker/dropright": { "description": "When set, positions the menu to the right of the button", "type": "boolean" }, "b-datepicker/dropup": { "description": "When set, positions the menu on the top of the button", "type": "boolean" }, "b-datepicker/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-datepicker/hide-header": { "description": "When `true`, visually hides the selected date header", "type": "boolean" }, "b-datepicker/initial-date": { "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)", "type": "Date|string" }, "b-datepicker/label-calendar": { "description": "Value of the `aria-label` and `role-description` attributes applied to the calendar grid", "type": "string" }, "b-datepicker/label-close-button": { "description": "Content for the optional `Close` button", "type": "string" }, "b-datepicker/label-current-month": { "description": "Value of the `aria-label` and `title` attributes on the `Current Month` navigation button", "type": "string" }, "b-datepicker/label-help": { "description": "Help text that appears at the bottom of the calendar grid", "type": "string" }, "b-datepicker/label-nav": { "description": "Value of the `aria-label` attribute on to the calendar navigation button wrapper", "type": "string" }, "b-datepicker/label-next-decade": { "description": "Value of the `aria-label` and `title` attributes on the optional `Next Decade` navigation button", "type": "string" }, "b-datepicker/label-next-month": { "description": "Value of the `aria-label` and `title` attributes on the `Next Month` navigation button", "type": "string" }, "b-datepicker/label-next-year": { "description": "Value of the `aria-label` and `title` attributes on the `Next Year` navigation button", "type": "string" }, "b-datepicker/label-no-date-selected": { "description": "Label to use when no date is currently selected", "type": "string" }, "b-datepicker/label-prev-decade": { "description": "Value of the `aria-label` and `title` attributes on the optional `Previous Decade` navigation button", "type": "string" }, "b-datepicker/label-prev-month": { "description": "Value of the `aria-label` and `title` attributes on the `Previous Month` navigation button", "type": "string" }, "b-datepicker/label-prev-year": { "description": "Value of the `aria-label` and `title` attributes on the `Previous Year` navigation button", "type": "string" }, "b-datepicker/label-reset-button": { "description": "Content for the optional `Reset` button", "type": "string" }, "b-datepicker/label-selected": { "description": "Value of the `aria-label` attribute set on the calendar grid date button that is selected", "type": "string" }, "b-datepicker/label-today": { "description": "Value of the `aria-label` attribute for the calendar grid date button to signify that the date is today's date", "type": "string" }, "b-datepicker/label-today-button": { "description": "Content for the optional `Select today` button", "type": "string" }, "b-datepicker/locale": { "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", "type": "any[]|string" }, "b-datepicker/max": { "description": "The maximum date the calendar will show", "type": "Date|string" }, "b-datepicker/menu-class": { "description": "Class (or classes) to apply to to popup menu wrapper", "type": "any[]|object|string" }, "b-datepicker/min": { "description": "The minimum date the calendar will show", "type": "Date|string" }, "b-datepicker/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-datepicker/nav-button-variant": { "description": "Theme color variant to use for the navigation buttons", "type": "string" }, "b-datepicker/no-close-on-select": { "description": "Disables closing the popup date picker when a date is clicked/selected", "type": "boolean" }, "b-datepicker/no-flip": { "description": "Prevent the menu from auto flipping positions", "type": "boolean" }, "b-datepicker/no-highlight-today": { "description": "Disabled the highlighting of todays date in the calendar", "type": "boolean" }, "b-datepicker/offset": { "description": "Specify the number of pixels to shift the menu by. Negative values supported", "type": "number|string" }, "b-datepicker/placeholder": { "description": "Text so show in the form control when no date is selected. Defaults to the `label-no-date-selected` prop value", "type": "string" }, "b-datepicker/popper-opts": { "description": "Additional configuration to pass to Popper.js", "type": "object" }, "b-datepicker/readonly": { "description": "Places the calendar in an interactive readonly state. Disables updating the v-model, while still allowing date navigation", "type": "boolean" }, "b-datepicker/required": { "description": "When set, adds the `aria-required=\"true\"` attribute on the component. Required validation needs to be handled by your application", "type": "boolean" }, "b-datepicker/reset-button": { "description": "When set, shows the optional `reset` button", "type": "boolean" }, "b-datepicker/reset-button-variant": { "description": "Button variant to use for the optional `reset` button", "type": "string" }, "b-datepicker/reset-value": { "description": "When the optional `reset` button is clicked, the selected date will be set to this value. Default is to clear the selected value", "type": "Date|string" }, "b-datepicker/right": { "description": "Align the right edge of the menu with the right of the button", "type": "boolean" }, "b-datepicker/selected-variant": { "description": "Theme color variant to use for the selected date button", "type": "string" }, "b-datepicker/show-decade-nav": { "description": "When `true`, shows the +/- decade navigation buttons", "type": "boolean" }, "b-datepicker/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-datepicker/start-weekday": { "description": "Day of week to start the calendar. `0` for Sunday, `1` for Monday, `6` for Saturday, etc.", "type": "number|string" }, "b-datepicker/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-datepicker/today-button": { "description": "When set, shows the optional `select today` button", "type": "boolean" }, "b-datepicker/today-button-variant": { "description": "Button variant to use for the optional `select today` button", "type": "string" }, "b-datepicker/today-variant": { "description": "Theme color variant to use for highlighting todays date button. Defaults to the `selectedVariant` prop", "type": "string" }, "b-datepicker/value-as-date": { "description": "Returns a `Date` object for the v-model instead of a `YYYY-MM-DD` string", "type": "boolean" }, "b-datepicker/weekday-header-format": { "description": "Format to use for the calendar weekday headings. Possible values are `long`, `short` (default), or `narrow`", "type": "string" }, "b-form-file/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-form-file/value": { "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", "type": "any[]|File" }, "b-form-file/autofocus": { "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", "type": "boolean" }, "b-form-file/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-form-file/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-form-file/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-form-file/required": { "description": "Adds the `required` attribute to the form control", "type": "boolean" }, "b-form-file/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-form-file/plain": { "description": "Render the form control in plain mode, rather than custom styled mode", "type": "boolean" }, "b-form-file/accept": { "description": "Value to set on the file input's `accept` attribute", "type": "string" }, "b-form-file/browse-text": { "description": "Text content for the file browse button", "type": "string" }, "b-form-file/capture": { "description": "When set, will instruction the browser to use the devices camera (if supported)", "type": "boolean" }, "b-form-file/directory": { "description": "Enable `directory` mode (on browsers that support it)", "type": "boolean" }, "b-form-file/drop-placeholder": { "description": "Text to display as the placeholder when files are being dragged and it's allowed to drop them", "type": "string" }, "b-form-file/file-name-formatter": { "description": "Method to format the file names for display. Refer to the docs for details", "type": "function" }, "b-form-file/multiple": { "description": "When set, will allow multiple files to be selected. `v-model` will be an array", "type": "boolean" }, "b-form-file/no-drop": { "description": "Disable drag and drop mode", "type": "boolean" }, "b-form-file/no-drop-placeholder": { "description": "Text to display as the placeholder when files are being dragged and it isn't allowed to drop them", "type": "string" }, "b-form-file/no-traverse": { "description": "Wether to returns files as a flat array when in `directory` mode", "type": "boolean" }, "b-form-file/placeholder": { "description": "Sets the `placeholder` attribute value on the form control", "type": "string" }, "b-form-file/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-file/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-file/value": { "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", "type": "any[]|File" }, "b-file/autofocus": { "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", "type": "boolean" }, "b-file/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-file/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-file/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-file/required": { "description": "Adds the `required` attribute to the form control", "type": "boolean" }, "b-file/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-file/plain": { "description": "Render the form control in plain mode, rather than custom styled mode", "type": "boolean" }, "b-file/accept": { "description": "Value to set on the file input's `accept` attribute", "type": "string" }, "b-file/browse-text": { "description": "Text content for the file browse button", "type": "string" }, "b-file/capture": { "description": "When set, will instruction the browser to use the devices camera (if supported)", "type": "boolean" }, "b-file/directory": { "description": "Enable `directory` mode (on browsers that support it)", "type": "boolean" }, "b-file/drop-placeholder": { "description": "Text to display as the placeholder when files are being dragged and it's allowed to drop them", "type": "string" }, "b-file/file-name-formatter": { "description": "Method to format the file names for display. Refer to the docs for details", "type": "function" }, "b-file/multiple": { "description": "When set, will allow multiple files to be selected. `v-model` will be an array", "type": "boolean" }, "b-file/no-drop": { "description": "Disable drag and drop mode", "type": "boolean" }, "b-file/no-drop-placeholder": { "description": "Text to display as the placeholder when files are being dragged and it isn't allowed to drop them", "type": "string" }, "b-file/no-traverse": { "description": "Wether to returns files as a flat array when in `directory` mode", "type": "boolean" }, "b-file/placeholder": { "description": "Sets the `placeholder` attribute value on the form control", "type": "string" }, "b-file/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-form-group/content-cols": { "description": "Number of columns for the content width 'xs' screens and up", "type": "boolean|number|string" }, "b-form-group/content-cols-lg": { "description": "Number of columns for the content width 'lg' screens and up", "type": "boolean|number|string" }, "b-form-group/content-cols-md": { "description": "Number of columns for the content width 'md' screens and up", "type": "boolean|number|string" }, "b-form-group/content-cols-sm": { "description": "Number of columns for the content width 'sm' screens and up", "type": "boolean|number|string" }, "b-form-group/content-cols-xl": { "description": "Number of columns for the content width 'xl' screens and up", "type": "boolean|number|string" }, "b-form-group/description": { "description": "Text to place in the help text area of the form group", "type": "string" }, "b-form-group/disabled": { "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", "type": "boolean" }, "b-form-group/feedback-aria-live": { "description": "Value to use for the `aria-live` attribute on the feedback text", "type": "string" }, "b-form-group/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-form-group/invalid-feedback": { "description": "Text to show when the form group has an invalid state", "type": "string" }, "b-form-group/label": { "description": "Text to place in the label/legend of the form group", "type": "string" }, "b-form-group/label-align": { "description": "Text alignment 'left', 'center', 'right' for the label 'xs' screens and up", "type": "string" }, "b-form-group/label-align-lg": { "description": "Text alignment 'left', 'center', 'right' for the label 'lg' screens and up", "type": "string" }, "b-form-group/label-align-md": { "description": "Text alignment 'left', 'center', 'right' for the label 'md' screens and up", "type": "string" }, "b-form-group/label-align-sm": { "description": "Text alignment 'left', 'center', 'right' for the label 'sm' screens and up", "type": "string" }, "b-form-group/label-align-xl": { "description": "Text alignment 'left', 'center', 'right' for the label 'xl' screens and up", "type": "string" }, "b-form-group/label-class": { "description": "CSS class (or classes) to add to the label/legend element", "type": "any[]|object|string" }, "b-form-group/label-cols": { "description": "Number of columns for the label width 'xs' screens and up", "type": "boolean|number|string" }, "b-form-group/label-cols-lg": { "description": "Number of columns for the label width 'lg' screens and up", "type": "boolean|number|string" }, "b-form-group/label-cols-md": { "description": "Number of columns for the label width 'md' screens and up", "type": "boolean|number|string" }, "b-form-group/label-cols-sm": { "description": "Number of columns for the label width 'sm' screens and up", "type": "boolean|number|string" }, "b-form-group/label-cols-xl": { "description": "Number of columns for the label width 'xl' screens and up", "type": "boolean|number|string" }, "b-form-group/label-for": { "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", "type": "string" }, "b-form-group/label-size": { "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", "type": "string" }, "b-form-group/label-sr-only": { "description": "Visually hides the label content, but makes it available to screen reader users", "type": "boolean" }, "b-form-group/state": { "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", "type": "boolean" }, "b-form-group/tooltip": { "description": "Renders the feedback text in a rudimentary tooltip style", "type": "boolean" }, "b-form-group/valid-feedback": { "description": "Text to show when the form group has a valid state", "type": "string" }, "b-form-group/validated": { "description": "When set, adds the Bootstrap validation trigger class 'was-validated' on the component", "type": "boolean" }, "b-form-input/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-form-input/autofocus": { "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", "type": "boolean" }, "b-form-input/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-form-input/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-form-input/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-form-input/required": { "description": "Adds the `required` attribute to the form control", "type": "boolean" }, "b-form-input/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-form-input/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-form-input/value": { "description": "The current value of the input. Result will always be a string, except when the `number` prop is used", "type": "number|string" }, "b-form-input/aria-invalid": { "description": "Sets the 'aria-invalid' attribute with the specified value", "type": "boolean|string" }, "b-form-input/autocomplete": { "description": "Sets the 'autocomplete' attribute value on the form control", "type": "string" }, "b-form-input/debounce": { "description": "When set to a number of milliseconds greater than zero, will debounce the user input. Has no effect if prop 'lazy' is set", "type": "number|string" }, "b-form-input/formatter": { "description": "Reference to a function for formatting the input", "type": "function" }, "b-form-input/lazy": { "description": "When set, updates the v-model on 'change'/'blur' events instead of 'input'. Emulates the Vue '.lazy' v-model modifier", "type": "boolean" }, "b-form-input/lazy-formatter": { "description": "When set, the input is formatted on blur instead of each keystroke (if there is a formatter specified)", "type": "boolean" }, "b-form-input/number": { "description": "When set attempts to convert the input value to a native number. Emulates the Vue '.number' v-model modifier", "type": "boolean" }, "b-form-input/placeholder": { "description": "Sets the `placeholder` attribute value on the form control", "type": "string" }, "b-form-input/plaintext": { "description": "Set the form control as readonly and renders the control to look like plain text (no borders)", "type": "boolean" }, "b-form-input/readonly": { "description": "Sets the `readonly` attribute on the form control", "type": "boolean" }, "b-form-input/trim": { "description": "When set, trims any leading and trailing white space from the input value. Emulates the Vue '.trim' v-model modifier", "type": "boolean" }, "b-form-input/list": { "description": "The ID of the associated datalist element or component", "type": "string" }, "b-form-input/max": { "description": "Value to set in the 'max' attribute on the input. Used by number-like inputs", "type": "number|string" }, "b-form-input/min": { "description": "Value to set in the 'min' attribute on the input. Used by number-like inputs", "type": "number|string" }, "b-form-input/no-wheel": { "description": "For number-like inputs, disables the mouse wheel from incrementing or decrementing the value", "type": "boolean" }, "b-form-input/step": { "description": "Value to set in the 'step' attribute on the input. Used by number-like inputs", "type": "number|string" }, "b-form-input/type": { "description": "The type of input to render. See the docs for supported types", "type": "string" }, "b-input/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-input/autofocus": { "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", "type": "boolean" }, "b-input/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-input/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-input/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-input/required": { "description": "Adds the `required` attribute to the form control", "type": "boolean" }, "b-input/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-input/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-input/value": { "description": "The current value of the input. Result will always be a string, except when the `number` prop is used", "type": "number|string" }, "b-input/aria-invalid": { "description": "Sets the 'aria-invalid' attribute with the specified value", "type": "boolean|string" }, "b-input/autocomplete": { "description": "Sets the 'autocomplete' attribute value on the form control", "type": "string" }, "b-input/debounce": { "description": "When set to a number of milliseconds greater than zero, will debounce the user input. Has no effect if prop 'lazy' is set", "type": "number|string" }, "b-input/formatter": { "description": "Reference to a function for formatting the input", "type": "function" }, "b-input/lazy": { "description": "When set, updates the v-model on 'change'/'blur' events instead of 'input'. Emulates the Vue '.lazy' v-model modifier", "type": "boolean" }, "b-input/lazy-formatter": { "description": "When set, the input is formatted on blur instead of each keystroke (if there is a formatter specified)", "type": "boolean" }, "b-input/number": { "description": "When set attempts to convert the input value to a native number. Emulates the Vue '.number' v-model modifier", "type": "boolean" }, "b-input/placeholder": { "description": "Sets the `placeholder` attribute value on the form control", "type": "string" }, "b-input/plaintext": { "description": "Set the form control as readonly and renders the control to look like plain text (no borders)", "type": "boolean" }, "b-input/readonly": { "description": "Sets the `readonly` attribute on the form control", "type": "boolean" }, "b-input/trim": { "description": "When set, trims any leading and trailing white space from the input value. Emulates the Vue '.trim' v-model modifier", "type": "boolean" }, "b-input/list": { "description": "The ID of the associated datalist element or component", "type": "string" }, "b-input/max": { "description": "Value to set in the 'max' attribute on the input. Used by number-like inputs", "type": "number|string" }, "b-input/min": { "description": "Value to set in the 'min' attribute on the input. Used by number-like inputs", "type": "number|string" }, "b-input/no-wheel": { "description": "For number-like inputs, disables the mouse wheel from incrementing or decrementing the value", "type": "boolean" }, "b-input/step": { "description": "Value to set in the 'step' attribute on the input. Used by number-like inputs", "type": "number|string" }, "b-input/type": { "description": "The type of input to render. See the docs for supported types", "type": "string" }, "b-form-radio-group/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-form-radio-group/checked": { "description": "The current value of the checked radio in the group", "type": "any" }, "b-form-radio-group/autofocus": { "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", "type": "boolean" }, "b-form-radio-group/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-form-radio-group/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-form-radio-group/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-form-radio-group/required": { "description": "Adds the `required` attribute to the form control", "type": "boolean" }, "b-form-radio-group/disabled-field": { "description": "Field name in the `options` array that should be used for the disabled state", "type": "string" }, "b-form-radio-group/html-field": { "description": "Field name in the `options` array that should be used for the html label instead of text field", "type": "string" }, "b-form-radio-group/options": { "description": "Array of items to render in the component", "type": "any[]|object" }, "b-form-radio-group/text-field": { "description": "Field name in the `options` array that should be used for the text label", "type": "string" }, "b-form-radio-group/value-field": { "description": "Field name in the `options` array that should be used for the value", "type": "string" }, "b-form-radio-group/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-form-radio-group/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-form-radio-group/plain": { "description": "Render the form control in plain mode, rather than custom styled mode", "type": "boolean" }, "b-form-radio-group/aria-invalid": { "description": "Sets the 'aria-invalid' attribute value on the wrapper element. When not provided, the 'state' prop will control the attribute", "type": "boolean|string" }, "b-form-radio-group/button-variant": { "description": "Specifies the Bootstrap contextual color theme variant the apply to the button style radios", "type": "string" }, "b-form-radio-group/buttons": { "description": "When set, renderes the radios in this group with button styling", "type": "boolean" }, "b-form-radio-group/stacked": { "description": "When set, renders the radio group in stacked mode", "type": "boolean" }, "b-form-radio-group/validated": { "description": "When set, adds the Bootstrap class 'was-validated' to the group wrapper", "type": "boolean" }, "b-radio-group/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-radio-group/checked": { "description": "The current value of the checked radio in the group", "type": "any" }, "b-radio-group/autofocus": { "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", "type": "boolean" }, "b-radio-group/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-radio-group/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-radio-group/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-radio-group/required": { "description": "Adds the `required` attribute to the form control", "type": "boolean" }, "b-radio-group/disabled-field": { "description": "Field name in the `options` array that should be used for the disabled state", "type": "string" }, "b-radio-group/html-field": { "description": "Field name in the `options` array that should be used for the html label instead of text field", "type": "string" }, "b-radio-group/options": { "description": "Array of items to render in the component", "type": "any[]|object" }, "b-radio-group/text-field": { "description": "Field name in the `options` array that should be used for the text label", "type": "string" }, "b-radio-group/value-field": { "description": "Field name in the `options` array that should be used for the value", "type": "string" }, "b-radio-group/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-radio-group/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-radio-group/plain": { "description": "Render the form control in plain mode, rather than custom styled mode", "type": "boolean" }, "b-radio-group/aria-invalid": { "description": "Sets the 'aria-invalid' attribute value on the wrapper element. When not provided, the 'state' prop will control the attribute", "type": "boolean|string" }, "b-radio-group/button-variant": { "description": "Specifies the Bootstrap contextual color theme variant the apply to the button style radios", "type": "string" }, "b-radio-group/buttons": { "description": "When set, renderes the radios in this group with button styling", "type": "boolean" }, "b-radio-group/stacked": { "description": "When set, renders the radio group in stacked mode", "type": "boolean" }, "b-radio-group/validated": { "description": "When set, adds the Bootstrap class 'was-validated' to the group wrapper", "type": "boolean" }, "b-form-radio/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-form-radio/checked": { "description": "The current value of the radio(s)", "type": "any" }, "b-form-radio/autofocus": { "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", "type": "boolean" }, "b-form-radio/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-form-radio/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-form-radio/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-form-radio/required": { "description": "Adds the `required` attribute to the form control", "type": "boolean" }, "b-form-radio/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-form-radio/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-form-radio/plain": { "description": "Render the form control in plain mode, rather than custom styled mode", "type": "boolean" }, "b-form-radio/aria-label": { "description": "Sets the value of `aria-label` attribute on the rendered element", "type": "string" }, "b-form-radio/aria-labelledby": { "description": "The ID of the element that provides a label for this component. Used as the value for the `aria-labelledby` attribute", "type": "string" }, "b-form-radio/button": { "description": "When set, renders the radio with the appearance of a button", "type": "boolean" }, "b-form-radio/button-variant": { "description": "Applies on of Bootstrap's theme colors when in 'button' mode", "type": "string" }, "b-form-radio/inline": { "description": "When set, renders the radio as an inline element rather than as a 100% width block", "type": "boolean" }, "b-form-radio/value": { "description": "Value returned when this radio is checked", "type": "any" }, "b-radio/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-radio/checked": { "description": "The current value of the radio(s)", "type": "any" }, "b-radio/autofocus": { "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", "type": "boolean" }, "b-radio/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-radio/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-radio/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-radio/required": { "description": "Adds the `required` attribute to the form control", "type": "boolean" }, "b-radio/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-radio/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-radio/plain": { "description": "Render the form control in plain mode, rather than custom styled mode", "type": "boolean" }, "b-radio/aria-label": { "description": "Sets the value of `aria-label` attribute on the rendered element", "type": "string" }, "b-radio/aria-labelledby": { "description": "The ID of the element that provides a label for this component. Used as the value for the `aria-labelledby` attribute", "type": "string" }, "b-radio/button": { "description": "When set, renders the radio with the appearance of a button", "type": "boolean" }, "b-radio/button-variant": { "description": "Applies on of Bootstrap's theme colors when in 'button' mode", "type": "string" }, "b-radio/inline": { "description": "When set, renders the radio as an inline element rather than as a 100% width block", "type": "boolean" }, "b-radio/value": { "description": "Value returned when this radio is checked", "type": "any" }, "b-form-rating/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-form-rating/value": { "description": "Rating value. This is the v-model", "type": "number|string" }, "b-form-rating/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-form-rating/color": { "description": "CSS color to use instead of variant. Accepts either a HEX or RGB/RGBA string", "type": "string" }, "b-form-rating/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-form-rating/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-form-rating/icon-clear": { "description": "Bootstrap Icon name to use for the clear button. Note icon must be registered in your component or globally", "type": "string" }, "b-form-rating/icon-empty": { "description": "Bootstrap Icon name to use for the empty icon. Note icon must be registered in your component or globally", "type": "string" }, "b-form-rating/icon-full": { "description": "Bootstrap Icon name to use for the full icon. Note icon must be registered in your component or globally", "type": "string" }, "b-form-rating/icon-half": { "description": "Bootstrap Icon name to use for the half icon. Note icon must be registered in your component or globally", "type": "string" }, "b-form-rating/inline": { "description": "When `true` renders as an inline element rather than a blick (100% width) element", "type": "boolean" }, "b-form-rating/locale": { "description": "Locale (or locales) to use when showing the value when prop `show-value` is set. Defaults to the browser default locale", "type": "any[]|string" }, "b-form-rating/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-form-rating/no-border": { "description": "When `true` disables the default border", "type": "boolean" }, "b-form-rating/precision": { "description": "Specify the number of digits after the decimal to show. Defaults to to no defined precision", "type": "number|string" }, "b-form-rating/readonly": { "description": "When `true` makes the rating readonly. When `true`, fractional ratings values are allowed (half icons will be shown)", "type": "boolean" }, "b-form-rating/show-clear": { "description": "When `true` shows the clear value icon button", "type": "boolean" }, "b-form-rating/show-value": { "description": "When `true` shows the current rating value in the control", "type": "boolean" }, "b-form-rating/show-value-max": { "description": "When set to `true` and prop `show-value` is `true`, includes the maximum star rating possible in the formatted value", "type": "boolean" }, "b-form-rating/stars": { "description": "The number of stars to show. Minimum value is `3`, default is `5`", "type": "number|string" }, "b-form-rating/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-rating/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-rating/value": { "description": "Rating value. This is the v-model", "type": "number|string" }, "b-rating/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-rating/color": { "description": "CSS color to use instead of variant. Accepts either a HEX or RGB/RGBA string", "type": "string" }, "b-rating/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-rating/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-rating/icon-clear": { "description": "Bootstrap Icon name to use for the clear button. Note icon must be registered in your component or globally", "type": "string" }, "b-rating/icon-empty": { "description": "Bootstrap Icon name to use for the empty icon. Note icon must be registered in your component or globally", "type": "string" }, "b-rating/icon-full": { "description": "Bootstrap Icon name to use for the full icon. Note icon must be registered in your component or globally", "type": "string" }, "b-rating/icon-half": { "description": "Bootstrap Icon name to use for the half icon. Note icon must be registered in your component or globally", "type": "string" }, "b-rating/inline": { "description": "When `true` renders as an inline element rather than a blick (100% width) element", "type": "boolean" }, "b-rating/locale": { "description": "Locale (or locales) to use when showing the value when prop `show-value` is set. Defaults to the browser default locale", "type": "any[]|string" }, "b-rating/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-rating/no-border": { "description": "When `true` disables the default border", "type": "boolean" }, "b-rating/precision": { "description": "Specify the number of digits after the decimal to show. Defaults to to no defined precision", "type": "number|string" }, "b-rating/readonly": { "description": "When `true` makes the rating readonly. When `true`, fractional ratings values are allowed (half icons will be shown)", "type": "boolean" }, "b-rating/show-clear": { "description": "When `true` shows the clear value icon button", "type": "boolean" }, "b-rating/show-value": { "description": "When `true` shows the current rating value in the control", "type": "boolean" }, "b-rating/show-value-max": { "description": "When set to `true` and prop `show-value` is `true`, includes the maximum star rating possible in the formatted value", "type": "boolean" }, "b-rating/stars": { "description": "The number of stars to show. Minimum value is `3`, default is `5`", "type": "number|string" }, "b-rating/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-form-select/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-form-select/value": { "description": "Current value of the select. Should be set to an array when the 'multiple' prop is set", "type": "any" }, "b-form-select/autofocus": { "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", "type": "boolean" }, "b-form-select/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-form-select/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-form-select/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-form-select/required": { "description": "Adds the `required` attribute to the form control", "type": "boolean" }, "b-form-select/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-form-select/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-form-select/plain": { "description": "Render the form control in plain mode, rather than custom styled mode", "type": "boolean" }, "b-form-select/disabled-field": { "description": "Field name in the `options` array that should be used for the disabled state", "type": "string" }, "b-form-select/html-field": { "description": "Field name in the `options` array that should be used for the html label instead of text field", "type": "string" }, "b-form-select/options": { "description": "Array of items to render in the component", "type": "any[]|object" }, "b-form-select/text-field": { "description": "Field name in the `options` array that should be used for the text label", "type": "string" }, "b-form-select/value-field": { "description": "Field name in the `options` array that should be used for the value", "type": "string" }, "b-form-select/label-field": { "description": "The key to use from the option object to get the label", "type": "string" }, "b-form-select/options-field": { "description": "The key to use from the option object to get the options", "type": "string" }, "b-form-select/aria-invalid": { "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", "type": "boolean|string" }, "b-form-select/multiple": { "description": "When set, allows multiple options to be selected (multi-select)", "type": "boolean" }, "b-form-select/select-size": { "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", "type": "number" }, "b-select/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-select/value": { "description": "Current value of the select. Should be set to an array when the 'multiple' prop is set", "type": "any" }, "b-select/autofocus": { "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", "type": "boolean" }, "b-select/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-select/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-select/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-select/required": { "description": "Adds the `required` attribute to the form control", "type": "boolean" }, "b-select/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-select/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-select/plain": { "description": "Render the form control in plain mode, rather than custom styled mode", "type": "boolean" }, "b-select/disabled-field": { "description": "Field name in the `options` array that should be used for the disabled state", "type": "string" }, "b-select/html-field": { "description": "Field name in the `options` array that should be used for the html label instead of text field", "type": "string" }, "b-select/options": { "description": "Array of items to render in the component", "type": "any[]|object" }, "b-select/text-field": { "description": "Field name in the `options` array that should be used for the text label", "type": "string" }, "b-select/value-field": { "description": "Field name in the `options` array that should be used for the value", "type": "string" }, "b-select/label-field": { "description": "The key to use from the option object to get the label", "type": "string" }, "b-select/options-field": { "description": "The key to use from the option object to get the options", "type": "string" }, "b-select/aria-invalid": { "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", "type": "boolean|string" }, "b-select/multiple": { "description": "When set, allows multiple options to be selected (multi-select)", "type": "boolean" }, "b-select/select-size": { "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", "type": "number" }, "b-form-select-option/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-form-select-option/value": { "description": "The value of the option", "type": "any" }, "b-select-option/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-select-option/value": { "description": "The value of the option", "type": "any" }, "b-form-select-option-group/disabled-field": { "description": "Field name in the `options` array that should be used for the disabled state", "type": "string" }, "b-form-select-option-group/html-field": { "description": "Field name in the `options` array that should be used for the html label instead of text field", "type": "string" }, "b-form-select-option-group/options": { "description": "Array of items to render in the component", "type": "any[]|object" }, "b-form-select-option-group/text-field": { "description": "Field name in the `options` array that should be used for the text label", "type": "string" }, "b-form-select-option-group/value-field": { "description": "Field name in the `options` array that should be used for the value", "type": "string" }, "b-form-select-option-group/label": { "description": "The label for the option group", "type": "string" }, "b-select-option-group/disabled-field": { "description": "Field name in the `options` array that should be used for the disabled state", "type": "string" }, "b-select-option-group/html-field": { "description": "Field name in the `options` array that should be used for the html label instead of text field", "type": "string" }, "b-select-option-group/options": { "description": "Array of items to render in the component", "type": "any[]|object" }, "b-select-option-group/text-field": { "description": "Field name in the `options` array that should be used for the text label", "type": "string" }, "b-select-option-group/value-field": { "description": "Field name in the `options` array that should be used for the value", "type": "string" }, "b-select-option-group/label": { "description": "The label for the option group", "type": "string" }, "b-form-spinbutton/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-form-spinbutton/value": { "description": "The value of the spinbutton. Bound to the v-model", "type": "boolean|number" }, "b-form-spinbutton/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-form-spinbutton/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-form-spinbutton/aria-controls": { "description": "If this component controls another component or element, set this to the ID of the controlled component or element", "type": "string" }, "b-form-spinbutton/aria-label": { "description": "Value to place in the `aria-label` attribute of the spinbutton", "type": "string" }, "b-form-spinbutton/disabled": { "description": "Places the component in a disabled state", "type": "boolean" }, "b-form-spinbutton/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-form-spinbutton/formatter-fn": { "description": "A reference to a method to format the displayed value. It is passed a single argument which is the current value", "type": "function" }, "b-form-spinbutton/inline": { "description": "When set, renders the component as an inline element", "type": "boolean" }, "b-form-spinbutton/label-decrement": { "description": "Text to be used for the `aria-label` attribute on the decrement button", "type": "string" }, "b-form-spinbutton/label-increment": { "description": "Text to be used for the `aria-label` attribute on the increment button", "type": "string" }, "b-form-spinbutton/locale": { "description": "Specify the local to use for formatting the number. Defaults to the browser locale. Only applicable when using the internal formatter", "type": "any[]|string" }, "b-form-spinbutton/max": { "description": "The maximum value that can be selected. Must be greater than the `min` prop.. Negative numbers are allowed", "type": "number|string" }, "b-form-spinbutton/min": { "description": "The minimum value that can be selected. Negative numbers are allowed", "type": "number|string" }, "b-form-spinbutton/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-form-spinbutton/placeholder": { "description": "Value to show when the v-model is `null`", "type": "string" }, "b-form-spinbutton/readonly": { "description": "Places the component in a readonly state", "type": "boolean" }, "b-form-spinbutton/repeat-delay": { "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", "type": "number|string" }, "b-form-spinbutton/repeat-interval": { "description": "Interval in milliseconds between increment or decrement repeats. Must be a positive integer", "type": "number|string" }, "b-form-spinbutton/repeat-step-multiplier": { "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", "type": "number|string" }, "b-form-spinbutton/repeat-threshold": { "description": "Number of repeats to occur before increasing the step size by `repeat-step-multiplier`. Must be a positive integer", "type": "number|string" }, "b-form-spinbutton/step": { "description": "A positive number that specifies the granularity that the value must adhere to", "type": "number|string" }, "b-form-spinbutton/vertical": { "description": "When set, renders the component with a vertical layout", "type": "boolean" }, "b-form-spinbutton/wrap": { "description": "When set, allows the value to wrap around when reaching the minimum or maximum value", "type": "boolean" }, "b-spinbutton/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-spinbutton/value": { "description": "The value of the spinbutton. Bound to the v-model", "type": "boolean|number" }, "b-spinbutton/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-spinbutton/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-spinbutton/aria-controls": { "description": "If this component controls another component or element, set this to the ID of the controlled component or element", "type": "string" }, "b-spinbutton/aria-label": { "description": "Value to place in the `aria-label` attribute of the spinbutton", "type": "string" }, "b-spinbutton/disabled": { "description": "Places the component in a disabled state", "type": "boolean" }, "b-spinbutton/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-spinbutton/formatter-fn": { "description": "A reference to a method to format the displayed value. It is passed a single argument which is the current value", "type": "function" }, "b-spinbutton/inline": { "description": "When set, renders the component as an inline element", "type": "boolean" }, "b-spinbutton/label-decrement": { "description": "Text to be used for the `aria-label` attribute on the decrement button", "type": "string" }, "b-spinbutton/label-increment": { "description": "Text to be used for the `aria-label` attribute on the increment button", "type": "string" }, "b-spinbutton/locale": { "description": "Specify the local to use for formatting the number. Defaults to the browser locale. Only applicable when using the internal formatter", "type": "any[]|string" }, "b-spinbutton/max": { "description": "The maximum value that can be selected. Must be greater than the `min` prop.. Negative numbers are allowed", "type": "number|string" }, "b-spinbutton/min": { "description": "The minimum value that can be selected. Negative numbers are allowed", "type": "number|string" }, "b-spinbutton/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-spinbutton/placeholder": { "description": "Value to show when the v-model is `null`", "type": "string" }, "b-spinbutton/readonly": { "description": "Places the component in a readonly state", "type": "boolean" }, "b-spinbutton/repeat-delay": { "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", "type": "number|string" }, "b-spinbutton/repeat-interval": { "description": "Interval in milliseconds between increment or decrement repeats. Must be a positive integer", "type": "number|string" }, "b-spinbutton/repeat-step-multiplier": { "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", "type": "number|string" }, "b-spinbutton/repeat-threshold": { "description": "Number of repeats to occur before increasing the step size by `repeat-step-multiplier`. Must be a positive integer", "type": "number|string" }, "b-spinbutton/step": { "description": "A positive number that specifies the granularity that the value must adhere to", "type": "number|string" }, "b-spinbutton/vertical": { "description": "When set, renders the component with a vertical layout", "type": "boolean" }, "b-spinbutton/wrap": { "description": "When set, allows the value to wrap around when reaching the minimum or maximum value", "type": "boolean" }, "b-form-tags/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-form-tags/value": { "description": "Array of current tags. This is the v-model", "type": "any[]" }, "b-form-tags/autofocus": { "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", "type": "boolean" }, "b-form-tags/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-form-tags/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-form-tags/name": { "description": "Sets the value of the 'name' attribute on the form control. When set, creates a hidden input for each tag", "type": "string" }, "b-form-tags/required": { "description": "Adds the `required` attribute to the form control", "type": "boolean" }, "b-form-tags/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-form-tags/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-form-tags/add-button-text": { "description": "Text for the built in 'Add' button. Slot `add-button-text' takes precedence", "type": "string" }, "b-form-tags/add-button-variant": { "description": "Applies one of the Bootstrap theme color variants to the 'Add' button", "type": "string" }, "b-form-tags/add-on-change": { "description": "When set, enables adding the tag on the input's 'change' event", "type": "boolean" }, "b-form-tags/duplicate-tag-text": { "description": "The message when duplicate tags are detected. Set to an empty string to disable the message", "type": "string" }, "b-form-tags/ignore-input-focus-selector": { "description": "Ignore certain elements from the click to focus input routine, specified by css selector(s)", "type": "any[]|string" }, "b-form-tags/input-attrs": { "description": "Additional attributes to apply to the new tag input element", "type": "object" }, "b-form-tags/input-class": { "description": "Class (or classes) to apply to the new tag input element", "type": "any[]|object|string" }, "b-form-tags/input-id": { "description": "ID to apply to the new tag input element. If not provided, a unique ID will be auto generated", "type": "string" }, "b-form-tags/input-type": { "description": "Specifies the type of input to use: 'text', 'email', 'tel', 'url', or 'number'. Default is 'text'", "type": "string" }, "b-form-tags/invalid-tag-text": { "description": "The error message when invalid tags are detected. Set to an empty string to disable the message", "type": "string" }, "b-form-tags/limit": { "description": "The maximum amount of tags that can be added. The limit can still be exceeded if manipulated outside of the component", "type": "number" }, "b-form-tags/limit-tags-text": { "description": "The message when the limit is reached. Set to an empty string to disable the message", "type": "string" }, "b-form-tags/no-add-on-enter": { "description": "When set, disables adding the tag on the input's 'keydown.enter' event", "type": "boolean" }, "b-form-tags/no-outer-focus": { "description": "When set, disables the focus styling of the component root element", "type": "boolean" }, "b-form-tags/no-tag-remove": { "description": "When set, the tags will not have a remove button", "type": "boolean" }, "b-form-tags/placeholder": { "description": "Sets the 'placeholder' attribute value on the form control", "type": "string" }, "b-form-tags/remove-on-delete": { "description": "When set, enables removal of last tag in tags when user presses delete or backspace and the input is empty", "type": "boolean" }, "b-form-tags/separator": { "description": "Separator character(s) that will trigger a tag to be created", "type": "any[]|string" }, "b-form-tags/tag-class": { "description": "Class (or classes) to apply to the tags", "type": "any[]|object|string" }, "b-form-tags/tag-pills": { "description": "Makes the built in tags have a pill appearance", "type": "boolean" }, "b-form-tags/tag-remove-label": { "description": "The value of the 'aria-label' attribute on the remove button in the tag", "type": "string" }, "b-form-tags/tag-removed-label": { "description": "Label for the aria-live region that announces removed tag(s) to screen reader users", "type": "string" }, "b-form-tags/tag-validator": { "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", "type": "function" }, "b-form-tags/tag-variant": { "description": "Applies one of the Bootstrap theme color variants to the tags", "type": "string" }, "b-tags/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-tags/value": { "description": "Array of current tags. This is the v-model", "type": "any[]" }, "b-tags/autofocus": { "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", "type": "boolean" }, "b-tags/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-tags/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-tags/name": { "description": "Sets the value of the 'name' attribute on the form control. When set, creates a hidden input for each tag", "type": "string" }, "b-tags/required": { "description": "Adds the `required` attribute to the form control", "type": "boolean" }, "b-tags/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-tags/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-tags/add-button-text": { "description": "Text for the built in 'Add' button. Slot `add-button-text' takes precedence", "type": "string" }, "b-tags/add-button-variant": { "description": "Applies one of the Bootstrap theme color variants to the 'Add' button", "type": "string" }, "b-tags/add-on-change": { "description": "When set, enables adding the tag on the input's 'change' event", "type": "boolean" }, "b-tags/duplicate-tag-text": { "description": "The message when duplicate tags are detected. Set to an empty string to disable the message", "type": "string" }, "b-tags/ignore-input-focus-selector": { "description": "Ignore certain elements from the click to focus input routine, specified by css selector(s)", "type": "any[]|string" }, "b-tags/input-attrs": { "description": "Additional attributes to apply to the new tag input element", "type": "object" }, "b-tags/input-class": { "description": "Class (or classes) to apply to the new tag input element", "type": "any[]|object|string" }, "b-tags/input-id": { "description": "ID to apply to the new tag input element. If not provided, a unique ID will be auto generated", "type": "string" }, "b-tags/input-type": { "description": "Specifies the type of input to use: 'text', 'email', 'tel', 'url', or 'number'. Default is 'text'", "type": "string" }, "b-tags/invalid-tag-text": { "description": "The error message when invalid tags are detected. Set to an empty string to disable the message", "type": "string" }, "b-tags/limit": { "description": "The maximum amount of tags that can be added. The limit can still be exceeded if manipulated outside of the component", "type": "number" }, "b-tags/limit-tags-text": { "description": "The message when the limit is reached. Set to an empty string to disable the message", "type": "string" }, "b-tags/no-add-on-enter": { "description": "When set, disables adding the tag on the input's 'keydown.enter' event", "type": "boolean" }, "b-tags/no-outer-focus": { "description": "When set, disables the focus styling of the component root element", "type": "boolean" }, "b-tags/no-tag-remove": { "description": "When set, the tags will not have a remove button", "type": "boolean" }, "b-tags/placeholder": { "description": "Sets the 'placeholder' attribute value on the form control", "type": "string" }, "b-tags/remove-on-delete": { "description": "When set, enables removal of last tag in tags when user presses delete or backspace and the input is empty", "type": "boolean" }, "b-tags/separator": { "description": "Separator character(s) that will trigger a tag to be created", "type": "any[]|string" }, "b-tags/tag-class": { "description": "Class (or classes) to apply to the tags", "type": "any[]|object|string" }, "b-tags/tag-pills": { "description": "Makes the built in tags have a pill appearance", "type": "boolean" }, "b-tags/tag-remove-label": { "description": "The value of the 'aria-label' attribute on the remove button in the tag", "type": "string" }, "b-tags/tag-removed-label": { "description": "Label for the aria-live region that announces removed tag(s) to screen reader users", "type": "string" }, "b-tags/tag-validator": { "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", "type": "function" }, "b-tags/tag-variant": { "description": "Applies one of the Bootstrap theme color variants to the tags", "type": "string" }, "b-form-tag/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-form-tag/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-form-tag/no-remove": { "description": "When set, the tag will not have a remove button", "type": "boolean" }, "b-form-tag/pill": { "description": "Makes the tag have a pill appearance", "type": "boolean" }, "b-form-tag/remove-label": { "description": "The value of the 'aria-label' attribute on the remove button in the tag", "type": "string" }, "b-form-tag/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-form-tag/title": { "description": "Value to place in the 'title' attribute of the tag. Will also be used for the tag content if no default slot provided", "type": "string" }, "b-form-tag/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-tag/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-tag/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-tag/no-remove": { "description": "When set, the tag will not have a remove button", "type": "boolean" }, "b-tag/pill": { "description": "Makes the tag have a pill appearance", "type": "boolean" }, "b-tag/remove-label": { "description": "The value of the 'aria-label' attribute on the remove button in the tag", "type": "string" }, "b-tag/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-tag/title": { "description": "Value to place in the 'title' attribute of the tag. Will also be used for the tag content if no default slot provided", "type": "string" }, "b-tag/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-form-textarea/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-form-textarea/autofocus": { "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", "type": "boolean" }, "b-form-textarea/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-form-textarea/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-form-textarea/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-form-textarea/required": { "description": "Adds the `required` attribute to the form control", "type": "boolean" }, "b-form-textarea/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-form-textarea/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-form-textarea/value": { "description": "The current value of the textarea. Result will always be a string, except when the 'number' prop is used", "type": "number|string" }, "b-form-textarea/aria-invalid": { "description": "Sets the 'aria-invalid' attribute with the specified value", "type": "boolean|string" }, "b-form-textarea/autocomplete": { "description": "Sets the 'autocomplete' attribute value on the form control", "type": "string" }, "b-form-textarea/debounce": { "description": "When set to a number of milliseconds greater than zero, will debounce the user input. Has no effect if prop 'lazy' is set", "type": "number|string" }, "b-form-textarea/formatter": { "description": "Reference to a function for formatting the textarea", "type": "function" }, "b-form-textarea/lazy": { "description": "When set, updates the v-model on 'change'/'blur' events instead of 'input'. Emulates the Vue '.lazy' v-model modifier", "type": "boolean" }, "b-form-textarea/lazy-formatter": { "description": "When set, the textarea is formatted on blur instead of each keystroke (if there is a formatter specified)", "type": "boolean" }, "b-form-textarea/number": { "description": "When set attempts to convert the input value to a native number. Emulates the Vue '.number' v-model modifier", "type": "boolean" }, "b-form-textarea/placeholder": { "description": "Sets the `placeholder` attribute value on the form control", "type": "string" }, "b-form-textarea/plaintext": { "description": "Set the form control as readonly and renders the control to look like plain text (no borders)", "type": "boolean" }, "b-form-textarea/readonly": { "description": "Sets the `readonly` attribute on the form control", "type": "boolean" }, "b-form-textarea/trim": { "description": "When set, trims any leading and trailing white space from the input value. Emulates the Vue '.trim' v-model modifier", "type": "boolean" }, "b-form-textarea/max-rows": { "description": "The maximum number of rows to show. When provided, the textarea will grow (or shrink) to fit the content up to maximum rows", "type": "number|string" }, "b-form-textarea/no-auto-shrink": { "description": "When set, prevents the auto height textarea from shrinking to fit the content", "type": "boolean" }, "b-form-textarea/no-resize": { "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", "type": "boolean" }, "b-form-textarea/rows": { "description": "The minimum number of rows to display. Must be a value greater than 1", "type": "number|string" }, "b-form-textarea/wrap": { "description": "The value to place on the textarea's 'wrap' attribute. Controls how line break are returned", "type": "string" }, "b-textarea/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-textarea/autofocus": { "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", "type": "boolean" }, "b-textarea/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-textarea/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-textarea/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-textarea/required": { "description": "Adds the `required` attribute to the form control", "type": "boolean" }, "b-textarea/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-textarea/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-textarea/value": { "description": "The current value of the textarea. Result will always be a string, except when the 'number' prop is used", "type": "number|string" }, "b-textarea/aria-invalid": { "description": "Sets the 'aria-invalid' attribute with the specified value", "type": "boolean|string" }, "b-textarea/autocomplete": { "description": "Sets the 'autocomplete' attribute value on the form control", "type": "string" }, "b-textarea/debounce": { "description": "When set to a number of milliseconds greater than zero, will debounce the user input. Has no effect if prop 'lazy' is set", "type": "number|string" }, "b-textarea/formatter": { "description": "Reference to a function for formatting the textarea", "type": "function" }, "b-textarea/lazy": { "description": "When set, updates the v-model on 'change'/'blur' events instead of 'input'. Emulates the Vue '.lazy' v-model modifier", "type": "boolean" }, "b-textarea/lazy-formatter": { "description": "When set, the textarea is formatted on blur instead of each keystroke (if there is a formatter specified)", "type": "boolean" }, "b-textarea/number": { "description": "When set attempts to convert the input value to a native number. Emulates the Vue '.number' v-model modifier", "type": "boolean" }, "b-textarea/placeholder": { "description": "Sets the `placeholder` attribute value on the form control", "type": "string" }, "b-textarea/plaintext": { "description": "Set the form control as readonly and renders the control to look like plain text (no borders)", "type": "boolean" }, "b-textarea/readonly": { "description": "Sets the `readonly` attribute on the form control", "type": "boolean" }, "b-textarea/trim": { "description": "When set, trims any leading and trailing white space from the input value. Emulates the Vue '.trim' v-model modifier", "type": "boolean" }, "b-textarea/max-rows": { "description": "The maximum number of rows to show. When provided, the textarea will grow (or shrink) to fit the content up to maximum rows", "type": "number|string" }, "b-textarea/no-auto-shrink": { "description": "When set, prevents the auto height textarea from shrinking to fit the content", "type": "boolean" }, "b-textarea/no-resize": { "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", "type": "boolean" }, "b-textarea/rows": { "description": "The minimum number of rows to display. Must be a value greater than 1", "type": "number|string" }, "b-textarea/wrap": { "description": "The value to place on the textarea's 'wrap' attribute. Controls how line break are returned", "type": "string" }, "b-form-timepicker/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-form-timepicker/value": { "description": "Initially selected time value. Accepts a `HH:mm:ss` string. Valid value ranges from `00:00:00` to `23:59:59`", "type": "string" }, "b-form-timepicker/aria-labelledby": { "description": "The ID of the element that provides a label for this component. Used as the value for the `aria-labelledby` attribute", "type": "string" }, "b-form-timepicker/boundary": { "description": "The boundary constraint of the menu: `'scrollParent'`, `'window'`, `'viewport'`, or a reference to an `HTMLElement`", "type": "HTMLElement|string" }, "b-form-timepicker/button-only": { "description": "Renders the datepicker as a dropdown button instead of a form-control", "type": "boolean" }, "b-form-timepicker/button-variant": { "description": "The button variant to use when in `button-only` mode. Has no effect if prop `button-only` is not set", "type": "string" }, "b-form-timepicker/close-button-variant": { "description": "Button variant to use for the optional `close` button", "type": "string" }, "b-form-timepicker/disabled": { "description": "Places the timepicker in a non-interactive disabled state", "type": "boolean" }, "b-form-timepicker/dropleft": { "description": "When set, positions the menu to the left of the button", "type": "boolean" }, "b-form-timepicker/dropright": { "description": "When set, positions the menu to the right of the button", "type": "boolean" }, "b-form-timepicker/dropup": { "description": "When set, positions the menu on the top of the button", "type": "boolean" }, "b-form-timepicker/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-form-timepicker/hide-header": { "description": "When set, visually hides the selected date header", "type": "boolean" }, "b-form-timepicker/hour12": { "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)", "type": "boolean" }, "b-form-timepicker/label-am": { "description": "Text to display in the AM/PM spinbutton when 'AM' is selected", "type": "string" }, "b-form-timepicker/label-ampm": { "description": "Value of the `aria-label` attribute on the `AM/PM` spinbutton", "type": "string" }, "b-form-timepicker/label-close-button": { "description": "Content for the `Close` button", "type": "string" }, "b-form-timepicker/label-decrement": { "description": "Value of the `aria-label` attribute on the spinbuttons `-` button", "type": "string" }, "b-form-timepicker/label-hours": { "description": "Value of the `aria-label` attribute on the `Hours` spinbutton", "type": "string" }, "b-form-timepicker/label-increment": { "description": "Value of the `aria-label` attribute on the spinbuttons `+` button", "type": "string" }, "b-form-timepicker/label-minutes": { "description": "Value of the `aria-label` attribute on the `Minutes` spinbutton", "type": "string" }, "b-form-timepicker/label-no-time-selected": { "description": "String to show when no time is selected", "type": "string" }, "b-form-timepicker/label-now-button": { "description": "Content for the optional `Select now` button", "type": "string" }, "b-form-timepicker/label-pm": { "description": "Text to display in the AM/PM spinbutton when 'PM' is selected", "type": "string" }, "b-form-timepicker/label-reset-button": { "description": "Content for the optional `Reset` button", "type": "string" }, "b-form-timepicker/label-seconds": { "description": "Value of the `aria-label` attribute on the `Seconds` spinbutton", "type": "string" }, "b-form-timepicker/label-selected": { "description": "Hidden sr-only string when a time is selected", "type": "string" }, "b-form-timepicker/locale": { "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", "type": "any[]|string" }, "b-form-timepicker/menu-class": { "description": "Class (or classes) to apply to to popup menu wrapper", "type": "any[]|object|string" }, "b-form-timepicker/minutes-step": { "description": "Step value for the minutes spinbutton. Should be a value evenly divided into 60", "type": "number|string" }, "b-form-timepicker/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-form-timepicker/no-close-button": { "description": "When set, disables showing the close button", "type": "boolean" }, "b-form-timepicker/no-flip": { "description": "Prevent the menu from auto flipping positions", "type": "boolean" }, "b-form-timepicker/now-button": { "description": "When set, shows the optional `select now` button", "type": "boolean" }, "b-form-timepicker/now-button-variant": { "description": "Button variant to use for the optional `select today` button", "type": "string" }, "b-form-timepicker/offset": { "description": "Specify the number of pixels to shift the menu by. Negative values supported", "type": "number|string" }, "b-form-timepicker/placeholder": { "description": "Text so show in the form control when no date is selected. Defaults to the `label-no-date-selected` prop value", "type": "string" }, "b-form-timepicker/popper-opts": { "description": "Additional configuration to pass to Popper.js", "type": "object" }, "b-form-timepicker/readonly": { "description": "Places the timepicker in an interactive readonly state. Disables updating the v-model, while still allowing focusing of spin buttons", "type": "boolean" }, "b-form-timepicker/required": { "description": "When set, adds the `aria-required=\"true\"` attribute on the component. Required validation needs to be handled by your application", "type": "boolean" }, "b-form-timepicker/reset-button": { "description": "When set, shows the optional `reset` button", "type": "boolean" }, "b-form-timepicker/reset-button-variant": { "description": "Button variant to use for the optional `reset` button", "type": "string" }, "b-form-timepicker/reset-value": { "description": "When the optional `reset` button is clicked, the selected time will be set to this value. Default is to clear the selected value", "type": "Date|string" }, "b-form-timepicker/right": { "description": "Align the right edge of the menu with the right of the button", "type": "boolean" }, "b-form-timepicker/seconds-step": { "description": "Step value for the seconds spinbutton. Should be a value evenly divided into 60", "type": "number|string" }, "b-form-timepicker/show-seconds": { "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`", "type": "boolean" }, "b-form-timepicker/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-form-timepicker/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-timepicker/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-timepicker/value": { "description": "Initially selected time value. Accepts a `HH:mm:ss` string. Valid value ranges from `00:00:00` to `23:59:59`", "type": "string" }, "b-timepicker/aria-labelledby": { "description": "The ID of the element that provides a label for this component. Used as the value for the `aria-labelledby` attribute", "type": "string" }, "b-timepicker/boundary": { "description": "The boundary constraint of the menu: `'scrollParent'`, `'window'`, `'viewport'`, or a reference to an `HTMLElement`", "type": "HTMLElement|string" }, "b-timepicker/button-only": { "description": "Renders the datepicker as a dropdown button instead of a form-control", "type": "boolean" }, "b-timepicker/button-variant": { "description": "The button variant to use when in `button-only` mode. Has no effect if prop `button-only` is not set", "type": "string" }, "b-timepicker/close-button-variant": { "description": "Button variant to use for the optional `close` button", "type": "string" }, "b-timepicker/disabled": { "description": "Places the timepicker in a non-interactive disabled state", "type": "boolean" }, "b-timepicker/dropleft": { "description": "When set, positions the menu to the left of the button", "type": "boolean" }, "b-timepicker/dropright": { "description": "When set, positions the menu to the right of the button", "type": "boolean" }, "b-timepicker/dropup": { "description": "When set, positions the menu on the top of the button", "type": "boolean" }, "b-timepicker/form": { "description": "ID of the form that the form control belongs to. Sets the `form` attribute on the control", "type": "string" }, "b-timepicker/hide-header": { "description": "When set, visually hides the selected date header", "type": "boolean" }, "b-timepicker/hour12": { "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)", "type": "boolean" }, "b-timepicker/label-am": { "description": "Text to display in the AM/PM spinbutton when 'AM' is selected", "type": "string" }, "b-timepicker/label-ampm": { "description": "Value of the `aria-label` attribute on the `AM/PM` spinbutton", "type": "string" }, "b-timepicker/label-close-button": { "description": "Content for the `Close` button", "type": "string" }, "b-timepicker/label-decrement": { "description": "Value of the `aria-label` attribute on the spinbuttons `-` button", "type": "string" }, "b-timepicker/label-hours": { "description": "Value of the `aria-label` attribute on the `Hours` spinbutton", "type": "string" }, "b-timepicker/label-increment": { "description": "Value of the `aria-label` attribute on the spinbuttons `+` button", "type": "string" }, "b-timepicker/label-minutes": { "description": "Value of the `aria-label` attribute on the `Minutes` spinbutton", "type": "string" }, "b-timepicker/label-no-time-selected": { "description": "String to show when no time is selected", "type": "string" }, "b-timepicker/label-now-button": { "description": "Content for the optional `Select now` button", "type": "string" }, "b-timepicker/label-pm": { "description": "Text to display in the AM/PM spinbutton when 'PM' is selected", "type": "string" }, "b-timepicker/label-reset-button": { "description": "Content for the optional `Reset` button", "type": "string" }, "b-timepicker/label-seconds": { "description": "Value of the `aria-label` attribute on the `Seconds` spinbutton", "type": "string" }, "b-timepicker/label-selected": { "description": "Hidden sr-only string when a time is selected", "type": "string" }, "b-timepicker/locale": { "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", "type": "any[]|string" }, "b-timepicker/menu-class": { "description": "Class (or classes) to apply to to popup menu wrapper", "type": "any[]|object|string" }, "b-timepicker/minutes-step": { "description": "Step value for the minutes spinbutton. Should be a value evenly divided into 60", "type": "number|string" }, "b-timepicker/name": { "description": "Sets the value of the `name` attribute on the form control", "type": "string" }, "b-timepicker/no-close-button": { "description": "When set, disables showing the close button", "type": "boolean" }, "b-timepicker/no-flip": { "description": "Prevent the menu from auto flipping positions", "type": "boolean" }, "b-timepicker/now-button": { "description": "When set, shows the optional `select now` button", "type": "boolean" }, "b-timepicker/now-button-variant": { "description": "Button variant to use for the optional `select today` button", "type": "string" }, "b-timepicker/offset": { "description": "Specify the number of pixels to shift the menu by. Negative values supported", "type": "number|string" }, "b-timepicker/placeholder": { "description": "Text so show in the form control when no date is selected. Defaults to the `label-no-date-selected` prop value", "type": "string" }, "b-timepicker/popper-opts": { "description": "Additional configuration to pass to Popper.js", "type": "object" }, "b-timepicker/readonly": { "description": "Places the timepicker in an interactive readonly state. Disables updating the v-model, while still allowing focusing of spin buttons", "type": "boolean" }, "b-timepicker/required": { "description": "When set, adds the `aria-required=\"true\"` attribute on the component. Required validation needs to be handled by your application", "type": "boolean" }, "b-timepicker/reset-button": { "description": "When set, shows the optional `reset` button", "type": "boolean" }, "b-timepicker/reset-button-variant": { "description": "Button variant to use for the optional `reset` button", "type": "string" }, "b-timepicker/reset-value": { "description": "When the optional `reset` button is clicked, the selected time will be set to this value. Default is to clear the selected value", "type": "Date|string" }, "b-timepicker/right": { "description": "Align the right edge of the menu with the right of the button", "type": "boolean" }, "b-timepicker/seconds-step": { "description": "Step value for the seconds spinbutton. Should be a value evenly divided into 60", "type": "number|string" }, "b-timepicker/show-seconds": { "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`", "type": "boolean" }, "b-timepicker/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-timepicker/state": { "description": "Controls the validation state appearance of the component. `true` for valid, `false` for invalid, or `null` for no validation state", "type": "boolean" }, "b-img/alt": { "description": "Value to set for the `alt` attribute", "type": "string" }, "b-img/blank": { "description": "Creates a blank/transparent image via an SVG data URI", "type": "boolean" }, "b-img/blank-color": { "description": "Sets the color of the blank image to the CSS color value specified", "type": "string" }, "b-img/block": { "description": "Forces the image to display as a block element rather than the browser default of inline-block element", "type": "boolean" }, "b-img/center": { "description": "Centers the image horizontally", "type": "boolean" }, "b-img/fluid": { "description": "Makes the image responsive. The image will shrink as needed or grow up the the image's native width", "type": "boolean" }, "b-img/fluid-grow": { "description": "Similar to the 'fluid' prop, but allows the image to scale up past its native width", "type": "boolean" }, "b-img/height": { "description": "The value to set on the image's 'height' attribute", "type": "number|string" }, "b-img/left": { "description": "Floats the image to the left when set", "type": "boolean" }, "b-img/right": { "description": "Floats the image to the right when set", "type": "boolean" }, "b-img/rounded": { "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", "type": "boolean|string" }, "b-img/sizes": { "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", "type": "any[]|string" }, "b-img/src": { "description": "URL to set for the `src` attribute", "type": "string" }, "b-img/srcset": { "description": "One or more strings separated by commas (or an array of strings), indicating possible image sources for the user agent to use", "type": "any[]|string" }, "b-img/thumbnail": { "description": "Adds a thumbnail border around the image", "type": "boolean" }, "b-img/width": { "description": "The value to set on the image's 'width' attribute", "type": "number|string" }, "b-img-lazy/alt": { "description": "Value to set for the `alt` attribute", "type": "string" }, "b-img-lazy/blank-color": { "description": "Sets the color of the blank placeholder image to the CSS color value specified", "type": "string" }, "b-img-lazy/block": { "description": "Forces the image to display as a block element rather than the browser default of inline-block element", "type": "boolean" }, "b-img-lazy/center": { "description": "Centers the image horizontally", "type": "boolean" }, "b-img-lazy/fluid": { "description": "Makes the image responsive. The image will shrink as needed or grow up the the image's native width", "type": "boolean" }, "b-img-lazy/fluid-grow": { "description": "Similar to the 'fluid' prop, but allows the image to scale up past its native width", "type": "boolean" }, "b-img-lazy/height": { "description": "The value to set on the image's 'height' attribute", "type": "number|string" }, "b-img-lazy/left": { "description": "Floats the image to the left when set", "type": "boolean" }, "b-img-lazy/right": { "description": "Floats the image to the right when set", "type": "boolean" }, "b-img-lazy/rounded": { "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", "type": "boolean|string" }, "b-img-lazy/sizes": { "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", "type": "any[]|string" }, "b-img-lazy/src": { "description": "URL to set for the `src` attribute", "type": "string" }, "b-img-lazy/srcset": { "description": "One or more strings separated by commas (or an array of strings), indicating possible image sources for the user agent to use", "type": "any[]|string" }, "b-img-lazy/thumbnail": { "description": "Adds a thumbnail border around the image", "type": "boolean" }, "b-img-lazy/width": { "description": "The value to set on the image's 'width' attribute", "type": "number|string" }, "b-img-lazy/blank-height": { "description": "The value to set on the placeholder image's 'height' attribute. Defaults to value of the 'height' prop", "type": "number|string" }, "b-img-lazy/blank-src": { "description": "Placeholder image instead of a blank image", "type": "string" }, "b-img-lazy/blank-width": { "description": "The value to set on the placeholder image's 'width' attribute. Defaults to value of the 'width' prop", "type": "number|string" }, "b-img-lazy/offset": { "description": "Number of pixels away from the viewport edge before the lazy image is loaded", "type": "number|string" }, "b-img-lazy/show": { "description": "If set to true, will force show the image specified via the 'src' prop", "type": "boolean" }, "b-input-group/append": { "description": "Text to append to the input group", "type": "string" }, "b-input-group/append-html": { "description": "HTML string to append to the input group. Has precedence over 'append' prop", "type": "string" }, "b-input-group/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-input-group/prepend": { "description": "Text to prepend to the input group", "type": "string" }, "b-input-group/prepend-html": { "description": "HTML string to prepend to the input group. Has precedence over 'prepend' prop", "type": "string" }, "b-input-group/size": { "description": "Set the size of the component's appearance. 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-input-group/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-input-group-prepend/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-input-group-prepend/is-text": { "description": "When 'true', wraps the content in a b-input-group-text component", "type": "boolean" }, "b-input-group-prepend/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-input-group-append/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-input-group-append/is-text": { "description": "When 'true', wraps the content in a b-input-group-text component", "type": "boolean" }, "b-input-group-append/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-input-group-text/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-input-group-addon/append": { "description": "When set to 'true' sets the addon as being appended. defaults to 'false' which is prepended", "type": "boolean" }, "b-input-group-addon/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-input-group-addon/is-text": { "description": "When 'true', wraps the content in a b-input-group-text component", "type": "boolean" }, "b-input-group-addon/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-jumbotron/bg-variant": { "description": "Applies one of the Bootstrap theme color variants to the background", "type": "string" }, "b-jumbotron/border-variant": { "description": "Applies one of the Bootstrap theme color variants to the border", "type": "string" }, "b-jumbotron/container-fluid": { "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", "type": "boolean|string" }, "b-jumbotron/fluid": { "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)", "type": "boolean" }, "b-jumbotron/header": { "description": "Text content to place in the header", "type": "string" }, "b-jumbotron/header-html": { "description": "HTML string content to place in the header", "type": "string" }, "b-jumbotron/header-level": { "description": "Scaling factor of the header. Values range from 1 to 5", "type": "number|string" }, "b-jumbotron/header-tag": { "description": "Specify the HTML tag to render instead of the default tag for the header", "type": "string" }, "b-jumbotron/lead": { "description": "Text string to place in the lead paragraph", "type": "string" }, "b-jumbotron/lead-html": { "description": "HTML string to place in the lead paragraph", "type": "string" }, "b-jumbotron/lead-tag": { "description": "Specify the HTML tag to render instead of the default tag for the lead paragraph", "type": "string" }, "b-jumbotron/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-jumbotron/text-variant": { "description": "Applies one of the Bootstrap theme color variants to the text", "type": "string" }, "b-container/fluid": { "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)", "type": "boolean|string" }, "b-container/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-row/align-content": { "description": "Align columns items together on the cross axis: 'start', 'center', 'end', 'around', 'between' or 'stretch'. Has no effect on single rows of items", "type": "string" }, "b-row/align-h": { "description": "Horizontal alignment/spacing of all columns: 'start', 'center', 'end', 'around', or 'between'", "type": "string" }, "b-row/align-v": { "description": "Vertical alignment of all columns in a row: 'start', 'center', 'end', 'baseline', or 'stretch'", "type": "string" }, "b-row/cols": { "description": "The number row columns to create at the 'xs' breakpoint. Requires Bootstrap v4.4 CSS", "type": "number|string" }, "b-row/cols-lg": { "description": "The number row columns to create at the 'lg' breakpoint. Requires Bootstrap v4.4 CSS", "type": "number|string" }, "b-row/cols-md": { "description": "The number row columns to create at the 'md' breakpoint. Requires Bootstrap v4.4 CSS", "type": "number|string" }, "b-row/cols-sm": { "description": "The number row columns to create at the 'sm' breakpoint. Requires Bootstrap v4.4 CSS", "type": "number|string" }, "b-row/cols-xl": { "description": "The number row columns to create at the 'xl' breakpoint. Requires Bootstrap v4.4 CSS", "type": "number|string" }, "b-row/no-gutters": { "description": "When set, removes the margin from the row and removes the padding from the child columns", "type": "boolean" }, "b-row/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-col/align-self": { "description": "Vertical alignment of the grid cell with respect to the row: 'start', 'center', 'end', 'baseline', or 'stretch'", "type": "string" }, "b-col/col": { "description": "When true makes an equal width column grid cell spans for xs and up breakpoints", "type": "boolean" }, "b-col/cols": { "description": "Number of columns the grid cell spans for xs and up breakpoints", "type": "number|string" }, "b-col/lg": { "description": "Number of columns the grid cell spans for lg and up breakpoints", "type": "boolean|number|string" }, "b-col/md": { "description": "Number of columns the grid cell spans for md and up breakpoints", "type": "boolean|number|string" }, "b-col/offset": { "description": "Number of columns the grid cell is offset for xs and up breakpoints", "type": "number|string" }, "b-col/offset-lg": { "description": "Number of columns the grid cell is offset for lg and up breakpoints", "type": "number|string" }, "b-col/offset-md": { "description": "Number of columns the grid cell is offset for md and up breakpoints", "type": "number|string" }, "b-col/offset-sm": { "description": "Number of columns the grid cell is offset for sm and up breakpoints", "type": "number|string" }, "b-col/offset-xl": { "description": "Number of columns the grid cell is offset for xl and up breakpoints", "type": "number|string" }, "b-col/order": { "description": "Flex order of the grid cell for xs and up breakpoints", "type": "number|string" }, "b-col/order-lg": { "description": "Flex order of the grid cell for lg and up breakpoints", "type": "number|string" }, "b-col/order-md": { "description": "Flex order of the grid cell for md and up breakpoints", "type": "number|string" }, "b-col/order-sm": { "description": "Flex order of the grid cell for sm and up breakpoints", "type": "number|string" }, "b-col/order-xl": { "description": "Flex order of the grid cell for xl and up breakpoints", "type": "number|string" }, "b-col/sm": { "description": "Number of columns the grid cell spans for sm and up breakpoints", "type": "boolean|number|string" }, "b-col/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-col/xl": { "description": "Number of columns the grid cell spans for xl and up breakpoints", "type": "boolean|number|string" }, "b-form-row/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-link/active": { "description": "When set to `true`, places the component in the active state with active styling", "type": "boolean" }, "b-link/active-class": { "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'", "type": "string" }, "b-link/append": { "description": "<router-link> prop: Setting append prop always appends the relative path to the current path", "type": "boolean" }, "b-link/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-link/event": { "description": "<router-link> prop: Specify the event that triggers the link. In most cases you should leave this as the default", "type": "any[]|string" }, "b-link/exact": { "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route", "type": "boolean" }, "b-link/exact-active-class": { "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'", "type": "string" }, "b-link/href": { "description": "Denotes the target URL of the link for standard a links", "type": "string" }, "b-link/no-prefetch": { "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", "type": "boolean" }, "b-link/prefetch": { "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`", "type": "boolean" }, "b-link/rel": { "description": "Sets the 'rel' attribute on the rendered link", "type": "string" }, "b-link/replace": { "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", "type": "boolean" }, "b-link/router-component-name": { "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)", "type": "string" }, "b-link/router-tag": { "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", "type": "string" }, "b-link/target": { "description": "Sets the 'target' attribute on the rendered link", "type": "string" }, "b-link/to": { "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", "type": "object|string" }, "b-list-group/flush": { "description": "When set, renders a flush list group with no left and right borders", "type": "boolean" }, "b-list-group/horizontal": { "description": "When set, renders the list-group horizontally rather than the default of vertical", "type": "boolean|string" }, "b-list-group/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-list-group-item/action": { "description": "When set, give the item the appearance of having an action. Not needed when props 'to', 'href' or 'button' are used", "type": "boolean" }, "b-list-group-item/active": { "description": "When set to `true`, places the component in the active state with active styling", "type": "boolean" }, "b-list-group-item/active-class": { "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'", "type": "string" }, "b-list-group-item/append": { "description": "<router-link> prop: Setting append prop always appends the relative path to the current path", "type": "boolean" }, "b-list-group-item/button": { "description": "When true renders the list-group-item as a button element", "type": "boolean" }, "b-list-group-item/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-list-group-item/exact": { "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route", "type": "boolean" }, "b-list-group-item/exact-active-class": { "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'", "type": "string" }, "b-list-group-item/href": { "description": "<b-link> prop: Denotes the target URL of the link for standard a links", "type": "string" }, "b-list-group-item/no-prefetch": { "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", "type": "boolean" }, "b-list-group-item/prefetch": { "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`", "type": "boolean" }, "b-list-group-item/rel": { "description": "<b-link> prop: Sets the `rel` attribute on the rendered link", "type": "string" }, "b-list-group-item/replace": { "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", "type": "boolean" }, "b-list-group-item/router-component-name": { "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)", "type": "string" }, "b-list-group-item/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-list-group-item/target": { "description": "<b-link> prop: Sets the `target` attribute on the rendered link", "type": "string" }, "b-list-group-item/to": { "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", "type": "object|string" }, "b-list-group-item/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-media/no-body": { "description": "When set, does not render a 'b-media-body' wrapper around the default slot content", "type": "boolean" }, "b-media/right-align": { "description": "Render the 'aside' slot on the right. Default is on the left", "type": "boolean" }, "b-media/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-media/vertical-align": { "description": "Vertical alignment of the 'aside' slot: 'start' (or 'top'), 'center', or 'end' (or 'bottom')", "type": "string" }, "b-media-aside/right": { "description": "Position the 'aside' on the right. Default is on the left", "type": "boolean" }, "b-media-aside/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-media-aside/vertical-align": { "description": "Vertical alignment of the aside: 'start' (or 'top'), 'center', or 'end' (or 'bottom')", "type": "string" }, "b-media-body/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-modal/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-modal/visible": { "description": "The current visibility state of the modal", "type": "boolean" }, "b-modal/aria-label": { "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", "type": "string" }, "b-modal/auto-focus-button": { "description": "Specify which built-in button to focus once the modal opens: 'ok', 'cancel', or 'close'", "type": "string" }, "b-modal/body-bg-variant": { "description": "Applies one of the Bootstrap theme color variants to the body background", "type": "string" }, "b-modal/body-class": { "description": "CSS class (or classes) to apply to the '.modal-body' wrapper element", "type": "any[]|object|string" }, "b-modal/body-text-variant": { "description": "Applies one of the Bootstrap theme color variants to the body text", "type": "string" }, "b-modal/busy": { "description": "Places the built in default footer OK and Cancel buttons in the disabled state", "type": "boolean" }, "b-modal/button-size": { "description": "Size of the built in footer buttons: 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-modal/cancel-disabled": { "description": "Places the default footer Cancel button in the disabled state", "type": "boolean" }, "b-modal/cancel-title": { "description": "Text string to place in the default footer Cancel button", "type": "string" }, "b-modal/cancel-title-html": { "description": "HTML string to place in the default footer Cancel button", "type": "string" }, "b-modal/cancel-variant": { "description": "Button color theme variant to apply to the default footer Cancel button", "type": "string" }, "b-modal/centered": { "description": "Vertically centers the modal in the viewport", "type": "boolean" }, "b-modal/content-class": { "description": "CSS class (or classes) to apply to the '.modal-content' wrapper element", "type": "any[]|object|string" }, "b-modal/dialog-class": { "description": "CSS class (or classes) to apply to the '.modal-dialog' wrapper element", "type": "any[]|object|string" }, "b-modal/footer-bg-variant": { "description": "Applies one of the Bootstrap theme color variants to the footer background", "type": "string" }, "b-modal/footer-border-variant": { "description": "Applies one of the Bootstrap theme color variants to the footer border", "type": "string" }, "b-modal/footer-class": { "description": "CSS class (or classes) to apply to the '.modal-footer' wrapper element", "type": "any[]|object|string" }, "b-modal/footer-text-variant": { "description": "Applies one of the Bootstrap theme color variants to the footer text", "type": "string" }, "b-modal/header-bg-variant": { "description": "Applies one of the Bootstrap theme color variants to the header background", "type": "string" }, "b-modal/header-border-variant": { "description": "Applies one of the Bootstrap theme color variants to the header border", "type": "string" }, "b-modal/header-class": { "description": "CSS class (or classes) to apply to the '.modal-header' wrapper element", "type": "any[]|object|string" }, "b-modal/header-close-content": { "description": "Content of the header close button", "type": "string" }, "b-modal/header-close-label": { "description": "Value of the 'aria-label' on the header close button", "type": "string" }, "b-modal/header-close-variant": { "description": "Text theme color variant to apply to the header close button", "type": "string" }, "b-modal/header-text-variant": { "description": "Applies one of the Bootstrap theme color variants to the header text", "type": "string" }, "b-modal/hide-backdrop": { "description": "Disables rendering of the modal backdrop", "type": "boolean" }, "b-modal/hide-footer": { "description": "Disables rendering of the modal footer", "type": "boolean" }, "b-modal/hide-header": { "description": "Disables rendering of the modal header", "type": "boolean" }, "b-modal/hide-header-close": { "description": "Disables rendering of the modal header's close button", "type": "boolean" }, "b-modal/ignore-enforce-focus-selector": { "description": "Ignore certain elements from the enforce focus routine, specified by css selector(s)", "type": "any[]|string" }, "b-modal/lazy": { "description": "When the modal has the `static` prop set, renders the modal content lazily", "type": "boolean" }, "b-modal/modal-class": { "description": "CSS class (or classes) to apply to the '.modal' wrapper element", "type": "any[]|object|string" }, "b-modal/no-close-on-backdrop": { "description": "Disables the ability to close the modal by clicking the backdrop", "type": "boolean" }, "b-modal/no-close-on-esc": { "description": "Disables the ability to close the modal by pressing ESC", "type": "boolean" }, "b-modal/no-enforce-focus": { "description": "Disables the enforce focus routine which maintains focus inside the modal", "type": "boolean" }, "b-modal/no-fade": { "description": "When set to `true`, disables the fade animation/transition on the component", "type": "boolean" }, "b-modal/no-stacking": { "description": "Prevents other modals from stacking over this one", "type": "boolean" }, "b-modal/ok-disabled": { "description": "Places the default footer OK button in the disabled state", "type": "boolean" }, "b-modal/ok-only": { "description": "Disables rendering of the default footer Cancel button", "type": "boolean" }, "b-modal/ok-title": { "description": "Text string to place in the default footer OK button", "type": "string" }, "b-modal/ok-title-html": { "description": "HTML string to place in the default footer OK button", "type": "string" }, "b-modal/ok-variant": { "description": "Button color theme variant to apply to the default footer OK button", "type": "string" }, "b-modal/return-focus": { "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", "type": "HTMLElement|object|string" }, "b-modal/scrollable": { "description": "Enables scrolling of the modal body", "type": "boolean" }, "b-modal/size": { "description": "Set the size of the modal's width. 'sm', 'md' (default), 'lg', or 'xl'", "type": "string" }, "b-modal/static": { "description": "Renders the content of the component in-place in the DOM, rather than portalling it to be appended to the body element", "type": "boolean" }, "b-modal/title": { "description": "Text content to place in the title", "type": "string" }, "b-modal/title-class": { "description": "CSS class (or classes) to apply to the title", "type": "any[]|object|string" }, "b-modal/title-html": { "description": "HTML string content to place in the title", "type": "string" }, "b-modal/title-sr-only": { "description": "Wraps the title in an '.sr-only' wrapper", "type": "boolean" }, "b-modal/title-tag": { "description": "Specify the HTML tag to render instead of the default tag for the title", "type": "string" }, "b-nav/align": { "description": "Align the nav items in the nav: 'start' (or 'left'), 'center', 'end' (or 'right')", "type": "string" }, "b-nav/card-header": { "description": "Set this prop when the nav is placed inside a card header", "type": "boolean" }, "b-nav/fill": { "description": "Proportionately fills all horizontal space with nav items. All horizontal space is occupied, but not every nav item has the same width", "type": "boolean" }, "b-nav/justified": { "description": "Fills all horizontal space with nav items, but unlike 'fill', every nav item will be the same width", "type": "boolean" }, "b-nav/pills": { "description": "Renders the nav items with the appearance of pill buttons", "type": "boolean" }, "b-nav/small": { "description": "Makes the nav smaller", "type": "boolean" }, "b-nav/tabs": { "description": "Renders the nav items with the appearance of tabs", "type": "boolean" }, "b-nav/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-nav/vertical": { "description": "Renders the nav vertically", "type": "boolean" }, "b-nav-item/active": { "description": "When set to `true`, places the component in the active state with active styling", "type": "boolean" }, "b-nav-item/active-class": { "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'", "type": "string" }, "b-nav-item/append": { "description": "<router-link> prop: Setting append prop always appends the relative path to the current path", "type": "boolean" }, "b-nav-item/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-nav-item/exact": { "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route", "type": "boolean" }, "b-nav-item/exact-active-class": { "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'", "type": "string" }, "b-nav-item/href": { "description": "<b-link> prop: Denotes the target URL of the link for standard a links", "type": "string" }, "b-nav-item/link-attrs": { "description": "Additional attributes to place on the nested link element", "type": "object" }, "b-nav-item/link-classes": { "description": "CSS class (or classes) to place on the nested link element", "type": "any[]|object|string" }, "b-nav-item/no-prefetch": { "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", "type": "boolean" }, "b-nav-item/prefetch": { "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`", "type": "boolean" }, "b-nav-item/rel": { "description": "<b-link> prop: Sets the `rel` attribute on the rendered link", "type": "string" }, "b-nav-item/replace": { "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", "type": "boolean" }, "b-nav-item/router-component-name": { "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)", "type": "string" }, "b-nav-item/target": { "description": "<b-link> prop: Sets the `target` attribute on the rendered link", "type": "string" }, "b-nav-item/to": { "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", "type": "object|string" }, "b-nav-form/form-class": { "description": "CSS class (or classes) to add to the form", "type": "any[]|object|string" }, "b-nav-form/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-nav-form/novalidate": { "description": "When set, disables browser native HTML5 validation on controls in the form", "type": "boolean" }, "b-nav-form/validated": { "description": "When set, adds the Bootstrap class 'was-validated' on the form, triggering the native browser validation states", "type": "boolean" }, "b-nav-item-dropdown/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-nav-item-dropdown/boundary": { "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>`", "type": "HTMLElement|string" }, "b-nav-item-dropdown/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-nav-item-dropdown/dropleft": { "description": "When set, positions the menu to the left of the button", "type": "boolean" }, "b-nav-item-dropdown/dropright": { "description": "When set, positions the menu to the right of the button", "type": "boolean" }, "b-nav-item-dropdown/dropup": { "description": "When set, positions the menu on the top of the button", "type": "boolean" }, "b-nav-item-dropdown/no-flip": { "description": "Prevent the menu from auto flipping positions", "type": "boolean" }, "b-nav-item-dropdown/offset": { "description": "One of: number or string", "type": "number|string" }, "b-nav-item-dropdown/popper-opts": { "description": "Additional configuration to pass to Popper.js", "type": "object" }, "b-nav-item-dropdown/right": { "description": "Align the right edge of the menu with the right of the button", "type": "boolean" }, "b-nav-item-dropdown/html": { "description": "HTML string to place in the toggle element (link)", "type": "string" }, "b-nav-item-dropdown/lazy": { "description": "When set, will only mount the menu content into the DOM when the menu is open", "type": "boolean" }, "b-nav-item-dropdown/menu-class": { "description": "CSS class (or classes) to add to the menu container", "type": "any[]|object|string" }, "b-nav-item-dropdown/no-caret": { "description": "Hide the caret indicator on the toggle element (link)", "type": "boolean" }, "b-nav-item-dropdown/role": { "description": "Sets the ARIA attribute `role` to a specific value", "type": "string" }, "b-nav-item-dropdown/text": { "description": "Text to place in the toggle element (link)", "type": "string" }, "b-nav-item-dropdown/toggle-class": { "description": "CSS class (or classes) to add to the toggle element (link)", "type": "any[]|object|string" }, "b-nav-item-dd/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-nav-item-dd/boundary": { "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>`", "type": "HTMLElement|string" }, "b-nav-item-dd/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-nav-item-dd/dropleft": { "description": "When set, positions the menu to the left of the button", "type": "boolean" }, "b-nav-item-dd/dropright": { "description": "When set, positions the menu to the right of the button", "type": "boolean" }, "b-nav-item-dd/dropup": { "description": "When set, positions the menu on the top of the button", "type": "boolean" }, "b-nav-item-dd/no-flip": { "description": "Prevent the menu from auto flipping positions", "type": "boolean" }, "b-nav-item-dd/offset": { "description": "One of: number or string", "type": "number|string" }, "b-nav-item-dd/popper-opts": { "description": "Additional configuration to pass to Popper.js", "type": "object" }, "b-nav-item-dd/right": { "description": "Align the right edge of the menu with the right of the button", "type": "boolean" }, "b-nav-item-dd/html": { "description": "HTML string to place in the toggle element (link)", "type": "string" }, "b-nav-item-dd/lazy": { "description": "When set, will only mount the menu content into the DOM when the menu is open", "type": "boolean" }, "b-nav-item-dd/menu-class": { "description": "CSS class (or classes) to add to the menu container", "type": "any[]|object|string" }, "b-nav-item-dd/no-caret": { "description": "Hide the caret indicator on the toggle element (link)", "type": "boolean" }, "b-nav-item-dd/role": { "description": "Sets the ARIA attribute `role` to a specific value", "type": "string" }, "b-nav-item-dd/text": { "description": "Text to place in the toggle element (link)", "type": "string" }, "b-nav-item-dd/toggle-class": { "description": "CSS class (or classes) to add to the toggle element (link)", "type": "any[]|object|string" }, "b-nav-dropdown/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-nav-dropdown/boundary": { "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>`", "type": "HTMLElement|string" }, "b-nav-dropdown/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-nav-dropdown/dropleft": { "description": "When set, positions the menu to the left of the button", "type": "boolean" }, "b-nav-dropdown/dropright": { "description": "When set, positions the menu to the right of the button", "type": "boolean" }, "b-nav-dropdown/dropup": { "description": "When set, positions the menu on the top of the button", "type": "boolean" }, "b-nav-dropdown/no-flip": { "description": "Prevent the menu from auto flipping positions", "type": "boolean" }, "b-nav-dropdown/offset": { "description": "One of: number or string", "type": "number|string" }, "b-nav-dropdown/popper-opts": { "description": "Additional configuration to pass to Popper.js", "type": "object" }, "b-nav-dropdown/right": { "description": "Align the right edge of the menu with the right of the button", "type": "boolean" }, "b-nav-dropdown/html": { "description": "HTML string to place in the toggle element (link)", "type": "string" }, "b-nav-dropdown/lazy": { "description": "When set, will only mount the menu content into the DOM when the menu is open", "type": "boolean" }, "b-nav-dropdown/menu-class": { "description": "CSS class (or classes) to add to the menu container", "type": "any[]|object|string" }, "b-nav-dropdown/no-caret": { "description": "Hide the caret indicator on the toggle element (link)", "type": "boolean" }, "b-nav-dropdown/role": { "description": "Sets the ARIA attribute `role` to a specific value", "type": "string" }, "b-nav-dropdown/text": { "description": "Text to place in the toggle element (link)", "type": "string" }, "b-nav-dropdown/toggle-class": { "description": "CSS class (or classes) to add to the toggle element (link)", "type": "any[]|object|string" }, "b-nav-dd/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-nav-dd/boundary": { "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>`", "type": "HTMLElement|string" }, "b-nav-dd/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-nav-dd/dropleft": { "description": "When set, positions the menu to the left of the button", "type": "boolean" }, "b-nav-dd/dropright": { "description": "When set, positions the menu to the right of the button", "type": "boolean" }, "b-nav-dd/dropup": { "description": "When set, positions the menu on the top of the button", "type": "boolean" }, "b-nav-dd/no-flip": { "description": "Prevent the menu from auto flipping positions", "type": "boolean" }, "b-nav-dd/offset": { "description": "One of: number or string", "type": "number|string" }, "b-nav-dd/popper-opts": { "description": "Additional configuration to pass to Popper.js", "type": "object" }, "b-nav-dd/right": { "description": "Align the right edge of the menu with the right of the button", "type": "boolean" }, "b-nav-dd/html": { "description": "HTML string to place in the toggle element (link)", "type": "string" }, "b-nav-dd/lazy": { "description": "When set, will only mount the menu content into the DOM when the menu is open", "type": "boolean" }, "b-nav-dd/menu-class": { "description": "CSS class (or classes) to add to the menu container", "type": "any[]|object|string" }, "b-nav-dd/no-caret": { "description": "Hide the caret indicator on the toggle element (link)", "type": "boolean" }, "b-nav-dd/role": { "description": "Sets the ARIA attribute `role` to a specific value", "type": "string" }, "b-nav-dd/text": { "description": "Text to place in the toggle element (link)", "type": "string" }, "b-nav-dd/toggle-class": { "description": "CSS class (or classes) to add to the toggle element (link)", "type": "any[]|object|string" }, "b-navbar/fixed": { "description": "Set to 'top' for fixed to the top of the viewport, or 'bottom' for fixed to the bottom of the viewport", "type": "string" }, "b-navbar/print": { "description": "Navbars are hidden by default when printing. When this prop is set it will be printed", "type": "boolean" }, "b-navbar/sticky": { "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", "type": "boolean" }, "b-navbar/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-navbar/toggleable": { "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'", "type": "boolean|string" }, "b-navbar/type": { "description": "Control the text color by setting to 'light' for use with light background color variants, or 'dark' for dark background color variants", "type": "string" }, "b-navbar/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-navbar-nav/align": { "description": "Align the nav items in the nav: 'start' (or 'left'), 'center', 'end' (or 'right')", "type": "string" }, "b-navbar-nav/fill": { "description": "Proportionately fills all horizontal space with nav items. All horizontal space is occupied, but not every nav item has the same width", "type": "boolean" }, "b-navbar-nav/justified": { "description": "Fills all horizontal space with nav items, but unlike 'fill', every nav item will be the same width", "type": "boolean" }, "b-navbar-nav/small": { "description": "Makes the nav smaller", "type": "boolean" }, "b-navbar-nav/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-navbar-brand/active": { "description": "When set to `true`, places the component in the active state with active styling", "type": "boolean" }, "b-navbar-brand/active-class": { "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'", "type": "string" }, "b-navbar-brand/append": { "description": "<router-link> prop: Setting append prop always appends the relative path to the current path", "type": "boolean" }, "b-navbar-brand/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-navbar-brand/exact": { "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route", "type": "boolean" }, "b-navbar-brand/exact-active-class": { "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'", "type": "string" }, "b-navbar-brand/href": { "description": "<b-link> prop: Denotes the target URL of the link for standard a links", "type": "string" }, "b-navbar-brand/no-prefetch": { "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", "type": "boolean" }, "b-navbar-brand/prefetch": { "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`", "type": "boolean" }, "b-navbar-brand/rel": { "description": "<b-link> prop: Sets the `rel` attribute on the rendered link", "type": "string" }, "b-navbar-brand/replace": { "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", "type": "boolean" }, "b-navbar-brand/router-component-name": { "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)", "type": "string" }, "b-navbar-brand/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-navbar-brand/target": { "description": "<b-link> prop: Sets the `target` attribute on the rendered link", "type": "string" }, "b-navbar-brand/to": { "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", "type": "object|string" }, "b-navbar-toggle/disabled": { "description": "When `true`, disables the navbar toggle button, and adds class `disabled` to the button", "type": "boolean" }, "b-navbar-toggle/label": { "description": "String to place in the toggle's 'aria-label' attribute", "type": "string" }, "b-navbar-toggle/target": { "description": "ID (or array of IDs) of the collapse/sidebar components that should be toggled", "type": "any[]|string" }, "b-nav-toggle/disabled": { "description": "When `true`, disables the navbar toggle button, and adds class `disabled` to the button", "type": "boolean" }, "b-nav-toggle/label": { "description": "String to place in the toggle's 'aria-label' attribute", "type": "string" }, "b-nav-toggle/target": { "description": "ID (or array of IDs) of the collapse/sidebar components that should be toggled", "type": "any[]|string" }, "b-overlay/bg-color": { "description": "CSS color to use as the opaque overlay backdrop color. If set, overrides the `variant` prop", "type": "string" }, "b-overlay/blur": { "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", "type": "string" }, "b-overlay/fixed": { "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", "type": "boolean" }, "b-overlay/no-center": { "description": "When set, disables the vertical and horizontal centering of the overlay content", "type": "boolean" }, "b-overlay/no-fade": { "description": "Disables the fade transition of the overlay", "type": "boolean" }, "b-overlay/no-wrap": { "description": "Disabled generating the wrapper element, and ignored the default slot. Requires that `<b-overlay>` be placed in an element with position relative set", "type": "boolean" }, "b-overlay/opacity": { "description": "Opacity of the overlay backdrop. Valid range is `0` to `1`", "type": "number|string" }, "b-overlay/overlay-tag": { "description": "Element tag to use as for the overlay element", "type": "string" }, "b-overlay/rounded": { "description": "Apply rounding to the overlay to match your content routing. Valid values are `true`, `'sm'`, `lg`, `circle`, `pill`, `top`, `right`, `bottom`, or `left`", "type": "boolean|string" }, "b-overlay/show": { "description": "When set, shows the overlay", "type": "boolean" }, "b-overlay/spinner-small": { "description": "When set, renders the default spinner in a smaller size", "type": "boolean" }, "b-overlay/spinner-type": { "description": "Type of the default spinner to show. Current supported types are 'border' and 'grow'", "type": "string" }, "b-overlay/spinner-variant": { "description": "Applies one of the Bootstrap theme color variants to the default spinner. Default is to use the current font color", "type": "string" }, "b-overlay/variant": { "description": "Background theme color variant to use for the overlay backdrop", "type": "string" }, "b-overlay/wrap-tag": { "description": "Element tag to use for the overall wrapper element. Has no effect if prop `no-wrap` is set", "type": "string" }, "b-overlay/z-index": { "description": "Z-index value to apply to the overlay. You may need to increase this value to suit your content or placement", "type": "number|string" }, "b-pagination/value": { "description": "Current page number, starting from 1", "type": "boolean|number|string" }, "b-pagination/align": { "description": "Alignment of the page buttons: 'start' (or 'left'), 'center', 'end' (or 'right'), or 'fill'", "type": "string" }, "b-pagination/aria-label": { "description": "Value to place in the 'aria-label' attribute of the pagination control", "type": "string" }, "b-pagination/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-pagination/ellipsis-class": { "description": "Class(es) to apply to the 'ellipsis' placeholders", "type": "any[]|object|string" }, "b-pagination/ellipsis-text": { "description": "Content to place in the ellipsis placeholder", "type": "string" }, "b-pagination/first-class": { "description": "Class(es) to apply to the 'Go to first page' button", "type": "any[]|object|string" }, "b-pagination/first-number": { "description": "Display first page number instead of Goto First button", "type": "boolean" }, "b-pagination/first-text": { "description": "Content to place in the goto first page button", "type": "string" }, "b-pagination/hide-ellipsis": { "description": "Do not show ellipsis buttons", "type": "boolean" }, "b-pagination/hide-goto-end-buttons": { "description": "Hides the goto first and goto last page buttons", "type": "boolean" }, "b-pagination/label-first-page": { "description": "Value to place in the 'aria-label' attribute of the goto first page button", "type": "string" }, "b-pagination/label-last-page": { "description": "Value to place in the 'aria-label' attribute of the goto last page button", "type": "string" }, "b-pagination/label-next-page": { "description": "Value to place in the 'aria-label' attribute of the goto next page button", "type": "string" }, "b-pagination/label-page": { "description": "Value to place in the 'aria-label' attribute of the goto page button. Page number will be prepended automatically", "type": "function|string" }, "b-pagination/label-prev-page": { "description": "Value to place in the 'aria-label' attribute of the goto previous page button", "type": "string" }, "b-pagination/last-class": { "description": "Class(es) to apply to the 'Go to last page' button", "type": "any[]|object|string" }, "b-pagination/last-number": { "description": "Display last page number instead of Goto Last button", "type": "boolean" }, "b-pagination/last-text": { "description": "Content to place in the goto last page button", "type": "string" }, "b-pagination/limit": { "description": "Maximum number of buttons to show (including ellipsis if shown, but excluding the bookend buttons)", "type": "number|string" }, "b-pagination/next-class": { "description": "Class(es) to apply to the 'Go to next page' button", "type": "any[]|object|string" }, "b-pagination/next-text": { "description": "Content to place in the goto next page button", "type": "string" }, "b-pagination/page-class": { "description": "Class(es) to apply to the 'Go to page #' buttons", "type": "any[]|object|string" }, "b-pagination/pills": { "description": "Applies pill styling to the pagination buttons", "type": "boolean" }, "b-pagination/prev-class": { "description": "Class(es) to apply to the 'Go to previous page' button", "type": "any[]|object|string" }, "b-pagination/prev-text": { "description": "Content to place in the goto previous page button", "type": "string" }, "b-pagination/size": { "description": "Size of the rendered buttons: 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-pagination/aria-controls": { "description": "If this component controls another component or element, set this to the ID of the controlled component or element", "type": "string" }, "b-pagination/per-page": { "description": "Number of rows per page", "type": "number|string" }, "b-pagination/total-rows": { "description": "Total number of rows in the dataset", "type": "number|string" }, "b-pagination-nav/value": { "description": "Current page number, starting from 1", "type": "boolean|number|string" }, "b-pagination-nav/align": { "description": "Alignment of the page buttons: 'start' (or 'left'), 'center', 'end' (or 'right'), or 'fill'", "type": "string" }, "b-pagination-nav/aria-label": { "description": "Value to place in the 'aria-label' attribute of the pagination control", "type": "string" }, "b-pagination-nav/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-pagination-nav/ellipsis-class": { "description": "Class(es) to apply to the 'ellipsis' placeholders", "type": "any[]|object|string" }, "b-pagination-nav/ellipsis-text": { "description": "Content to place in the ellipsis placeholder", "type": "string" }, "b-pagination-nav/first-class": { "description": "Class(es) to apply to the 'Go to first page' button", "type": "any[]|object|string" }, "b-pagination-nav/first-number": { "description": "Display first page number instead of Goto First button", "type": "boolean" }, "b-pagination-nav/first-text": { "description": "Content to place in the goto first page button", "type": "string" }, "b-pagination-nav/hide-ellipsis": { "description": "Do not show ellipsis buttons", "type": "boolean" }, "b-pagination-nav/hide-goto-end-buttons": { "description": "Hides the goto first and goto last page buttons", "type": "boolean" }, "b-pagination-nav/label-first-page": { "description": "Value to place in the 'aria-label' attribute of the goto first page button", "type": "string" }, "b-pagination-nav/label-last-page": { "description": "Value to place in the 'aria-label' attribute of the goto last page button", "type": "string" }, "b-pagination-nav/label-next-page": { "description": "Value to place in the 'aria-label' attribute of the goto next page button", "type": "string" }, "b-pagination-nav/label-page": { "description": "Value to place in the 'aria-label' attribute of the goto page button. Page number will be prepended automatically", "type": "function|string" }, "b-pagination-nav/label-prev-page": { "description": "Value to place in the 'aria-label' attribute of the goto previous page button", "type": "string" }, "b-pagination-nav/last-class": { "description": "Class(es) to apply to the 'Go to last page' button", "type": "any[]|object|string" }, "b-pagination-nav/last-number": { "description": "Display last page number instead of Goto Last button", "type": "boolean" }, "b-pagination-nav/last-text": { "description": "Content to place in the goto last page button", "type": "string" }, "b-pagination-nav/limit": { "description": "Maximum number of buttons to show (including ellipsis if shown, but excluding the bookend buttons)", "type": "number|string" }, "b-pagination-nav/next-class": { "description": "Class(es) to apply to the 'Go to next page' button", "type": "any[]|object|string" }, "b-pagination-nav/next-text": { "description": "Content to place in the goto next page button", "type": "string" }, "b-pagination-nav/page-class": { "description": "Class(es) to apply to the 'Go to page #' buttons", "type": "any[]|object|string" }, "b-pagination-nav/pills": { "description": "Applies pill styling to the pagination buttons", "type": "boolean" }, "b-pagination-nav/prev-class": { "description": "Class(es) to apply to the 'Go to previous page' button", "type": "any[]|object|string" }, "b-pagination-nav/prev-text": { "description": "Content to place in the goto previous page button", "type": "string" }, "b-pagination-nav/size": { "description": "Size of the rendered buttons: 'sm', 'md' (default), or 'lg'", "type": "string" }, "b-pagination-nav/active": { "description": "When set to `true`, places the component in the active state with active styling", "type": "boolean" }, "b-pagination-nav/active-class": { "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'", "type": "string" }, "b-pagination-nav/append": { "description": "<router-link> prop: Setting append prop always appends the relative path to the current path", "type": "boolean" }, "b-pagination-nav/base-url": { "description": "Base URL to use when auto generating page links", "type": "string" }, "b-pagination-nav/exact": { "description": "<router-link> prop: The default active class matching behavior is inclusive match. Setting this prop forces the mode to exactly match the route", "type": "boolean" }, "b-pagination-nav/exact-active-class": { "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'", "type": "string" }, "b-pagination-nav/href": { "description": "<b-link> prop: Denotes the target URL of the link for standard a links", "type": "string" }, "b-pagination-nav/link-gen": { "description": "Link generator function. See docs for details", "type": "function" }, "b-pagination-nav/no-page-detect": { "description": "Disable of auto detection of current page", "type": "boolean" }, "b-pagination-nav/no-prefetch": { "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", "type": "boolean" }, "b-pagination-nav/number-of-pages": { "description": "Total number of pages", "type": "number|string" }, "b-pagination-nav/page-gen": { "description": "Page number generator function. See docs for details", "type": "function" }, "b-pagination-nav/pages": { "description": "Array of page numbers and links", "type": "any[]" }, "b-pagination-nav/prefetch": { "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`", "type": "boolean" }, "b-pagination-nav/rel": { "description": "<b-link> prop: Sets the `rel` attribute on the rendered link", "type": "string" }, "b-pagination-nav/replace": { "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", "type": "boolean" }, "b-pagination-nav/router-component-name": { "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)", "type": "string" }, "b-pagination-nav/target": { "description": "<b-link> prop: Sets the `target` attribute on the rendered link", "type": "string" }, "b-pagination-nav/to": { "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", "type": "object|string" }, "b-pagination-nav/use-router": { "description": "Render router-links instead of links when auto generating the page links", "type": "boolean" }, "b-popover/boundary": { "description": "The boundary constraint of the popover: 'scrollParent', 'window', 'viewport', or a reference to an HTMLElement or component", "type": "HTMLElement|object|string" }, "b-popover/boundary-padding": { "description": "The popover will try and stay away from the edge of the boundary element by the number of pixels specified", "type": "number|string" }, "b-popover/container": { "description": "The container element to append the rendered popover when visible. Default's to the body element", "type": "HTMLElement|object|string" }, "b-popover/custom-class": { "description": "CSS class (or classes) to apply to the popover's root element", "type": "string" }, "b-popover/delay": { "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", "type": "number|object|string" }, "b-popover/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-popover/fallback-placement": { "description": "Placement to use when the popover would be out of boundaries. Refer to the docs for more details", "type": "any[]|string" }, "b-popover/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-popover/no-fade": { "description": "When set to `true`, disables the fade animation/transition on the component", "type": "boolean" }, "b-popover/noninteractive": { "description": "One of: boolean", "type": "boolean" }, "b-popover/offset": { "description": "Offset (in pixels) for the arrow center compared to the trigger target element", "type": "number|string" }, "b-popover/placement": { "description": "Placement of the popover: One of 'top', 'bottom', 'right', 'left', 'topleft', 'topright', 'bottomleft', 'bottomright', 'lefttop', 'leftbottom', 'righttop', 'rightbottom'", "type": "string" }, "b-popover/show": { "description": "When set will show the popover", "type": "boolean" }, "b-popover/target": { "description": "Element string ID, or a reference to an element or component, that you want to trigger the popover", "type": "HTMLElement|SVGElement|function|object|string" }, "b-popover/title": { "description": "Text to place in the popovers title", "type": "string" }, "b-popover/triggers": { "description": "Specify which triggers will show the popover. Supported values are 'click', 'hover', 'focus'. Refer to the docs for special triggers 'blur' and 'manual'", "type": "any[]|string" }, "b-popover/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-popover/content": { "description": "Text to place in the body of the popover", "type": "string" }, "b-progress/animated": { "description": "Enable the animated background. Also automatically sets 'striped'", "type": "boolean" }, "b-progress/height": { "description": "Override the default height by specifying a CSS height value (including units)", "type": "string" }, "b-progress/max": { "description": "Set the maximum value", "type": "number|string" }, "b-progress/precision": { "description": "The number of digits after the decimal to round the value to", "type": "number|string" }, "b-progress/show-progress": { "description": "Displays the current progress value as a percentage", "type": "boolean" }, "b-progress/show-value": { "description": "Displays the current progress value", "type": "boolean" }, "b-progress/striped": { "description": "Enable the striped background", "type": "boolean" }, "b-progress/value": { "description": "The current value of the progress bar", "type": "number|string" }, "b-progress/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-progress-bar/animated": { "description": "Enable the animated background. Also automatically sets 'striped'", "type": "boolean" }, "b-progress-bar/label": { "description": "Text string to explicitly set the label as", "type": "string" }, "b-progress-bar/label-html": { "description": "HTML string to explicitly set the label as", "type": "string" }, "b-progress-bar/max": { "description": "Set the maximum value", "type": "number|string" }, "b-progress-bar/precision": { "description": "The number of digits after the decimal to round the value to", "type": "number|string" }, "b-progress-bar/show-progress": { "description": "Displays the current progress value as a percentage", "type": "boolean" }, "b-progress-bar/show-value": { "description": "Displays the current progress value", "type": "boolean" }, "b-progress-bar/striped": { "description": "Enable the striped background", "type": "boolean" }, "b-progress-bar/value": { "description": "The current value of the progress bar", "type": "number|string" }, "b-progress-bar/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-sidebar/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-sidebar/visible": { "description": "When `true`, opens the sidebar. This is the `v-model`", "type": "boolean" }, "b-sidebar/aria-label": { "description": "Sets the value of `aria-label` attribute on the rendered element", "type": "string" }, "b-sidebar/aria-labelledby": { "description": "The ID of the element that provides a label for this component. Used as the value for the `aria-labelledby` attribute", "type": "string" }, "b-sidebar/backdrop": { "description": "When `true`, shows a backdrop when the sidebar is open", "type": "boolean" }, "b-sidebar/backdrop-variant": { "description": "Theme variant color for the backdrop of the sidebar. Defaults to 'dark'", "type": "string" }, "b-sidebar/bg-variant": { "description": "Theme variant color for the background of the sidebar", "type": "string" }, "b-sidebar/body-class": { "description": "Class, or classes, to apply to the body (default slot) of the sidebar", "type": "any[]|object|string" }, "b-sidebar/close-label": { "description": "`aria-label` to apply to the built-in close button. Defaults to 'Close'", "type": "string" }, "b-sidebar/footer-class": { "description": "Class, or classes, to apply to the optional `footer` slot", "type": "any[]|object|string" }, "b-sidebar/header-class": { "description": "Class, or classes, to apply to the built in header. Has no effect if prop `no-header` is set", "type": "any[]|object|string" }, "b-sidebar/lazy": { "description": "When set to `true`, the content of the sidebar will only be rendered while the sidebar is open", "type": "boolean" }, "b-sidebar/no-close-on-backdrop": { "description": "When set to `true`, disables closing the sidebar when the user clicks on the backdrop. Requires that the prop `backdrop` be set", "type": "boolean" }, "b-sidebar/no-close-on-esc": { "description": "When set to `true`, disables closing the sidebar when the user presses ESC", "type": "boolean" }, "b-sidebar/no-close-on-route-change": { "description": "When set to `true`, disables closing of the sidebar on route change", "type": "boolean" }, "b-sidebar/no-enforce-focus": { "description": "Disables the enforce focus routine which maintains focus inside the sidebar", "type": "boolean" }, "b-sidebar/no-header": { "description": "When set to `true` disables rendering of the default header (including close button)", "type": "boolean" }, "b-sidebar/no-header-close": { "description": "When set to `true` disables rendering of the header close button", "type": "boolean" }, "b-sidebar/no-slide": { "description": "When set, disables the default sliding animation", "type": "boolean" }, "b-sidebar/right": { "description": "When `true`, positions the sidebar on the right of the viewport", "type": "boolean" }, "b-sidebar/shadow": { "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", "type": "boolean|string" }, "b-sidebar/sidebar-class": { "description": "Class, or classes, to apply to the sidebar content wrapper", "type": "any[]|object|string" }, "b-sidebar/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-sidebar/text-variant": { "description": "Theme variant color for the text of the sidebar", "type": "string" }, "b-sidebar/title": { "description": "Text content to place in the default header. The `title` slot takes precedence", "type": "string" }, "b-sidebar/width": { "description": "CSS width for the sidebar. Defaults to '320px' as defined by SCSS/CSS", "type": "string" }, "b-sidebar/z-index": { "description": "Specify an arbitrary z-index value to override the value defined by SCSS/CSS", "type": "number|string" }, "b-skeleton/animation": { "description": "Changes the component animation, leave empty or `null` to disable the animation", "type": "string" }, "b-skeleton/height": { "description": "Sets the `height` of the component", "type": "string" }, "b-skeleton/size": { "description": "Sets the `width` and `height` of the component", "type": "string" }, "b-skeleton/type": { "description": "Changes the type, refer to the [types](/#types) section", "type": "string" }, "b-skeleton/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-skeleton/width": { "description": "Sets the `width` of the component", "type": "string" }, "b-skeleton-wrapper/loading": { "description": "Determines whether the loading slot should be displayed", "type": "boolean" }, "b-skeleton-table/animation": { "description": "Animation used for the component in each cell, leave empty or `null` to disable the animation", "type": "string" }, "b-skeleton-table/columns": { "description": "Amount of columns to display", "type": "number" }, "b-skeleton-table/hide-header": { "description": "Hides the header of the table", "type": "boolean" }, "b-skeleton-table/rows": { "description": "Amount of rows to display", "type": "number" }, "b-skeleton-table/show-footer": { "description": "Enables the footer of the table", "type": "boolean" }, "b-skeleton-table/table-props": { "description": "Supports the same props as `<b-table-simple>`", "type": "object" }, "b-skeleton-img/animation": { "description": "Animation used for the component, leave empty or `null` to disable the animation", "type": "string" }, "b-skeleton-img/aspect": { "description": "Control the aspect ratio of the image", "type": "string" }, "b-skeleton-img/card-img": { "description": "If used as an card image, use this prop to set the position. Accepted values are `top`, `bottom`, `left` and `right`", "type": "string" }, "b-skeleton-img/height": { "description": "Sets the height of the image. Best used with `no-aspect` set to `true`", "type": "string" }, "b-skeleton-img/no-aspect": { "description": "Removes the aspect wrapper around the skeleton", "type": "boolean" }, "b-skeleton-img/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-skeleton-img/width": { "description": "Sets the width of the image. Best used with `no-aspect` set to `true`", "type": "string" }, "b-skeleton-icon/animation": { "description": "Animation used for the component, leave empty or `null` to disable the animation", "type": "string" }, "b-skeleton-icon/icon": { "description": "Icon to display", "type": "string" }, "b-skeleton-icon/icon-props": { "description": "Properties to pass on to the icon. Refer to `<b-icon>` property references", "type": "object" }, "b-spinner/label": { "description": "Text content to place in the sr-only label", "type": "string" }, "b-spinner/role": { "description": "Sets the ARIA attribute `role` to a specific value", "type": "string" }, "b-spinner/small": { "description": "When set, rendered a smaller spinner suitable for placing in buttons", "type": "boolean" }, "b-spinner/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-spinner/type": { "description": "Type of spinner to show. Current supported types are 'border' and 'grow'", "type": "string" }, "b-spinner/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-table/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-table/value": { "description": "Currently displayed row data. Read-only. Do not set a value on this prop", "type": "any[]" }, "b-table/fields": { "description": "Array of field names or array of field definition objects", "type": "any[]" }, "b-table/items": { "description": "Array of items to display, or an items provider function reference. Refer to the docs for details", "type": "any[]|function" }, "b-table/primary-key": { "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", "type": "string" }, "b-table/bordered": { "description": "Adds borders to all the cells and headers", "type": "boolean" }, "b-table/borderless": { "description": "Removes all borders from cells", "type": "boolean" }, "b-table/caption-top": { "description": "Visually place the table caption above the table. Default is below", "type": "boolean" }, "b-table/dark": { "description": "Places the table in dark mode", "type": "boolean" }, "b-table/fixed": { "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", "type": "boolean" }, "b-table/hover": { "description": "Enables hover styling on rows", "type": "boolean" }, "b-table/no-border-collapse": { "description": "Disable's the collapsing of table borders. Useful when table has sticky headers or columns", "type": "boolean" }, "b-table/outlined": { "description": "Adds an outline border to the table element", "type": "boolean" }, "b-table/responsive": { "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'", "type": "boolean|string" }, "b-table/small": { "description": "Renders the table with smaller cell padding", "type": "boolean" }, "b-table/sticky-header": { "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)", "type": "boolean|string" }, "b-table/striped": { "description": "Applies striping to the tbody rows", "type": "boolean" }, "b-table/table-class": { "description": "CSS class (or classes) to apply to the table element", "type": "any[]|object|string" }, "b-table/table-variant": { "description": "Apply a Bootstrap theme color variant to the entire table", "type": "string" }, "b-table/stacked": { "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'", "type": "boolean|string" }, "b-table/head-row-variant": { "description": "Apply a Bootstrap theme color variant to the tr element in the thead", "type": "string" }, "b-table/head-variant": { "description": "Header variant: 'light' or 'dark', or unset. May take precedence over head-row-variant", "type": "string" }, "b-table/thead-class": { "description": "CSS class (or classes) to apply to the thead element", "type": "any[]|object|string" }, "b-table/thead-tr-class": { "description": "CSS class (or classes) to apply to the tr element in the thead", "type": "any[]|object|string" }, "b-table/foot-clone": { "description": "Enable to the footer of the table, and clone the header content by default", "type": "boolean" }, "b-table/foot-row-variant": { "description": "Apply a Bootstrap theme color variant to the tr element in the tfoot. Falls back to head-row-variant", "type": "string" }, "b-table/foot-variant": { "description": "Footer variant: 'light' or 'dark', or unset. May take precedence over foot-row-variant", "type": "string" }, "b-table/tfoot-class": { "description": "CSS class (or classes) to apply to the tfoot element", "type": "any[]|object|string" }, "b-table/tfoot-tr-class": { "description": "CSS class (or classes) to apply to the tr element in the tfoot", "type": "any[]|object|string" }, "b-table/details-td-class": { "description": "CSS class (or classes) to apply to the row details' `td` element for the row-details slot", "type": "any[]|object|string" }, "b-table/tbody-tr-attr": { "description": "Attributes to be added to each tr in the tbody, or a function returning such attributes (see docs for details)", "type": "object|function" }, "b-table/tbody-tr-class": { "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)", "type": "any[]|object|string|function" }, "b-table/tbody-class": { "description": "CSS class (or classes) to apply to the tbody element", "type": "any[]|object|string" }, "b-table/tbody-transition-handlers": { "description": "Vue 'transition-group' event handlers. When provided will make the tbody a Vue 'transition-group' component", "type": "object" }, "b-table/tbody-transition-props": { "description": "Vue 'transition-group' properties. When provided will make the tbody a Vue 'transition-group' component", "type": "object" }, "b-table/filter": { "description": "Criteria for filtering. Internal filtering supports only string or RegExpr criteria", "type": "any[]|object|string|RegExp" }, "b-table/filter-debounce": { "description": "Time in milliseconds to debounce changes to the filter criteria before filtering the records", "type": "number|string" }, "b-table/filter-function": { "description": "Reference to a function to use instead of the internal filtering function. Refer to the docs for details", "type": "function" }, "b-table/filter-ignored-fields": { "description": "Array of top level fields to ignore when filtering the item data", "type": "any[]" }, "b-table/filter-included-fields": { "description": "Array of fields to include when filtering. Overrides filter-ignore-fields", "type": "any[]" }, "b-table/label-sort-asc": { "description": "Hidden string to place in the header cell when clicking the cell will change the sort direction to ascending", "type": "string" }, "b-table/label-sort-clear": { "description": "Hidden string to place in the header cell when clicking the cell will clear the current sorting direction", "type": "string" }, "b-table/label-sort-desc": { "description": "Hidden string to place in the header cell when clicking the cell will change the sort direction to descending", "type": "string" }, "b-table/no-footer-sorting": { "description": "When the build in formatter is used, setting this prop will disable the sorting ability in the footer", "type": "boolean" }, "b-table/no-local-sorting": { "description": "Disabled the internal sorting routine, and expects the user to provde the items sorted. Sorting controls will still be available", "type": "boolean" }, "b-table/no-sort-reset": { "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", "type": "boolean" }, "b-table/sort-by": { "description": "Field name that is currently being sorted. Set to null to clear sorting. Syncable with the .sync prop modifier", "type": "string" }, "b-table/sort-compare": { "description": "A reference to a function for sort-comparing two rows of data. Defaults to the internal sort compare routine. See docs for details", "type": "function" }, "b-table/sort-compare-locale": { "description": "The locale string (or array of locale string) that specified the language when sorting. See docs for details", "type": "any[]|string" }, "b-table/sort-compare-options": { "description": "An object containing sort configuration for the 'String.prototype.sortLocale' method. See docs for details", "type": "object" }, "b-table/sort-desc": { "description": "Set to true to sort the column in descending order. Syncable with the .sync prop modifier", "type": "boolean" }, "b-table/sort-direction": { "description": "The initial sorting direction to sort an unsorted column by: 'asc', 'desc', or 'last' (to use the previous sort direction)", "type": "string" }, "b-table/sort-icon-left": { "description": "Positions the sort control to the left of the header text. Default is on the right of the header text", "type": "boolean" }, "b-table/sort-null-last": { "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", "type": "boolean" }, "b-table/current-page": { "description": "The current page number to display when the table is paginated. Starting from 1 and up", "type": "number|string" }, "b-table/per-page": { "description": "Number of rows to show per page. Set to 0 to disable pagination", "type": "number|string" }, "b-table/caption": { "description": "Text string to place in the caption element", "type": "string" }, "b-table/caption-html": { "description": "HTML string to place in the caption element", "type": "string" }, "b-table/no-select-on-click": { "description": "Disables row selection via click events. Row selection will be only available programmatically", "type": "boolean" }, "b-table/select-mode": { "description": "The selectable mode for the table when 'selectable' is set. Possible values: 'single', 'multi' or 'range'", "type": "string" }, "b-table/selectable": { "description": "When set, places the table body rows in selectable mode", "type": "boolean" }, "b-table/selected-variant": { "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", "type": "string" }, "b-table/empty-filtered-html": { "description": "HTML string to show when the table has no items to show due to filtering", "type": "string" }, "b-table/empty-filtered-text": { "description": "Text string to show when the table has no items to show due to filtering", "type": "string" }, "b-table/empty-html": { "description": "HTML string to show when the table has no items to show", "type": "string" }, "b-table/empty-text": { "description": "Text string to show when the table has no items to show", "type": "string" }, "b-table/show-empty": { "description": "When enabled, and there are no item records to show, shows a message that there are no rows to show", "type": "boolean" }, "b-table/busy": { "description": "When set, forces the table into the busy state.Automatically set when an items provider function is being called", "type": "boolean" }, "b-table/api-url": { "description": "Pass through prop. Passed as part of the context object sent to the items provider function", "type": "string" }, "b-table/no-provider-filtering": { "description": "When set, uses internal filtering to pagination the data. Otherwise the provider is expected to perform the filtering", "type": "boolean" }, "b-table/no-provider-paging": { "description": "When set, uses internal paging to pagination the data. Otherwise the items provider is expected to perform the paging", "type": "boolean" }, "b-table/no-provider-sorting": { "description": "When set, uses internal sorting to sort the data. Otherwise the items provider is expected to perform the sorting", "type": "boolean" }, "b-table-lite/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-table-lite/value": { "description": "Currently displayed row data. Read-only. Do not set a value on this prop", "type": "any[]" }, "b-table-lite/fields": { "description": "Array of field names or array of field definition objects", "type": "any[]" }, "b-table-lite/items": { "description": "Array of items to display", "type": "any[]" }, "b-table-lite/primary-key": { "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", "type": "string" }, "b-table-lite/bordered": { "description": "Adds borders to all the cells and headers", "type": "boolean" }, "b-table-lite/borderless": { "description": "Removes all borders from cells", "type": "boolean" }, "b-table-lite/caption-top": { "description": "Visually place the table caption above the table. Default is below", "type": "boolean" }, "b-table-lite/dark": { "description": "Places the table in dark mode", "type": "boolean" }, "b-table-lite/fixed": { "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", "type": "boolean" }, "b-table-lite/hover": { "description": "Enables hover styling on rows", "type": "boolean" }, "b-table-lite/no-border-collapse": { "description": "Disable's the collapsing of table borders. Useful when table has sticky headers or columns", "type": "boolean" }, "b-table-lite/outlined": { "description": "Adds an outline border to the table element", "type": "boolean" }, "b-table-lite/responsive": { "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'", "type": "boolean|string" }, "b-table-lite/small": { "description": "Renders the table with smaller cell padding", "type": "boolean" }, "b-table-lite/sticky-header": { "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)", "type": "boolean|string" }, "b-table-lite/striped": { "description": "Applies striping to the tbody rows", "type": "boolean" }, "b-table-lite/table-class": { "description": "CSS class (or classes) to apply to the table element", "type": "any[]|object|string" }, "b-table-lite/table-variant": { "description": "Apply a Bootstrap theme color variant to the entire table", "type": "string" }, "b-table-lite/stacked": { "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'", "type": "boolean|string" }, "b-table-lite/head-row-variant": { "description": "Apply a Bootstrap theme color variant to the tr element in the thead", "type": "string" }, "b-table-lite/head-variant": { "description": "Header variant: 'light' or 'dark', or unset. May take precedence over head-row-variant", "type": "string" }, "b-table-lite/thead-class": { "description": "CSS class (or classes) to apply to the thead element", "type": "any[]|object|string" }, "b-table-lite/thead-tr-class": { "description": "CSS class (or classes) to apply to the tr element in the thead", "type": "any[]|object|string" }, "b-table-lite/foot-clone": { "description": "Enable to the footer of the table, and clone the header content by default", "type": "boolean" }, "b-table-lite/foot-row-variant": { "description": "Apply a Bootstrap theme color variant to the tr element in the tfoot. Falls back to head-row-variant", "type": "string" }, "b-table-lite/foot-variant": { "description": "Footer variant: 'light' or 'dark', or unset. May take precedence over foot-row-variant", "type": "string" }, "b-table-lite/tfoot-class": { "description": "CSS class (or classes) to apply to the tfoot element", "type": "any[]|object|string" }, "b-table-lite/tfoot-tr-class": { "description": "CSS class (or classes) to apply to the tr element in the tfoot", "type": "any[]|object|string" }, "b-table-lite/details-td-class": { "description": "CSS class (or classes) to apply to the td element in the details row", "type": "any[]|object|string" }, "b-table-lite/tbody-tr-attr": { "description": "Attributes to be added to each tr in the tbody, or a function returning such attributes (see docs for details)", "type": "object|function" }, "b-table-lite/tbody-tr-class": { "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)", "type": "any[]|object|string|function" }, "b-table-lite/tbody-class": { "description": "CSS class (or classes) to apply to the tbody element", "type": "any[]|object|string" }, "b-table-lite/tbody-transition-handlers": { "description": "Vue 'transition-group' event handlers. When provided will make the tbody a Vue 'transition-group' component", "type": "object" }, "b-table-lite/tbody-transition-props": { "description": "Vue 'transition-group' properties. When provided will make the tbody a Vue 'transition-group' component", "type": "object" }, "b-table-lite/caption": { "description": "Text string to place in the caption element", "type": "string" }, "b-table-lite/caption-html": { "description": "HTML string to place in the caption element", "type": "string" }, "b-table-simple/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-table-simple/bordered": { "description": "Adds borders to all the cells and headers", "type": "boolean" }, "b-table-simple/borderless": { "description": "Removes all borders from cells", "type": "boolean" }, "b-table-simple/caption-top": { "description": "Visually place the table caption above the table. Default is below", "type": "boolean" }, "b-table-simple/dark": { "description": "Places the table in dark mode", "type": "boolean" }, "b-table-simple/fixed": { "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", "type": "boolean" }, "b-table-simple/hover": { "description": "Enables hover styling on rows", "type": "boolean" }, "b-table-simple/no-border-collapse": { "description": "Disable's the collapsing of table borders. Useful when table has sticky headers or columns", "type": "boolean" }, "b-table-simple/outlined": { "description": "Adds an outline border to the table element", "type": "boolean" }, "b-table-simple/responsive": { "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'", "type": "boolean|string" }, "b-table-simple/small": { "description": "Renders the table with smaller cell padding", "type": "boolean" }, "b-table-simple/sticky-header": { "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)", "type": "boolean|string" }, "b-table-simple/striped": { "description": "Applies striping to the tbody rows", "type": "boolean" }, "b-table-simple/table-class": { "description": "CSS class (or classes) to apply to the table element", "type": "any[]|object|string" }, "b-table-simple/table-variant": { "description": "Apply a Bootstrap theme color variant to the entire table", "type": "string" }, "b-table-simple/stacked": { "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'", "type": "boolean|string" }, "b-tbody/tbody-transition-handlers": { "description": "Vue 'transition-group' event handlers. When provided will make the tbody a Vue 'transition-group' component", "type": "object" }, "b-tbody/tbody-transition-props": { "description": "Vue 'transition-group' properties. When provided will make the tbody a Vue 'transition-group' component", "type": "object" }, "b-thead/head-variant": { "description": "Header variant: 'light' or 'dark', or unset", "type": "string" }, "b-tfoot/foot-variant": { "description": "Footer variant: 'light' or 'dark', or unset", "type": "string" }, "b-tr/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-td/colspan": { "description": "Number of columns this cell spans", "type": "number|string" }, "b-td/rowspan": { "description": "Number of rows this cell spans", "type": "number|string" }, "b-td/stacked-heading": { "description": "Heading for the cell when in stacked mode. Only applicable to cells in the 'tbody' element", "type": "string" }, "b-td/sticky-column": { "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", "type": "boolean" }, "b-td/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-th/colspan": { "description": "Number of columns this cell spans", "type": "number|string" }, "b-th/rowspan": { "description": "Number of rows this cell spans", "type": "number|string" }, "b-th/stacked-heading": { "description": "Heading for the cell when in stacked mode. Only applicable to cells in the 'tbody' element", "type": "string" }, "b-th/sticky-column": { "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", "type": "boolean" }, "b-th/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-tabs/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-tabs/value": { "description": "Currently visible tab index (zero-based)", "type": "number" }, "b-tabs/active-nav-item-class": { "description": "CSS class (or classes) to apply to the active nav item tab control", "type": "any[]|object|string" }, "b-tabs/active-tab-class": { "description": "CSS class (or classes) to apply to the currently active tab", "type": "any[]|object|string" }, "b-tabs/align": { "description": "Align the nav items in the nav: 'start' (or 'left'), 'center', 'end' (or 'right')", "type": "string" }, "b-tabs/card": { "description": "When set to true, renders the tabs the the appropriate styles to be placed into a 'b-card'", "type": "boolean" }, "b-tabs/content-class": { "description": "CSS class (or classes) to apply to the tab-content wrapper", "type": "any[]|object|string" }, "b-tabs/end": { "description": "Place the tab controls at the bottom (horizontal tabs), or right (vertical tabs)", "type": "boolean" }, "b-tabs/fill": { "description": "Proportionately fills all horizontal space with nav items. All horizontal space is occupied, but not every nav item has the same width", "type": "boolean" }, "b-tabs/justified": { "description": "Fills all horizontal space with nav items, but unlike 'fill', every nav item will be the same width", "type": "boolean" }, "b-tabs/lazy": { "description": "Lazily render the b-tab contents when shown", "type": "boolean" }, "b-tabs/nav-class": { "description": "CSS class (or classes) to apply to the tablist (nav) wrapper", "type": "any[]|object|string" }, "b-tabs/nav-wrapper-class": { "description": "CSS class (or classes) to apply to the tab controls wrapper element", "type": "any[]|object|string" }, "b-tabs/no-fade": { "description": "When set to `true`, disables the fade animation/transition on the component", "type": "boolean" }, "b-tabs/no-key-nav": { "description": "Disable keyboard navigation of the tab controls", "type": "boolean" }, "b-tabs/no-nav-style": { "description": "Do not render the tab controls with tab styling", "type": "boolean" }, "b-tabs/pills": { "description": "Renders the nav items with the appearance of pill buttons", "type": "boolean" }, "b-tabs/small": { "description": "Makes the nav smaller", "type": "boolean" }, "b-tabs/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-tabs/vertical": { "description": "Renders the tab controls vertically", "type": "boolean" }, "b-tab/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-tab/active": { "description": "When set to `true`, places the component in the active state with active styling", "type": "boolean" }, "b-tab/button-id": { "description": "Use a specific ID for this tab's tab control button. If not provided, one will automatically be generated", "type": "string" }, "b-tab/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-tab/lazy": { "description": "Lazily render this tab's content when shown", "type": "boolean" }, "b-tab/no-body": { "description": "When the parent b-tabs has the 'card' prop set, do not render a card-body wrapper", "type": "boolean" }, "b-tab/tag": { "description": "Specify the HTML tag to render instead of the default tag", "type": "string" }, "b-tab/title": { "description": "Text content to place in the title", "type": "string" }, "b-tab/title-item-class": { "description": "CSS class (or classes) to apply to the tab's control button 'li' element", "type": "any[]|object|string" }, "b-tab/title-link-attributes": { "description": "Attributes to apply to the tab's control button inner link element", "type": "object" }, "b-tab/title-link-class": { "description": "CSS class (or classes) to apply to the tab's control button inner link element", "type": "any[]|object|string" }, "b-time/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-time/value": { "description": "Initially selected time value. Accepts a `HH:mm:ss` string. Valid value ranges from `00:00:00` to `23:59:59`", "type": "string" }, "b-time/aria-labelledby": { "description": "The ID of the element that provides a label for this component. Used as the value for the `aria-labelledby` attribute", "type": "string" }, "b-time/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-time/hidden": { "description": "One of: boolean", "type": "boolean" }, "b-time/hide-header": { "description": "When set, visually hides the selected time header", "type": "boolean" }, "b-time/hour12": { "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)", "type": "boolean" }, "b-time/label-am": { "description": "Text to display in the AM/PM spinbutton when 'AM' is selected", "type": "string" }, "b-time/label-ampm": { "description": "Value of the `aria-label` attribute on the `AM/PM` spinbutton", "type": "string" }, "b-time/label-decrement": { "description": "Value of the `aria-label` attribute on the spinbuttons `-` button", "type": "string" }, "b-time/label-hours": { "description": "Value of the `aria-label` attribute on the `Hours` spinbutton", "type": "string" }, "b-time/label-increment": { "description": "Value of the `aria-label` attribute on the spinbuttons `+` button", "type": "string" }, "b-time/label-minutes": { "description": "Value of the `aria-label` attribute on the `Minutes` spinbutton", "type": "string" }, "b-time/label-no-time-selected": { "description": "String to show when no time is selected", "type": "string" }, "b-time/label-pm": { "description": "Text to display in the AM/PM spinbutton when 'PM' is selected", "type": "string" }, "b-time/label-seconds": { "description": "Value of the `aria-label` attribute on the `Seconds` spinbutton", "type": "string" }, "b-time/label-selected": { "description": "Hidden sr-only string when a time is selected", "type": "string" }, "b-time/locale": { "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", "type": "any[]|string" }, "b-time/minutes-step": { "description": "Step value for the minutes spinbutton. Should be a value evenly divided into 60", "type": "number|string" }, "b-time/readonly": { "description": "Sets the `readonly` attribute on the form control", "type": "boolean" }, "b-time/seconds-step": { "description": "Step value for the seconds spinbutton. Should be a value evenly divided into 60", "type": "number|string" }, "b-time/show-seconds": { "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`", "type": "boolean" }, "b-toast/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-toast/visible": { "description": "When true, shows the toast", "type": "boolean" }, "b-toast/append-toast": { "description": "When true, the toast will be appended to the bottom on the visible toasts, otherwise it will be prepended", "type": "boolean" }, "b-toast/auto-hide-delay": { "description": "The number of milliseconds before the toast auto dismisses itself", "type": "number|string" }, "b-toast/body-class": { "description": "CSS class (or classes) to add to the toast body element", "type": "any[]|object|string" }, "b-toast/header-class": { "description": "CSS class (or classes) to add to the toast header element", "type": "any[]|object|string" }, "b-toast/href": { "description": "<b-link> prop: Denotes the target URL of the link for standard a links", "type": "string" }, "b-toast/is-status": { "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'", "type": "boolean" }, "b-toast/no-auto-hide": { "description": "When set, disabled the toast from automatically dismissing itself", "type": "boolean" }, "b-toast/no-close-button": { "description": "When set, hides the close button in the toast header", "type": "boolean" }, "b-toast/no-fade": { "description": "When set to `true`, disables the fade animation/transition on the component", "type": "boolean" }, "b-toast/no-hover-pause": { "description": "When set, disables the pausing of the auto hide delay when the mouse hovers the toast", "type": "boolean" }, "b-toast/solid": { "description": "When set, renderes the toast with a solid background rather than translucent", "type": "boolean" }, "b-toast/static": { "description": "Renders the content of the component in-place in the DOM, rather than portalling it to be appended to the body element", "type": "boolean" }, "b-toast/title": { "description": "The toast's title text", "type": "string" }, "b-toast/to": { "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", "type": "object|string" }, "b-toast/toast-class": { "description": "CSS class (or classes) to add to the toast wrapper element", "type": "any[]|object|string" }, "b-toast/toaster": { "description": "The name of the toaster target to render the toast in", "type": "string" }, "b-toast/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-toaster/aria-atomic": { "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", "type": "string" }, "b-toaster/aria-live": { "description": "When the rendered element is an aria-live region (for screen reader users), set to either 'polite' or 'assertive'", "type": "string" }, "b-toaster/name": { "description": "The toaster's target name", "type": "string" }, "b-toaster/role": { "description": "Sets the ARIA attribute 'role' to a specific value", "type": "string" }, "b-tooltip/boundary": { "description": "The boundary constraint of the tooltip: 'scrollParent', 'window', 'viewport', or a reference to an HTMLElement or component", "type": "HTMLElement|object|string" }, "b-tooltip/boundary-padding": { "description": "The tooltip will try and stay away from the edge of the boundary element by the number of pixels specificed", "type": "number|string" }, "b-tooltip/container": { "description": "The container element to append the rendered tooltip when visible. Default's to the body element", "type": "HTMLElement|object|string" }, "b-tooltip/custom-class": { "description": "CSS class (or classes) to apply to the tooltip's root element", "type": "string" }, "b-tooltip/delay": { "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", "type": "number|object|string" }, "b-tooltip/disabled": { "description": "When set to `true`, disables the component's functionality and places it in a disabled state", "type": "boolean" }, "b-tooltip/fallback-placement": { "description": "Placement to use when the tooltip would be out of boundaries. Refer to the docs for more details", "type": "any[]|string" }, "b-tooltip/id": { "description": "Used to set the `id` attribute on the rendered content, and used as the base to generate any additional element IDs as needed", "type": "string" }, "b-tooltip/no-fade": { "description": "When set to `true`, disables the fade animation/transition on the component", "type": "boolean" }, "b-tooltip/noninteractive": { "description": "Wether the tooltip should not be user-interactive", "type": "boolean" }, "b-tooltip/offset": { "description": "Offset (in pixels) for the arrow center compared to the trigger target element", "type": "number|string" }, "b-tooltip/placement": { "description": "Placement of the tooltip: One of 'top', 'bottom', 'right', 'left', 'topleft', 'topright', 'bottomleft', 'bottomright', 'lefttop', 'leftbottom', 'righttop', 'rightbottom'", "type": "string" }, "b-tooltip/show": { "description": "When set will show the tooltip", "type": "boolean" }, "b-tooltip/target": { "description": "Element string ID, or a reference to an element or component, that you want to trigger the tooltip", "type": "HTMLElement|SVGElement|function|object|string" }, "b-tooltip/title": { "description": "Text to place in the tooltip", "type": "string" }, "b-tooltip/triggers": { "description": "Specify which triggers will show the tooltip. Supported values are 'click', 'hover', 'focus'. Refer to the docs for special triggers 'blur' and 'manual'", "type": "any[]|string" }, "b-tooltip/variant": { "description": "Applies one of the Bootstrap theme color variants to the component", "type": "string" }, "b-icon/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon/icon": { "description": "Name of icon to render. The corresponding icon component must be installed", "type": "string" }, "b-icon/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-iconstack/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-iconstack/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-iconstack/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-iconstack/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-iconstack/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-iconstack/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-iconstack/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-iconstack/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-iconstack/title": { "description": "Text content to place in the title", "type": "string" }, "b-iconstack/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-blank/animation": { "description": "Animate the icon. Supported built-in animations are 'spin', 'pulse' and 'cylon'", "type": "string" }, "b-icon-blank/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-blank/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-blank/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-blank/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-blank/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-blank/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-blank/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-blank/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-blank/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-blank/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-alarm/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-alarm/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-alarm/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-alarm/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-alarm/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-alarm/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-alarm/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-alarm/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-alarm/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-alarm/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-alarm/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-alarm-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-alarm-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-alarm-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-alarm-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-alarm-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-alarm-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-alarm-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-alarm-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-alarm-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-alarm-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-alarm-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-align-bottom/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-align-bottom/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-align-bottom/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-align-bottom/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-align-bottom/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-align-bottom/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-align-bottom/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-align-bottom/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-align-bottom/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-align-bottom/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-align-bottom/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-align-center/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-align-center/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-align-center/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-align-center/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-align-center/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-align-center/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-align-center/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-align-center/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-align-center/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-align-center/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-align-center/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-align-end/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-align-end/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-align-end/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-align-end/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-align-end/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-align-end/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-align-end/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-align-end/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-align-end/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-align-end/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-align-end/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-align-middle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-align-middle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-align-middle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-align-middle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-align-middle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-align-middle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-align-middle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-align-middle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-align-middle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-align-middle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-align-middle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-align-start/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-align-start/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-align-start/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-align-start/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-align-start/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-align-start/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-align-start/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-align-start/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-align-start/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-align-start/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-align-start/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-align-top/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-align-top/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-align-top/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-align-top/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-align-top/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-align-top/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-align-top/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-align-top/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-align-top/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-align-top/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-align-top/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-alt/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-alt/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-alt/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-alt/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-alt/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-alt/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-alt/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-alt/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-alt/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-alt/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-alt/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-app/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-app/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-app/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-app/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-app/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-app/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-app/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-app/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-app/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-app/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-app/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-app-indicator/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-app-indicator/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-app-indicator/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-app-indicator/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-app-indicator/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-app-indicator/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-app-indicator/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-app-indicator/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-app-indicator/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-app-indicator/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-app-indicator/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-archive/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-archive/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-archive/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-archive/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-archive/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-archive/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-archive/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-archive/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-archive/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-archive/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-archive/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-archive-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-archive-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-archive-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-archive-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-archive-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-archive-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-archive-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-archive-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-archive-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-archive-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-archive-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow90deg-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow90deg-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow90deg-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow90deg-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow90deg-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow90deg-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow90deg-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow90deg-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow90deg-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow90deg-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow90deg-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow90deg-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow90deg-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow90deg-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow90deg-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow90deg-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow90deg-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow90deg-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow90deg-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow90deg-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow90deg-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow90deg-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow90deg-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow90deg-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow90deg-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow90deg-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow90deg-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow90deg-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow90deg-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow90deg-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow90deg-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow90deg-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow90deg-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow90deg-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow90deg-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow90deg-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow90deg-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow90deg-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow90deg-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow90deg-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow90deg-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow90deg-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow90deg-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow90deg-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-bar-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-bar-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-bar-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-bar-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-bar-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-bar-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-bar-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-bar-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-bar-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-bar-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-bar-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-bar-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-bar-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-bar-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-bar-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-bar-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-bar-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-bar-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-bar-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-bar-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-bar-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-bar-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-bar-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-bar-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-bar-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-bar-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-bar-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-bar-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-bar-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-bar-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-bar-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-bar-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-bar-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-bar-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-bar-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-bar-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-bar-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-bar-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-bar-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-bar-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-bar-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-bar-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-bar-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-bar-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-clockwise/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-clockwise/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-clockwise/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-clockwise/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-clockwise/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-clockwise/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-clockwise/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-clockwise/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-clockwise/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-clockwise/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-clockwise/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-counterclockwise/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-counterclockwise/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-counterclockwise/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-counterclockwise/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-counterclockwise/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-counterclockwise/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-counterclockwise/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-counterclockwise/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-counterclockwise/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-counterclockwise/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-counterclockwise/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-down-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-down-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-down-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-down-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-down-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-down-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-down-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-down-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-down-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-down-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-down-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-down-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-down-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-down-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-down-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-down-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-down-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-down-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-down-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-down-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-down-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-down-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-down-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-down-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-down-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-down-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-down-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-down-left-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-down-left-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-down-left-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-down-left-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-down-left-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-down-left-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-down-left-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-left-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-left-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-down-left-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-down-left-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-down-left-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-down-left-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-down-left-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-down-left-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-down-left-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-down-left-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-down-left-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-left-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-left-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-down-left-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-down-left-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-down-left-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-down-left-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-down-left-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-down-left-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-down-left-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-down-left-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-down-left-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-left-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-left-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-down-left-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-down-left-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-down-left-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-down-left-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-down-left-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-down-left-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-down-left-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-down-left-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-down-left-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-left-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-left-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-down-left-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-down-left-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-down-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-down-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-down-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-down-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-down-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-down-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-down-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-down-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-down-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-down-right-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-down-right-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-down-right-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-down-right-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-down-right-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-down-right-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-down-right-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-right-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-right-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-down-right-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-down-right-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-down-right-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-down-right-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-down-right-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-down-right-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-down-right-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-down-right-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-down-right-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-right-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-right-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-down-right-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-down-right-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-down-right-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-down-right-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-down-right-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-down-right-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-down-right-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-down-right-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-down-right-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-right-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-right-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-down-right-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-down-right-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-down-right-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-down-right-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-down-right-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-down-right-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-down-right-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-down-right-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-down-right-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-right-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-right-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-down-right-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-down-right-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-down-short/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-down-short/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-down-short/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-down-short/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-down-short/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-down-short/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-down-short/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-short/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-short/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-down-short/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-down-short/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-down-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-down-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-down-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-down-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-down-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-down-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-down-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-down-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-down-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-down-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-down-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-down-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-down-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-down-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-down-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-down-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-down-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-down-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-down-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-down-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-down-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-down-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-down-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-down-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-down-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-down-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-down-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-down-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-left-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-left-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-left-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-left-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-left-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-left-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-left-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-left-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-left-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-left-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-left-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-left-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-left-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-left-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-left-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-left-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-left-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-left-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-left-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-left-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-left-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-left-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-left-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-left-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-left-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-left-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-left-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-left-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-left-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-left-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-left-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-left-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-left-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-left-short/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-left-short/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-left-short/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-left-short/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-left-short/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-left-short/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-left-short/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-left-short/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-left-short/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-left-short/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-left-short/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-left-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-left-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-left-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-left-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-left-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-left-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-left-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-left-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-left-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-left-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-left-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-left-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-left-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-left-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-left-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-left-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-left-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-left-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-left-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-left-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-left-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-left-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-repeat/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-repeat/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-repeat/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-repeat/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-repeat/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-repeat/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-repeat/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-repeat/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-repeat/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-repeat/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-repeat/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-return-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-return-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-return-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-return-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-return-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-return-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-return-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-return-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-return-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-return-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-return-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-return-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-return-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-return-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-return-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-return-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-return-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-return-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-return-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-return-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-return-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-return-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-right-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-right-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-right-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-right-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-right-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-right-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-right-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-right-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-right-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-right-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-right-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-right-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-right-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-right-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-right-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-right-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-right-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-right-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-right-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-right-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-right-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-right-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-right-short/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-right-short/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-right-short/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-right-short/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-right-short/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-right-short/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-right-short/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-right-short/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-right-short/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-right-short/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-right-short/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-right-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-right-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-right-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-right-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-right-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-right-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-right-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-right-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-right-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-right-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-right-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-right-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-right-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-right-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-right-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-right-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-right-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-right-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-right-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-right-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-right-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-right-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-up-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-up-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-up-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-up-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-up-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-up-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-up-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-up-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-up-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-up-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-up-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-up-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-up-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-up-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-up-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-up-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-up-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-up-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-up-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-up-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-up-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-up-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-up-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-up-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-up-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-up-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-up-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-up-left-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-up-left-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-up-left-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-up-left-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-up-left-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-up-left-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-up-left-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-left-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-left-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-up-left-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-up-left-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-up-left-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-up-left-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-up-left-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-up-left-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-up-left-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-up-left-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-up-left-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-left-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-left-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-up-left-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-up-left-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-up-left-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-up-left-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-up-left-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-up-left-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-up-left-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-up-left-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-up-left-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-left-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-left-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-up-left-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-up-left-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-up-left-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-up-left-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-up-left-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-up-left-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-up-left-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-up-left-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-up-left-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-left-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-left-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-up-left-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-up-left-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-up-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-up-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-up-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-up-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-up-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-up-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-up-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-up-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-up-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-up-right-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-up-right-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-up-right-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-up-right-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-up-right-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-up-right-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-up-right-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-right-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-right-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-up-right-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-up-right-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-up-right-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-up-right-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-up-right-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-up-right-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-up-right-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-up-right-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-up-right-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-right-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-right-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-up-right-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-up-right-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-up-right-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-up-right-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-up-right-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-up-right-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-up-right-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-up-right-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-up-right-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-right-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-right-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-up-right-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-up-right-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-up-right-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-up-right-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-up-right-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-up-right-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-up-right-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-up-right-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-up-right-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-right-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-right-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-up-right-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-up-right-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-up-short/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-up-short/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-up-short/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-up-short/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-up-short/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-up-short/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-up-short/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-short/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-short/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-up-short/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-up-short/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-up-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-up-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-up-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-up-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-up-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-up-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-up-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-up-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-up-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrow-up-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrow-up-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrow-up-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrow-up-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrow-up-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrow-up-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrow-up-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrow-up-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrow-up-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrow-up-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrows-angle-contract/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrows-angle-contract/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrows-angle-contract/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrows-angle-contract/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrows-angle-contract/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrows-angle-contract/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrows-angle-contract/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrows-angle-contract/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrows-angle-contract/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrows-angle-contract/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrows-angle-contract/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrows-angle-expand/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrows-angle-expand/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrows-angle-expand/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrows-angle-expand/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrows-angle-expand/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrows-angle-expand/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrows-angle-expand/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrows-angle-expand/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrows-angle-expand/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrows-angle-expand/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrows-angle-expand/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrows-collapse/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrows-collapse/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrows-collapse/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrows-collapse/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrows-collapse/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrows-collapse/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrows-collapse/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrows-collapse/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrows-collapse/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrows-collapse/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrows-collapse/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrows-expand/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrows-expand/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrows-expand/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrows-expand/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrows-expand/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrows-expand/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrows-expand/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrows-expand/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrows-expand/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrows-expand/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrows-expand/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrows-fullscreen/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrows-fullscreen/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrows-fullscreen/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrows-fullscreen/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrows-fullscreen/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrows-fullscreen/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrows-fullscreen/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrows-fullscreen/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrows-fullscreen/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrows-fullscreen/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrows-fullscreen/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-arrows-move/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-arrows-move/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-arrows-move/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-arrows-move/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-arrows-move/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-arrows-move/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-arrows-move/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrows-move/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-arrows-move/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-arrows-move/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-arrows-move/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-aspect-ratio/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-aspect-ratio/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-aspect-ratio/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-aspect-ratio/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-aspect-ratio/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-aspect-ratio/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-aspect-ratio/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-aspect-ratio/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-aspect-ratio/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-aspect-ratio/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-aspect-ratio/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-aspect-ratio-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-aspect-ratio-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-aspect-ratio-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-aspect-ratio-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-aspect-ratio-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-aspect-ratio-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-aspect-ratio-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-aspect-ratio-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-aspect-ratio-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-aspect-ratio-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-aspect-ratio-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-asterisk/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-asterisk/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-asterisk/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-asterisk/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-asterisk/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-asterisk/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-asterisk/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-asterisk/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-asterisk/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-asterisk/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-asterisk/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-at/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-at/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-at/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-at/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-at/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-at/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-at/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-at/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-at/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-at/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-at/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-award/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-award/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-award/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-award/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-award/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-award/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-award/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-award/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-award/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-award/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-award/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-award-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-award-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-award-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-award-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-award-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-award-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-award-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-award-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-award-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-award-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-award-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-back/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-back/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-back/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-back/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-back/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-back/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-back/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-back/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-back/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-back/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-back/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-backspace/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-backspace/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-backspace/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-backspace/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-backspace/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-backspace/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-backspace/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-backspace/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-backspace/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-backspace/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-backspace/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-backspace-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-backspace-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-backspace-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-backspace-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-backspace-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-backspace-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-backspace-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-backspace-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-backspace-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-backspace-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-backspace-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-backspace-reverse/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-backspace-reverse/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-backspace-reverse/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-backspace-reverse/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-backspace-reverse/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-backspace-reverse/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-backspace-reverse/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-backspace-reverse/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-backspace-reverse/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-backspace-reverse/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-backspace-reverse/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-backspace-reverse-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-backspace-reverse-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-backspace-reverse-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-backspace-reverse-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-backspace-reverse-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-backspace-reverse-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-backspace-reverse-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-backspace-reverse-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-backspace-reverse-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-backspace-reverse-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-backspace-reverse-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-badge4k/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-badge4k/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-badge4k/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-badge4k/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-badge4k/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-badge4k/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-badge4k/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge4k/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge4k/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-badge4k/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-badge4k/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-badge4k-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-badge4k-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-badge4k-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-badge4k-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-badge4k-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-badge4k-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-badge4k-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge4k-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge4k-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-badge4k-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-badge4k-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-badge8k/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-badge8k/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-badge8k/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-badge8k/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-badge8k/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-badge8k/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-badge8k/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge8k/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge8k/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-badge8k/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-badge8k/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-badge8k-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-badge8k-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-badge8k-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-badge8k-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-badge8k-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-badge8k-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-badge8k-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge8k-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge8k-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-badge8k-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-badge8k-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-badge-ad/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-badge-ad/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-badge-ad/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-badge-ad/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-badge-ad/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-badge-ad/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-badge-ad/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge-ad/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge-ad/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-badge-ad/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-badge-ad/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-badge-ad-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-badge-ad-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-badge-ad-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-badge-ad-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-badge-ad-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-badge-ad-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-badge-ad-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge-ad-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge-ad-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-badge-ad-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-badge-ad-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-badge-cc/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-badge-cc/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-badge-cc/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-badge-cc/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-badge-cc/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-badge-cc/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-badge-cc/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge-cc/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge-cc/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-badge-cc/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-badge-cc/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-badge-cc-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-badge-cc-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-badge-cc-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-badge-cc-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-badge-cc-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-badge-cc-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-badge-cc-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge-cc-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge-cc-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-badge-cc-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-badge-cc-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-badge-hd/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-badge-hd/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-badge-hd/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-badge-hd/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-badge-hd/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-badge-hd/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-badge-hd/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge-hd/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge-hd/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-badge-hd/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-badge-hd/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-badge-hd-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-badge-hd-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-badge-hd-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-badge-hd-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-badge-hd-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-badge-hd-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-badge-hd-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge-hd-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge-hd-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-badge-hd-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-badge-hd-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-badge-tm/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-badge-tm/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-badge-tm/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-badge-tm/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-badge-tm/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-badge-tm/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-badge-tm/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge-tm/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge-tm/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-badge-tm/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-badge-tm/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-badge-tm-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-badge-tm-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-badge-tm-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-badge-tm-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-badge-tm-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-badge-tm-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-badge-tm-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge-tm-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge-tm-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-badge-tm-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-badge-tm-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-badge-vo/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-badge-vo/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-badge-vo/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-badge-vo/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-badge-vo/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-badge-vo/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-badge-vo/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge-vo/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge-vo/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-badge-vo/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-badge-vo/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-badge-vo-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-badge-vo-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-badge-vo-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-badge-vo-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-badge-vo-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-badge-vo-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-badge-vo-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge-vo-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-badge-vo-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-badge-vo-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-badge-vo-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bag/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bag/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bag/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bag/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bag/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bag/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bag/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bag/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bag/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bag/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bag/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bag-check/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bag-check/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bag-check/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bag-check/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bag-check/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bag-check/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bag-check/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bag-check/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bag-check/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bag-check/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bag-check/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bag-check-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bag-check-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bag-check-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bag-check-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bag-check-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bag-check-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bag-check-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bag-check-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bag-check-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bag-check-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bag-check-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bag-dash/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bag-dash/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bag-dash/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bag-dash/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bag-dash/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bag-dash/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bag-dash/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bag-dash/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bag-dash/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bag-dash/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bag-dash/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bag-dash-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bag-dash-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bag-dash-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bag-dash-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bag-dash-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bag-dash-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bag-dash-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bag-dash-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bag-dash-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bag-dash-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bag-dash-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bag-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bag-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bag-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bag-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bag-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bag-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bag-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bag-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bag-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bag-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bag-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bag-plus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bag-plus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bag-plus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bag-plus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bag-plus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bag-plus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bag-plus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bag-plus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bag-plus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bag-plus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bag-plus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bag-plus-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bag-plus-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bag-plus-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bag-plus-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bag-plus-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bag-plus-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bag-plus-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bag-plus-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bag-plus-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bag-plus-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bag-plus-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bag-x/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bag-x/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bag-x/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bag-x/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bag-x/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bag-x/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bag-x/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bag-x/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bag-x/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bag-x/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bag-x/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bag-x-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bag-x-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bag-x-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bag-x-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bag-x-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bag-x-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bag-x-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bag-x-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bag-x-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bag-x-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bag-x-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bar-chart/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bar-chart/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bar-chart/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bar-chart/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bar-chart/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bar-chart/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bar-chart/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bar-chart/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bar-chart/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bar-chart/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bar-chart/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bar-chart-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bar-chart-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bar-chart-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bar-chart-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bar-chart-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bar-chart-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bar-chart-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bar-chart-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bar-chart-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bar-chart-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bar-chart-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bar-chart-line/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bar-chart-line/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bar-chart-line/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bar-chart-line/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bar-chart-line/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bar-chart-line/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bar-chart-line/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bar-chart-line/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bar-chart-line/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bar-chart-line/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bar-chart-line/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bar-chart-line-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bar-chart-line-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bar-chart-line-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bar-chart-line-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bar-chart-line-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bar-chart-line-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bar-chart-line-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bar-chart-line-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bar-chart-line-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bar-chart-line-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bar-chart-line-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bar-chart-steps/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bar-chart-steps/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bar-chart-steps/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bar-chart-steps/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bar-chart-steps/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bar-chart-steps/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bar-chart-steps/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bar-chart-steps/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bar-chart-steps/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bar-chart-steps/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bar-chart-steps/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-basket/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-basket/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-basket/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-basket/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-basket/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-basket/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-basket/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-basket/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-basket/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-basket/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-basket/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-basket2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-basket2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-basket2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-basket2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-basket2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-basket2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-basket2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-basket2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-basket2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-basket2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-basket2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-basket2-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-basket2-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-basket2-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-basket2-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-basket2-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-basket2-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-basket2-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-basket2-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-basket2-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-basket2-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-basket2-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-basket3/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-basket3/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-basket3/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-basket3/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-basket3/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-basket3/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-basket3/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-basket3/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-basket3/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-basket3/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-basket3/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-basket3-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-basket3-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-basket3-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-basket3-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-basket3-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-basket3-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-basket3-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-basket3-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-basket3-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-basket3-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-basket3-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-basket-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-basket-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-basket-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-basket-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-basket-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-basket-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-basket-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-basket-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-basket-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-basket-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-basket-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-battery/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-battery/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-battery/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-battery/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-battery/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-battery/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-battery/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-battery/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-battery/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-battery/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-battery/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-battery-charging/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-battery-charging/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-battery-charging/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-battery-charging/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-battery-charging/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-battery-charging/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-battery-charging/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-battery-charging/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-battery-charging/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-battery-charging/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-battery-charging/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-battery-full/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-battery-full/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-battery-full/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-battery-full/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-battery-full/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-battery-full/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-battery-full/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-battery-full/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-battery-full/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-battery-full/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-battery-full/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-battery-half/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-battery-half/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-battery-half/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-battery-half/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-battery-half/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-battery-half/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-battery-half/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-battery-half/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-battery-half/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-battery-half/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-battery-half/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bell/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bell/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bell/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bell/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bell/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bell/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bell/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bell/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bell/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bell/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bell/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bell-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bell-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bell-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bell-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bell-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bell-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bell-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bell-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bell-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bell-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bell-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bezier/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bezier/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bezier/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bezier/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bezier/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bezier/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bezier/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bezier/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bezier/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bezier/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bezier/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bezier2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bezier2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bezier2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bezier2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bezier2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bezier2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bezier2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bezier2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bezier2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bezier2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bezier2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bicycle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bicycle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bicycle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bicycle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bicycle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bicycle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bicycle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bicycle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bicycle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bicycle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bicycle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-binoculars/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-binoculars/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-binoculars/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-binoculars/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-binoculars/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-binoculars/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-binoculars/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-binoculars/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-binoculars/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-binoculars/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-binoculars/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-binoculars-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-binoculars-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-binoculars-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-binoculars-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-binoculars-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-binoculars-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-binoculars-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-binoculars-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-binoculars-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-binoculars-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-binoculars-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-blockquote-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-blockquote-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-blockquote-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-blockquote-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-blockquote-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-blockquote-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-blockquote-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-blockquote-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-blockquote-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-blockquote-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-blockquote-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-blockquote-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-blockquote-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-blockquote-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-blockquote-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-blockquote-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-blockquote-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-blockquote-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-blockquote-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-blockquote-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-blockquote-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-blockquote-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-book/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-book/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-book/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-book/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-book/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-book/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-book/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-book/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-book/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-book/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-book/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-book-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-book-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-book-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-book-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-book-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-book-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-book-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-book-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-book-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-book-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-book-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-book-half/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-book-half/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-book-half/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-book-half/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-book-half/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-book-half/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-book-half/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-book-half/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-book-half/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-book-half/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-book-half/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bookmark/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bookmark/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bookmark/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bookmark/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bookmark/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bookmark/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bookmark/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bookmark/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bookmark/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bookmark-check/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bookmark-check/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bookmark-check/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bookmark-check/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bookmark-check/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bookmark-check/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bookmark-check/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-check/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-check/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bookmark-check/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bookmark-check/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bookmark-check-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bookmark-check-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bookmark-check-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bookmark-check-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bookmark-check-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bookmark-check-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bookmark-check-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-check-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-check-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bookmark-check-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bookmark-check-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bookmark-dash/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bookmark-dash/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bookmark-dash/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bookmark-dash/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bookmark-dash/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bookmark-dash/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bookmark-dash/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-dash/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-dash/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bookmark-dash/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bookmark-dash/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bookmark-dash-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bookmark-dash-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bookmark-dash-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bookmark-dash-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bookmark-dash-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bookmark-dash-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bookmark-dash-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-dash-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-dash-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bookmark-dash-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bookmark-dash-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bookmark-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bookmark-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bookmark-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bookmark-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bookmark-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bookmark-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bookmark-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bookmark-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bookmark-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bookmark-heart/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bookmark-heart/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bookmark-heart/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bookmark-heart/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bookmark-heart/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bookmark-heart/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bookmark-heart/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-heart/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-heart/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bookmark-heart/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bookmark-heart/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bookmark-heart-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bookmark-heart-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bookmark-heart-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bookmark-heart-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bookmark-heart-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bookmark-heart-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bookmark-heart-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-heart-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-heart-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bookmark-heart-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bookmark-heart-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bookmark-plus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bookmark-plus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bookmark-plus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bookmark-plus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bookmark-plus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bookmark-plus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bookmark-plus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-plus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-plus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bookmark-plus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bookmark-plus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bookmark-plus-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bookmark-plus-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bookmark-plus-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bookmark-plus-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bookmark-plus-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bookmark-plus-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bookmark-plus-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-plus-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-plus-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bookmark-plus-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bookmark-plus-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bookmark-star/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bookmark-star/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bookmark-star/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bookmark-star/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bookmark-star/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bookmark-star/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bookmark-star/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-star/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-star/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bookmark-star/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bookmark-star/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bookmark-star-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bookmark-star-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bookmark-star-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bookmark-star-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bookmark-star-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bookmark-star-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bookmark-star-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-star-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-star-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bookmark-star-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bookmark-star-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bookmark-x/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bookmark-x/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bookmark-x/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bookmark-x/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bookmark-x/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bookmark-x/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bookmark-x/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-x/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-x/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bookmark-x/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bookmark-x/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bookmark-x-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bookmark-x-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bookmark-x-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bookmark-x-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bookmark-x-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bookmark-x-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bookmark-x-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-x-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmark-x-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bookmark-x-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bookmark-x-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bookmarks/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bookmarks/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bookmarks/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bookmarks/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bookmarks/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bookmarks/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bookmarks/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmarks/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmarks/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bookmarks/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bookmarks/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bookmarks-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bookmarks-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bookmarks-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bookmarks-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bookmarks-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bookmarks-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bookmarks-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmarks-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookmarks-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bookmarks-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bookmarks-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bookshelf/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bookshelf/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bookshelf/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bookshelf/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bookshelf/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bookshelf/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bookshelf/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookshelf/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bookshelf/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bookshelf/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bookshelf/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bootstrap/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bootstrap/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bootstrap/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bootstrap/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bootstrap/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bootstrap/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bootstrap/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bootstrap/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bootstrap/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bootstrap/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bootstrap/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bootstrap-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bootstrap-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bootstrap-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bootstrap-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bootstrap-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bootstrap-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bootstrap-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bootstrap-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bootstrap-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bootstrap-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bootstrap-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bootstrap-reboot/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bootstrap-reboot/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bootstrap-reboot/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bootstrap-reboot/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bootstrap-reboot/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bootstrap-reboot/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bootstrap-reboot/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bootstrap-reboot/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bootstrap-reboot/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bootstrap-reboot/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bootstrap-reboot/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-border-style/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-border-style/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-border-style/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-border-style/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-border-style/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-border-style/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-border-style/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-border-style/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-border-style/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-border-style/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-border-style/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-border-width/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-border-width/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-border-width/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-border-width/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-border-width/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-border-width/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-border-width/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-border-width/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-border-width/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-border-width/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-border-width/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bounding-box/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bounding-box/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bounding-box/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bounding-box/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bounding-box/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bounding-box/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bounding-box/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bounding-box/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bounding-box/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bounding-box/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bounding-box/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bounding-box-circles/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bounding-box-circles/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bounding-box-circles/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bounding-box-circles/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bounding-box-circles/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bounding-box-circles/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bounding-box-circles/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bounding-box-circles/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bounding-box-circles/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bounding-box-circles/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bounding-box-circles/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-box/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-box/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-box/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-box/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-box/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-box/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-box/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-box/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-box/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-box/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-box/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-box-arrow-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-box-arrow-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-box-arrow-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-box-arrow-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-box-arrow-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-box-arrow-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-box-arrow-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-box-arrow-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-box-arrow-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-box-arrow-down-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-box-arrow-down-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-box-arrow-down-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-box-arrow-down-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-box-arrow-down-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-box-arrow-down-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-box-arrow-down-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-down-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-down-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-box-arrow-down-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-box-arrow-down-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-box-arrow-down-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-box-arrow-down-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-box-arrow-down-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-box-arrow-down-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-box-arrow-down-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-box-arrow-down-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-box-arrow-down-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-down-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-down-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-box-arrow-down-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-box-arrow-down-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-box-arrow-in-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-box-arrow-in-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-box-arrow-in-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-box-arrow-in-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-box-arrow-in-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-box-arrow-in-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-box-arrow-in-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-in-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-in-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-box-arrow-in-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-box-arrow-in-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-box-arrow-in-down-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-box-arrow-in-down-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-box-arrow-in-down-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-box-arrow-in-down-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-box-arrow-in-down-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-box-arrow-in-down-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-box-arrow-in-down-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-in-down-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-in-down-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-box-arrow-in-down-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-box-arrow-in-down-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-box-arrow-in-down-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-box-arrow-in-down-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-box-arrow-in-down-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-box-arrow-in-down-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-box-arrow-in-down-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-box-arrow-in-down-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-box-arrow-in-down-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-in-down-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-in-down-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-box-arrow-in-down-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-box-arrow-in-down-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-box-arrow-in-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-box-arrow-in-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-box-arrow-in-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-box-arrow-in-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-box-arrow-in-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-box-arrow-in-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-box-arrow-in-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-in-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-in-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-box-arrow-in-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-box-arrow-in-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-box-arrow-in-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-box-arrow-in-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-box-arrow-in-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-box-arrow-in-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-box-arrow-in-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-box-arrow-in-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-box-arrow-in-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-in-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-in-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-box-arrow-in-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-box-arrow-in-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-box-arrow-in-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-box-arrow-in-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-box-arrow-in-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-box-arrow-in-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-box-arrow-in-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-box-arrow-in-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-box-arrow-in-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-in-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-in-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-box-arrow-in-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-box-arrow-in-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-box-arrow-in-up-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-box-arrow-in-up-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-box-arrow-in-up-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-box-arrow-in-up-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-box-arrow-in-up-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-box-arrow-in-up-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-box-arrow-in-up-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-in-up-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-in-up-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-box-arrow-in-up-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-box-arrow-in-up-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-box-arrow-in-up-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-box-arrow-in-up-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-box-arrow-in-up-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-box-arrow-in-up-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-box-arrow-in-up-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-box-arrow-in-up-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-box-arrow-in-up-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-in-up-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-in-up-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-box-arrow-in-up-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-box-arrow-in-up-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-box-arrow-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-box-arrow-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-box-arrow-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-box-arrow-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-box-arrow-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-box-arrow-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-box-arrow-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-box-arrow-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-box-arrow-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-box-arrow-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-box-arrow-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-box-arrow-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-box-arrow-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-box-arrow-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-box-arrow-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-box-arrow-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-box-arrow-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-box-arrow-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-box-arrow-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-box-arrow-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-box-arrow-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-box-arrow-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-box-arrow-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-box-arrow-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-box-arrow-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-box-arrow-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-box-arrow-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-box-arrow-up-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-box-arrow-up-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-box-arrow-up-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-box-arrow-up-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-box-arrow-up-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-box-arrow-up-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-box-arrow-up-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-up-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-up-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-box-arrow-up-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-box-arrow-up-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-box-arrow-up-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-box-arrow-up-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-box-arrow-up-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-box-arrow-up-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-box-arrow-up-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-box-arrow-up-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-box-arrow-up-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-up-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-arrow-up-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-box-arrow-up-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-box-arrow-up-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-box-seam/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-box-seam/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-box-seam/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-box-seam/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-box-seam/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-box-seam/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-box-seam/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-seam/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-box-seam/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-box-seam/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-box-seam/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-braces/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-braces/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-braces/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-braces/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-braces/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-braces/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-braces/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-braces/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-braces/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-braces/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-braces/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bricks/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bricks/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bricks/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bricks/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bricks/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bricks/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bricks/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bricks/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bricks/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bricks/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bricks/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-briefcase/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-briefcase/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-briefcase/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-briefcase/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-briefcase/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-briefcase/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-briefcase/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-briefcase/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-briefcase/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-briefcase/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-briefcase/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-briefcase-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-briefcase-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-briefcase-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-briefcase-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-briefcase-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-briefcase-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-briefcase-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-briefcase-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-briefcase-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-briefcase-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-briefcase-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-brightness-alt-high/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-brightness-alt-high/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-brightness-alt-high/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-brightness-alt-high/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-brightness-alt-high/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-brightness-alt-high/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-brightness-alt-high/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-brightness-alt-high/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-brightness-alt-high/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-brightness-alt-high/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-brightness-alt-high/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-brightness-alt-high-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-brightness-alt-high-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-brightness-alt-high-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-brightness-alt-high-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-brightness-alt-high-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-brightness-alt-high-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-brightness-alt-high-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-brightness-alt-high-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-brightness-alt-high-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-brightness-alt-high-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-brightness-alt-high-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-brightness-alt-low/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-brightness-alt-low/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-brightness-alt-low/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-brightness-alt-low/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-brightness-alt-low/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-brightness-alt-low/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-brightness-alt-low/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-brightness-alt-low/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-brightness-alt-low/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-brightness-alt-low/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-brightness-alt-low/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-brightness-alt-low-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-brightness-alt-low-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-brightness-alt-low-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-brightness-alt-low-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-brightness-alt-low-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-brightness-alt-low-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-brightness-alt-low-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-brightness-alt-low-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-brightness-alt-low-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-brightness-alt-low-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-brightness-alt-low-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-brightness-high/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-brightness-high/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-brightness-high/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-brightness-high/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-brightness-high/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-brightness-high/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-brightness-high/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-brightness-high/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-brightness-high/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-brightness-high/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-brightness-high/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-brightness-high-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-brightness-high-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-brightness-high-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-brightness-high-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-brightness-high-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-brightness-high-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-brightness-high-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-brightness-high-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-brightness-high-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-brightness-high-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-brightness-high-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-brightness-low/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-brightness-low/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-brightness-low/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-brightness-low/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-brightness-low/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-brightness-low/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-brightness-low/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-brightness-low/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-brightness-low/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-brightness-low/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-brightness-low/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-brightness-low-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-brightness-low-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-brightness-low-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-brightness-low-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-brightness-low-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-brightness-low-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-brightness-low-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-brightness-low-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-brightness-low-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-brightness-low-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-brightness-low-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-broadcast/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-broadcast/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-broadcast/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-broadcast/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-broadcast/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-broadcast/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-broadcast/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-broadcast/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-broadcast/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-broadcast/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-broadcast/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-broadcast-pin/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-broadcast-pin/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-broadcast-pin/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-broadcast-pin/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-broadcast-pin/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-broadcast-pin/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-broadcast-pin/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-broadcast-pin/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-broadcast-pin/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-broadcast-pin/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-broadcast-pin/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-brush/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-brush/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-brush/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-brush/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-brush/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-brush/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-brush/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-brush/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-brush/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-brush/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-brush/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-brush-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-brush-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-brush-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-brush-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-brush-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-brush-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-brush-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-brush-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-brush-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-brush-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-brush-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bucket/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bucket/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bucket/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bucket/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bucket/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bucket/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bucket/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bucket/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bucket/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bucket/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bucket/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bucket-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bucket-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bucket-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bucket-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bucket-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bucket-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bucket-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bucket-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bucket-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bucket-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bucket-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bug/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bug/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bug/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bug/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bug/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bug/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bug/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bug/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bug/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bug/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bug/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bug-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bug-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bug-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bug-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bug-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bug-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bug-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bug-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bug-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bug-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bug-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-building/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-building/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-building/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-building/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-building/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-building/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-building/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-building/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-building/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-building/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-building/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-bullseye/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-bullseye/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-bullseye/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-bullseye/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-bullseye/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-bullseye/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-bullseye/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-bullseye/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-bullseye/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-bullseye/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-bullseye/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calculator/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calculator/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calculator/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calculator/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calculator/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calculator/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calculator/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calculator/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calculator/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calculator/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calculator/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calculator-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calculator-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calculator-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calculator-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calculator-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calculator-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calculator-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calculator-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calculator-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calculator-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calculator-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2-check/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2-check/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2-check/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2-check/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2-check/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2-check/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2-check/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-check/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-check/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2-check/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2-check/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2-check-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2-check-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2-check-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2-check-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2-check-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2-check-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2-check-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-check-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-check-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2-check-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2-check-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2-date/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2-date/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2-date/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2-date/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2-date/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2-date/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2-date/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-date/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-date/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2-date/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2-date/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2-date-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2-date-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2-date-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2-date-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2-date-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2-date-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2-date-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-date-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-date-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2-date-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2-date-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2-day/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2-day/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2-day/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2-day/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2-day/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2-day/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2-day/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-day/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-day/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2-day/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2-day/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2-day-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2-day-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2-day-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2-day-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2-day-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2-day-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2-day-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-day-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-day-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2-day-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2-day-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2-event/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2-event/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2-event/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2-event/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2-event/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2-event/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2-event/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-event/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-event/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2-event/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2-event/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2-event-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2-event-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2-event-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2-event-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2-event-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2-event-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2-event-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-event-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-event-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2-event-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2-event-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2-minus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2-minus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2-minus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2-minus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2-minus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2-minus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2-minus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-minus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-minus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2-minus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2-minus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2-minus-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2-minus-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2-minus-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2-minus-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2-minus-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2-minus-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2-minus-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-minus-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-minus-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2-minus-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2-minus-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2-month/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2-month/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2-month/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2-month/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2-month/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2-month/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2-month/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-month/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-month/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2-month/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2-month/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2-month-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2-month-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2-month-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2-month-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2-month-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2-month-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2-month-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-month-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-month-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2-month-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2-month-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2-plus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2-plus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2-plus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2-plus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2-plus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2-plus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2-plus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-plus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-plus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2-plus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2-plus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2-plus-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2-plus-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2-plus-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2-plus-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2-plus-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2-plus-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2-plus-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-plus-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-plus-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2-plus-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2-plus-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2-range/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2-range/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2-range/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2-range/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2-range/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2-range/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2-range/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-range/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-range/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2-range/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2-range/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2-range-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2-range-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2-range-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2-range-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2-range-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2-range-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2-range-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-range-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-range-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2-range-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2-range-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2-week/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2-week/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2-week/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2-week/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2-week/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2-week/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2-week/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-week/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-week/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2-week/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2-week/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2-week-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2-week-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2-week-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2-week-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2-week-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2-week-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2-week-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-week-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-week-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2-week-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2-week-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2-x/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2-x/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2-x/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2-x/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2-x/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2-x/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2-x/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-x/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-x/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2-x/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2-x/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar2-x-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar2-x-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar2-x-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar2-x-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar2-x-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar2-x-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar2-x-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-x-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar2-x-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar2-x-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar2-x-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar3/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar3/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar3/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar3/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar3/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar3/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar3/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar3/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar3/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar3/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar3/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar3-event/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar3-event/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar3-event/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar3-event/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar3-event/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar3-event/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar3-event/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar3-event/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar3-event/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar3-event/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar3-event/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar3-event-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar3-event-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar3-event-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar3-event-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar3-event-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar3-event-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar3-event-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar3-event-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar3-event-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar3-event-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar3-event-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar3-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar3-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar3-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar3-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar3-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar3-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar3-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar3-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar3-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar3-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar3-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar3-range/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar3-range/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar3-range/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar3-range/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar3-range/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar3-range/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar3-range/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar3-range/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar3-range/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar3-range/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar3-range/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar3-range-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar3-range-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar3-range-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar3-range-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar3-range-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar3-range-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar3-range-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar3-range-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar3-range-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar3-range-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar3-range-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar3-week/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar3-week/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar3-week/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar3-week/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar3-week/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar3-week/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar3-week/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar3-week/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar3-week/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar3-week/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar3-week/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar3-week-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar3-week-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar3-week-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar3-week-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar3-week-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar3-week-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar3-week-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar3-week-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar3-week-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar3-week-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar3-week-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar4/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar4/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar4/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar4/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar4/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar4/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar4/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar4/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar4/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar4/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar4/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar4-event/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar4-event/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar4-event/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar4-event/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar4-event/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar4-event/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar4-event/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar4-event/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar4-event/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar4-event/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar4-event/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar4-range/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar4-range/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar4-range/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar4-range/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar4-range/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar4-range/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar4-range/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar4-range/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar4-range/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar4-range/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar4-range/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar4-week/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar4-week/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar4-week/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar4-week/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar4-week/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar4-week/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar4-week/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar4-week/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar4-week/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar4-week/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar4-week/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar-check/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar-check/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar-check/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar-check/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar-check/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar-check/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar-check/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-check/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-check/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar-check/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar-check/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar-check-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar-check-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar-check-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar-check-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar-check-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar-check-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar-check-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-check-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-check-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar-check-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar-check-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar-date/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar-date/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar-date/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar-date/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar-date/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar-date/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar-date/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-date/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-date/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar-date/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar-date/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar-date-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar-date-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar-date-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar-date-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar-date-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar-date-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar-date-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-date-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-date-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar-date-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar-date-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar-day/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar-day/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar-day/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar-day/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar-day/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar-day/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar-day/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-day/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-day/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar-day/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar-day/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar-day-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar-day-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar-day-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar-day-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar-day-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar-day-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar-day-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-day-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-day-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar-day-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar-day-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar-event/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar-event/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar-event/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar-event/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar-event/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar-event/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar-event/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-event/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-event/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar-event/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar-event/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar-event-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar-event-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar-event-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar-event-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar-event-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar-event-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar-event-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-event-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-event-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar-event-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar-event-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar-minus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar-minus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar-minus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar-minus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar-minus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar-minus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar-minus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-minus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-minus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar-minus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar-minus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar-minus-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar-minus-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar-minus-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar-minus-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar-minus-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar-minus-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar-minus-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-minus-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-minus-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar-minus-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar-minus-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar-month/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar-month/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar-month/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar-month/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar-month/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar-month/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar-month/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-month/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-month/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar-month/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar-month/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar-month-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar-month-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar-month-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar-month-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar-month-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar-month-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar-month-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-month-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-month-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar-month-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar-month-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar-plus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar-plus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar-plus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar-plus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar-plus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar-plus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar-plus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-plus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-plus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar-plus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar-plus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar-plus-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar-plus-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar-plus-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar-plus-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar-plus-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar-plus-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar-plus-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-plus-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-plus-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar-plus-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar-plus-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar-range/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar-range/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar-range/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar-range/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar-range/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar-range/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar-range/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-range/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-range/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar-range/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar-range/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar-range-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar-range-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar-range-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar-range-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar-range-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar-range-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar-range-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-range-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-range-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar-range-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar-range-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar-week/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar-week/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar-week/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar-week/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar-week/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar-week/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar-week/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-week/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-week/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar-week/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar-week/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar-week-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar-week-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar-week-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar-week-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar-week-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar-week-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar-week-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-week-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-week-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar-week-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar-week-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar-x/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar-x/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar-x/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar-x/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar-x/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar-x/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar-x/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-x/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-x/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar-x/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar-x/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-calendar-x-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-calendar-x-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-calendar-x-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-calendar-x-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-calendar-x-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-calendar-x-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-calendar-x-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-x-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-calendar-x-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-calendar-x-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-calendar-x-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-camera/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-camera/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-camera/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-camera/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-camera/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-camera/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-camera/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-camera/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-camera/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-camera/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-camera/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-camera2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-camera2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-camera2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-camera2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-camera2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-camera2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-camera2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-camera2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-camera2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-camera2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-camera2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-camera-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-camera-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-camera-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-camera-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-camera-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-camera-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-camera-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-camera-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-camera-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-camera-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-camera-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-camera-reels/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-camera-reels/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-camera-reels/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-camera-reels/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-camera-reels/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-camera-reels/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-camera-reels/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-camera-reels/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-camera-reels/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-camera-reels/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-camera-reels/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-camera-reels-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-camera-reels-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-camera-reels-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-camera-reels-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-camera-reels-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-camera-reels-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-camera-reels-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-camera-reels-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-camera-reels-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-camera-reels-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-camera-reels-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-camera-video/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-camera-video/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-camera-video/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-camera-video/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-camera-video/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-camera-video/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-camera-video/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-camera-video/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-camera-video/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-camera-video/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-camera-video/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-camera-video-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-camera-video-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-camera-video-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-camera-video-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-camera-video-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-camera-video-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-camera-video-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-camera-video-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-camera-video-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-camera-video-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-camera-video-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-camera-video-off/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-camera-video-off/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-camera-video-off/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-camera-video-off/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-camera-video-off/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-camera-video-off/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-camera-video-off/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-camera-video-off/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-camera-video-off/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-camera-video-off/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-camera-video-off/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-camera-video-off-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-camera-video-off-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-camera-video-off-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-camera-video-off-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-camera-video-off-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-camera-video-off-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-camera-video-off-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-camera-video-off-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-camera-video-off-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-camera-video-off-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-camera-video-off-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-capslock/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-capslock/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-capslock/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-capslock/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-capslock/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-capslock/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-capslock/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-capslock/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-capslock/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-capslock/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-capslock/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-capslock-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-capslock-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-capslock-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-capslock-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-capslock-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-capslock-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-capslock-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-capslock-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-capslock-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-capslock-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-capslock-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-card-checklist/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-card-checklist/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-card-checklist/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-card-checklist/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-card-checklist/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-card-checklist/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-card-checklist/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-card-checklist/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-card-checklist/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-card-checklist/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-card-checklist/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-card-heading/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-card-heading/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-card-heading/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-card-heading/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-card-heading/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-card-heading/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-card-heading/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-card-heading/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-card-heading/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-card-heading/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-card-heading/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-card-image/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-card-image/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-card-image/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-card-image/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-card-image/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-card-image/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-card-image/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-card-image/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-card-image/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-card-image/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-card-image/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-card-list/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-card-list/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-card-list/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-card-list/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-card-list/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-card-list/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-card-list/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-card-list/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-card-list/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-card-list/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-card-list/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-card-text/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-card-text/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-card-text/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-card-text/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-card-text/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-card-text/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-card-text/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-card-text/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-card-text/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-card-text/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-card-text/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-caret-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-caret-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-caret-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-caret-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-caret-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-caret-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-caret-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-caret-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-caret-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-caret-down-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-caret-down-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-caret-down-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-caret-down-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-caret-down-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-caret-down-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-caret-down-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-down-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-down-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-caret-down-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-caret-down-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-caret-down-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-caret-down-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-caret-down-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-caret-down-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-caret-down-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-caret-down-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-caret-down-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-down-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-down-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-caret-down-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-caret-down-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-caret-down-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-caret-down-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-caret-down-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-caret-down-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-caret-down-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-caret-down-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-caret-down-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-down-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-down-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-caret-down-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-caret-down-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-caret-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-caret-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-caret-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-caret-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-caret-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-caret-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-caret-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-caret-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-caret-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-caret-left-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-caret-left-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-caret-left-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-caret-left-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-caret-left-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-caret-left-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-caret-left-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-left-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-left-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-caret-left-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-caret-left-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-caret-left-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-caret-left-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-caret-left-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-caret-left-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-caret-left-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-caret-left-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-caret-left-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-left-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-left-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-caret-left-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-caret-left-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-caret-left-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-caret-left-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-caret-left-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-caret-left-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-caret-left-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-caret-left-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-caret-left-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-left-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-left-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-caret-left-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-caret-left-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-caret-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-caret-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-caret-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-caret-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-caret-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-caret-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-caret-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-caret-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-caret-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-caret-right-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-caret-right-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-caret-right-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-caret-right-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-caret-right-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-caret-right-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-caret-right-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-right-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-right-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-caret-right-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-caret-right-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-caret-right-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-caret-right-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-caret-right-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-caret-right-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-caret-right-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-caret-right-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-caret-right-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-right-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-right-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-caret-right-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-caret-right-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-caret-right-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-caret-right-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-caret-right-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-caret-right-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-caret-right-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-caret-right-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-caret-right-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-right-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-right-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-caret-right-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-caret-right-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-caret-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-caret-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-caret-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-caret-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-caret-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-caret-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-caret-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-caret-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-caret-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-caret-up-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-caret-up-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-caret-up-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-caret-up-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-caret-up-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-caret-up-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-caret-up-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-up-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-up-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-caret-up-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-caret-up-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-caret-up-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-caret-up-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-caret-up-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-caret-up-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-caret-up-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-caret-up-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-caret-up-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-up-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-up-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-caret-up-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-caret-up-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-caret-up-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-caret-up-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-caret-up-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-caret-up-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-caret-up-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-caret-up-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-caret-up-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-up-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-caret-up-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-caret-up-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-caret-up-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cart/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cart/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cart/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cart/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cart/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cart/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cart/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cart/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cart/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cart2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cart2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cart2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cart2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cart2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cart2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cart2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cart2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cart2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cart3/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cart3/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cart3/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cart3/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cart3/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cart3/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cart3/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart3/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart3/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cart3/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cart3/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cart4/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cart4/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cart4/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cart4/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cart4/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cart4/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cart4/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart4/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart4/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cart4/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cart4/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cart-check/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cart-check/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cart-check/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cart-check/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cart-check/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cart-check/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cart-check/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart-check/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart-check/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cart-check/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cart-check/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cart-check-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cart-check-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cart-check-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cart-check-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cart-check-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cart-check-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cart-check-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart-check-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart-check-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cart-check-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cart-check-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cart-dash/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cart-dash/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cart-dash/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cart-dash/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cart-dash/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cart-dash/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cart-dash/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart-dash/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart-dash/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cart-dash/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cart-dash/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cart-dash-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cart-dash-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cart-dash-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cart-dash-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cart-dash-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cart-dash-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cart-dash-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart-dash-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart-dash-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cart-dash-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cart-dash-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cart-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cart-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cart-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cart-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cart-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cart-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cart-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cart-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cart-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cart-plus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cart-plus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cart-plus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cart-plus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cart-plus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cart-plus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cart-plus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart-plus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart-plus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cart-plus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cart-plus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cart-plus-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cart-plus-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cart-plus-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cart-plus-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cart-plus-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cart-plus-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cart-plus-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart-plus-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart-plus-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cart-plus-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cart-plus-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cart-x/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cart-x/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cart-x/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cart-x/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cart-x/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cart-x/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cart-x/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart-x/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart-x/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cart-x/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cart-x/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cart-x-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cart-x-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cart-x-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cart-x-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cart-x-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cart-x-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cart-x-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart-x-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cart-x-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cart-x-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cart-x-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cash/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cash/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cash/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cash/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cash/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cash/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cash/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cash/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cash/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cash/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cash/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cash-stack/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cash-stack/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cash-stack/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cash-stack/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cash-stack/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cash-stack/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cash-stack/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cash-stack/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cash-stack/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cash-stack/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cash-stack/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cast/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cast/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cast/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cast/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cast/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cast/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cast/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cast/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cast/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cast/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cast/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-dots/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-dots/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-dots/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-dots/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-dots/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-dots/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-dots/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-dots/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-dots/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-dots/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-dots/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-dots-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-dots-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-dots-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-dots-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-dots-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-dots-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-dots-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-dots-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-dots-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-dots-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-dots-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-left-dots/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-left-dots/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-left-dots/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-left-dots/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-left-dots/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-left-dots/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-left-dots/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-left-dots/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-left-dots/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-left-dots/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-left-dots/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-left-dots-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-left-dots-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-left-dots-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-left-dots-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-left-dots-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-left-dots-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-left-dots-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-left-dots-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-left-dots-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-left-dots-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-left-dots-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-left-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-left-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-left-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-left-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-left-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-left-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-left-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-left-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-left-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-left-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-left-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-left-quote/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-left-quote/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-left-quote/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-left-quote/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-left-quote/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-left-quote/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-left-quote/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-left-quote/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-left-quote/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-left-quote/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-left-quote/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-left-quote-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-left-quote-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-left-quote-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-left-quote-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-left-quote-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-left-quote-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-left-quote-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-left-quote-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-left-quote-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-left-quote-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-left-quote-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-left-text/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-left-text/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-left-text/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-left-text/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-left-text/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-left-text/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-left-text/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-left-text/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-left-text/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-left-text/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-left-text/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-left-text-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-left-text-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-left-text-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-left-text-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-left-text-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-left-text-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-left-text-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-left-text-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-left-text-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-left-text-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-left-text-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-quote/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-quote/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-quote/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-quote/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-quote/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-quote/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-quote/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-quote/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-quote/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-quote/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-quote/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-quote-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-quote-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-quote-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-quote-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-quote-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-quote-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-quote-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-quote-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-quote-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-quote-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-quote-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-right-dots/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-right-dots/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-right-dots/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-right-dots/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-right-dots/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-right-dots/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-right-dots/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-right-dots/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-right-dots/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-right-dots/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-right-dots/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-right-dots-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-right-dots-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-right-dots-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-right-dots-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-right-dots-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-right-dots-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-right-dots-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-right-dots-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-right-dots-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-right-dots-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-right-dots-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-right-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-right-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-right-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-right-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-right-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-right-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-right-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-right-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-right-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-right-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-right-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-right-quote/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-right-quote/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-right-quote/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-right-quote/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-right-quote/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-right-quote/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-right-quote/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-right-quote/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-right-quote/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-right-quote/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-right-quote/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-right-quote-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-right-quote-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-right-quote-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-right-quote-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-right-quote-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-right-quote-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-right-quote-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-right-quote-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-right-quote-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-right-quote-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-right-quote-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-right-text/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-right-text/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-right-text/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-right-text/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-right-text/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-right-text/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-right-text/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-right-text/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-right-text/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-right-text/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-right-text/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-right-text-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-right-text-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-right-text-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-right-text-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-right-text-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-right-text-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-right-text-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-right-text-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-right-text-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-right-text-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-right-text-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-square-dots/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-square-dots/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-square-dots/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-square-dots/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-square-dots/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-square-dots/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-square-dots/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-square-dots/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-square-dots/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-square-dots/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-square-dots/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-square-dots-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-square-dots-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-square-dots-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-square-dots-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-square-dots-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-square-dots-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-square-dots-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-square-dots-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-square-dots-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-square-dots-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-square-dots-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-square-quote/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-square-quote/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-square-quote/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-square-quote/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-square-quote/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-square-quote/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-square-quote/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-square-quote/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-square-quote/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-square-quote/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-square-quote/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-square-quote-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-square-quote-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-square-quote-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-square-quote-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-square-quote-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-square-quote-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-square-quote-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-square-quote-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-square-quote-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-square-quote-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-square-quote-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-square-text/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-square-text/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-square-text/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-square-text/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-square-text/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-square-text/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-square-text/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-square-text/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-square-text/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-square-text/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-square-text/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-square-text-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-square-text-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-square-text-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-square-text-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-square-text-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-square-text-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-square-text-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-square-text-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-square-text-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-square-text-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-square-text-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-text/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-text/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-text/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-text/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-text/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-text/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-text/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-text/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-text/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-text/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-text/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chat-text-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chat-text-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chat-text-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chat-text-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chat-text-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chat-text-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chat-text-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-text-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chat-text-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chat-text-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chat-text-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-check/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-check/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-check/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-check/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-check/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-check/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-check/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-check/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-check/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-check/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-check/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-check2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-check2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-check2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-check2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-check2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-check2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-check2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-check2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-check2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-check2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-check2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-check2-all/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-check2-all/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-check2-all/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-check2-all/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-check2-all/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-check2-all/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-check2-all/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-check2-all/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-check2-all/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-check2-all/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-check2-all/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-check2-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-check2-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-check2-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-check2-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-check2-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-check2-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-check2-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-check2-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-check2-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-check2-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-check2-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-check2-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-check2-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-check2-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-check2-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-check2-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-check2-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-check2-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-check2-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-check2-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-check2-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-check2-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-check-all/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-check-all/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-check-all/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-check-all/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-check-all/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-check-all/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-check-all/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-check-all/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-check-all/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-check-all/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-check-all/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-check-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-check-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-check-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-check-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-check-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-check-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-check-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-check-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-check-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-check-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-check-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-check-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-check-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-check-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-check-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-check-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-check-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-check-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-check-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-check-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-check-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-check-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-check-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-check-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-check-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-check-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-check-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-check-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-check-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-check-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-check-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-check-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-check-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-check-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-check-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-check-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-check-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-check-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-check-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-check-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-check-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-check-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-check-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-check-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chevron-bar-contract/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chevron-bar-contract/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chevron-bar-contract/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chevron-bar-contract/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chevron-bar-contract/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chevron-bar-contract/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chevron-bar-contract/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-bar-contract/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-bar-contract/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chevron-bar-contract/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chevron-bar-contract/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chevron-bar-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chevron-bar-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chevron-bar-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chevron-bar-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chevron-bar-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chevron-bar-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chevron-bar-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-bar-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-bar-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chevron-bar-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chevron-bar-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chevron-bar-expand/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chevron-bar-expand/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chevron-bar-expand/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chevron-bar-expand/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chevron-bar-expand/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chevron-bar-expand/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chevron-bar-expand/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-bar-expand/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-bar-expand/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chevron-bar-expand/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chevron-bar-expand/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chevron-bar-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chevron-bar-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chevron-bar-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chevron-bar-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chevron-bar-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chevron-bar-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chevron-bar-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-bar-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-bar-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chevron-bar-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chevron-bar-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chevron-bar-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chevron-bar-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chevron-bar-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chevron-bar-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chevron-bar-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chevron-bar-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chevron-bar-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-bar-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-bar-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chevron-bar-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chevron-bar-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chevron-bar-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chevron-bar-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chevron-bar-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chevron-bar-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chevron-bar-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chevron-bar-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chevron-bar-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-bar-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-bar-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chevron-bar-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chevron-bar-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chevron-compact-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chevron-compact-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chevron-compact-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chevron-compact-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chevron-compact-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chevron-compact-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chevron-compact-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-compact-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-compact-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chevron-compact-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chevron-compact-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chevron-compact-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chevron-compact-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chevron-compact-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chevron-compact-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chevron-compact-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chevron-compact-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chevron-compact-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-compact-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-compact-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chevron-compact-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chevron-compact-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chevron-compact-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chevron-compact-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chevron-compact-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chevron-compact-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chevron-compact-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chevron-compact-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chevron-compact-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-compact-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-compact-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chevron-compact-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chevron-compact-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chevron-compact-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chevron-compact-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chevron-compact-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chevron-compact-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chevron-compact-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chevron-compact-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chevron-compact-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-compact-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-compact-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chevron-compact-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chevron-compact-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chevron-contract/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chevron-contract/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chevron-contract/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chevron-contract/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chevron-contract/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chevron-contract/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chevron-contract/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-contract/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-contract/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chevron-contract/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chevron-contract/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chevron-double-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chevron-double-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chevron-double-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chevron-double-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chevron-double-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chevron-double-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chevron-double-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-double-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-double-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chevron-double-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chevron-double-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chevron-double-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chevron-double-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chevron-double-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chevron-double-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chevron-double-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chevron-double-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chevron-double-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-double-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-double-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chevron-double-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chevron-double-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chevron-double-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chevron-double-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chevron-double-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chevron-double-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chevron-double-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chevron-double-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chevron-double-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-double-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-double-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chevron-double-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chevron-double-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chevron-double-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chevron-double-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chevron-double-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chevron-double-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chevron-double-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chevron-double-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chevron-double-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-double-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-double-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chevron-double-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chevron-double-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chevron-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chevron-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chevron-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chevron-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chevron-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chevron-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chevron-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chevron-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chevron-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chevron-expand/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chevron-expand/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chevron-expand/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chevron-expand/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chevron-expand/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chevron-expand/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chevron-expand/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-expand/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-expand/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chevron-expand/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chevron-expand/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chevron-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chevron-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chevron-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chevron-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chevron-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chevron-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chevron-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chevron-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chevron-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chevron-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chevron-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chevron-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chevron-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chevron-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chevron-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chevron-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chevron-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chevron-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-chevron-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-chevron-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-chevron-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-chevron-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-chevron-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-chevron-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-chevron-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-chevron-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-chevron-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-chevron-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-circle-half/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-circle-half/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-circle-half/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-circle-half/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-circle-half/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-circle-half/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-circle-half/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-circle-half/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-circle-half/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-circle-half/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-circle-half/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-circle-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-circle-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-circle-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-circle-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-circle-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-circle-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-circle-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-circle-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-circle-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-circle-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-circle-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-clipboard/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-clipboard/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-clipboard/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-clipboard/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-clipboard/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-clipboard/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-clipboard/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-clipboard/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-clipboard/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-clipboard/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-clipboard/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-clipboard-check/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-clipboard-check/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-clipboard-check/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-clipboard-check/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-clipboard-check/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-clipboard-check/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-clipboard-check/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-clipboard-check/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-clipboard-check/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-clipboard-check/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-clipboard-check/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-clipboard-data/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-clipboard-data/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-clipboard-data/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-clipboard-data/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-clipboard-data/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-clipboard-data/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-clipboard-data/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-clipboard-data/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-clipboard-data/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-clipboard-data/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-clipboard-data/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-clipboard-minus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-clipboard-minus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-clipboard-minus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-clipboard-minus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-clipboard-minus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-clipboard-minus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-clipboard-minus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-clipboard-minus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-clipboard-minus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-clipboard-minus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-clipboard-minus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-clipboard-plus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-clipboard-plus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-clipboard-plus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-clipboard-plus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-clipboard-plus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-clipboard-plus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-clipboard-plus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-clipboard-plus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-clipboard-plus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-clipboard-plus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-clipboard-plus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-clipboard-x/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-clipboard-x/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-clipboard-x/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-clipboard-x/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-clipboard-x/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-clipboard-x/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-clipboard-x/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-clipboard-x/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-clipboard-x/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-clipboard-x/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-clipboard-x/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-clock/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-clock/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-clock/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-clock/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-clock/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-clock/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-clock/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-clock/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-clock/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-clock/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-clock/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-clock-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-clock-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-clock-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-clock-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-clock-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-clock-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-clock-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-clock-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-clock-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-clock-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-clock-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-clock-history/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-clock-history/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-clock-history/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-clock-history/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-clock-history/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-clock-history/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-clock-history/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-clock-history/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-clock-history/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-clock-history/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-clock-history/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cloud/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cloud/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cloud/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cloud/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cloud/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cloud/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cloud/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cloud/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cloud/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cloud-arrow-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cloud-arrow-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cloud-arrow-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cloud-arrow-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cloud-arrow-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cloud-arrow-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cloud-arrow-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-arrow-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-arrow-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cloud-arrow-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cloud-arrow-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cloud-arrow-down-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cloud-arrow-down-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cloud-arrow-down-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cloud-arrow-down-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cloud-arrow-down-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cloud-arrow-down-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cloud-arrow-down-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-arrow-down-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-arrow-down-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cloud-arrow-down-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cloud-arrow-down-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cloud-arrow-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cloud-arrow-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cloud-arrow-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cloud-arrow-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cloud-arrow-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cloud-arrow-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cloud-arrow-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-arrow-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-arrow-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cloud-arrow-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cloud-arrow-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cloud-arrow-up-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cloud-arrow-up-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cloud-arrow-up-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cloud-arrow-up-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cloud-arrow-up-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cloud-arrow-up-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cloud-arrow-up-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-arrow-up-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-arrow-up-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cloud-arrow-up-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cloud-arrow-up-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cloud-check/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cloud-check/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cloud-check/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cloud-check/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cloud-check/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cloud-check/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cloud-check/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-check/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-check/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cloud-check/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cloud-check/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cloud-check-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cloud-check-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cloud-check-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cloud-check-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cloud-check-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cloud-check-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cloud-check-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-check-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-check-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cloud-check-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cloud-check-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cloud-download/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cloud-download/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cloud-download/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cloud-download/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cloud-download/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cloud-download/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cloud-download/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-download/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-download/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cloud-download/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cloud-download/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cloud-download-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cloud-download-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cloud-download-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cloud-download-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cloud-download-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cloud-download-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cloud-download-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-download-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-download-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cloud-download-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cloud-download-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cloud-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cloud-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cloud-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cloud-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cloud-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cloud-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cloud-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cloud-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cloud-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cloud-minus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cloud-minus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cloud-minus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cloud-minus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cloud-minus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cloud-minus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cloud-minus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-minus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-minus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cloud-minus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cloud-minus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cloud-minus-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cloud-minus-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cloud-minus-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cloud-minus-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cloud-minus-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cloud-minus-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cloud-minus-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-minus-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-minus-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cloud-minus-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cloud-minus-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cloud-plus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cloud-plus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cloud-plus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cloud-plus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cloud-plus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cloud-plus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cloud-plus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-plus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-plus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cloud-plus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cloud-plus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cloud-plus-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cloud-plus-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cloud-plus-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cloud-plus-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cloud-plus-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cloud-plus-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cloud-plus-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-plus-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-plus-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cloud-plus-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cloud-plus-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cloud-slash/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cloud-slash/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cloud-slash/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cloud-slash/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cloud-slash/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cloud-slash/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cloud-slash/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-slash/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-slash/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cloud-slash/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cloud-slash/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cloud-slash-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cloud-slash-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cloud-slash-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cloud-slash-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cloud-slash-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cloud-slash-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cloud-slash-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-slash-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-slash-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cloud-slash-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cloud-slash-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cloud-upload/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cloud-upload/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cloud-upload/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cloud-upload/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cloud-upload/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cloud-upload/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cloud-upload/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-upload/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-upload/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cloud-upload/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cloud-upload/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cloud-upload-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cloud-upload-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cloud-upload-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cloud-upload-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cloud-upload-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cloud-upload-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cloud-upload-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-upload-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cloud-upload-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cloud-upload-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cloud-upload-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-code/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-code/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-code/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-code/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-code/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-code/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-code/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-code/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-code/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-code/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-code/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-code-slash/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-code-slash/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-code-slash/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-code-slash/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-code-slash/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-code-slash/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-code-slash/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-code-slash/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-code-slash/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-code-slash/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-code-slash/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-code-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-code-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-code-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-code-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-code-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-code-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-code-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-code-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-code-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-code-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-code-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-collection/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-collection/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-collection/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-collection/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-collection/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-collection/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-collection/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-collection/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-collection/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-collection/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-collection/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-collection-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-collection-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-collection-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-collection-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-collection-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-collection-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-collection-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-collection-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-collection-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-collection-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-collection-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-collection-play/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-collection-play/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-collection-play/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-collection-play/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-collection-play/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-collection-play/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-collection-play/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-collection-play/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-collection-play/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-collection-play/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-collection-play/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-collection-play-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-collection-play-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-collection-play-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-collection-play-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-collection-play-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-collection-play-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-collection-play-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-collection-play-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-collection-play-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-collection-play-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-collection-play-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-columns/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-columns/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-columns/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-columns/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-columns/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-columns/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-columns/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-columns/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-columns/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-columns/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-columns/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-columns-gap/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-columns-gap/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-columns-gap/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-columns-gap/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-columns-gap/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-columns-gap/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-columns-gap/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-columns-gap/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-columns-gap/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-columns-gap/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-columns-gap/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-command/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-command/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-command/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-command/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-command/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-command/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-command/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-command/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-command/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-command/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-command/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-compass/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-compass/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-compass/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-compass/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-compass/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-compass/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-compass/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-compass/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-compass/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-compass/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-compass/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-compass-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-compass-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-compass-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-compass-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-compass-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-compass-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-compass-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-compass-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-compass-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-compass-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-compass-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cone/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cone/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cone/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cone/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cone/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cone/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cone/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cone/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cone/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cone/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cone/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cone-striped/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cone-striped/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cone-striped/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cone-striped/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cone-striped/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cone-striped/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cone-striped/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cone-striped/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cone-striped/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cone-striped/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cone-striped/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-controller/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-controller/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-controller/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-controller/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-controller/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-controller/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-controller/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-controller/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-controller/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-controller/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-controller/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cpu/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cpu/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cpu/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cpu/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cpu/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cpu/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cpu/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cpu/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cpu/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cpu/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cpu/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cpu-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cpu-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cpu-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cpu-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cpu-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cpu-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cpu-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cpu-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cpu-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cpu-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cpu-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-credit-card/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-credit-card/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-credit-card/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-credit-card/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-credit-card/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-credit-card/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-credit-card/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-credit-card/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-credit-card/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-credit-card/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-credit-card/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-credit-card2-back/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-credit-card2-back/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-credit-card2-back/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-credit-card2-back/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-credit-card2-back/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-credit-card2-back/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-credit-card2-back/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-credit-card2-back/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-credit-card2-back/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-credit-card2-back/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-credit-card2-back/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-credit-card2-back-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-credit-card2-back-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-credit-card2-back-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-credit-card2-back-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-credit-card2-back-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-credit-card2-back-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-credit-card2-back-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-credit-card2-back-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-credit-card2-back-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-credit-card2-back-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-credit-card2-back-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-credit-card2-front/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-credit-card2-front/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-credit-card2-front/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-credit-card2-front/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-credit-card2-front/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-credit-card2-front/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-credit-card2-front/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-credit-card2-front/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-credit-card2-front/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-credit-card2-front/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-credit-card2-front/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-credit-card2-front-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-credit-card2-front-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-credit-card2-front-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-credit-card2-front-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-credit-card2-front-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-credit-card2-front-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-credit-card2-front-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-credit-card2-front-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-credit-card2-front-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-credit-card2-front-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-credit-card2-front-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-credit-card-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-credit-card-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-credit-card-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-credit-card-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-credit-card-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-credit-card-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-credit-card-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-credit-card-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-credit-card-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-credit-card-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-credit-card-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-crop/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-crop/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-crop/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-crop/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-crop/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-crop/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-crop/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-crop/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-crop/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-crop/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-crop/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cup/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cup/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cup/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cup/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cup/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cup/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cup/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cup/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cup/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cup/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cup/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cup-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cup-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cup-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cup-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cup-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cup-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cup-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cup-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cup-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cup-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cup-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cup-straw/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cup-straw/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cup-straw/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cup-straw/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cup-straw/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cup-straw/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cup-straw/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cup-straw/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cup-straw/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cup-straw/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cup-straw/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cursor/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cursor/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cursor/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cursor/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cursor/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cursor/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cursor/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cursor/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cursor/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cursor/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cursor/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cursor-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cursor-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cursor-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cursor-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cursor-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cursor-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cursor-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cursor-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cursor-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cursor-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cursor-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-cursor-text/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-cursor-text/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-cursor-text/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-cursor-text/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-cursor-text/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-cursor-text/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-cursor-text/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-cursor-text/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-cursor-text/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-cursor-text/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-cursor-text/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-dash/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-dash/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-dash/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-dash/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-dash/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-dash/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-dash/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-dash/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-dash/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-dash/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-dash/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-dash-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-dash-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-dash-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-dash-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-dash-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-dash-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-dash-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-dash-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-dash-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-dash-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-dash-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-dash-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-dash-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-dash-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-dash-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-dash-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-dash-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-dash-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-dash-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-dash-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-dash-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-dash-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-dash-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-dash-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-dash-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-dash-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-dash-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-dash-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-dash-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-dash-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-dash-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-dash-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-dash-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-dash-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-dash-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-dash-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-dash-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-dash-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-dash-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-dash-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-dash-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-dash-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-dash-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-dash-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-diagram2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-diagram2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-diagram2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-diagram2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-diagram2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-diagram2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-diagram2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-diagram2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-diagram2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-diagram2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-diagram2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-diagram2-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-diagram2-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-diagram2-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-diagram2-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-diagram2-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-diagram2-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-diagram2-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-diagram2-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-diagram2-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-diagram2-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-diagram2-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-diagram3/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-diagram3/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-diagram3/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-diagram3/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-diagram3/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-diagram3/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-diagram3/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-diagram3/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-diagram3/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-diagram3/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-diagram3/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-diagram3-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-diagram3-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-diagram3-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-diagram3-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-diagram3-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-diagram3-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-diagram3-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-diagram3-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-diagram3-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-diagram3-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-diagram3-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-diamond/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-diamond/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-diamond/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-diamond/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-diamond/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-diamond/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-diamond/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-diamond/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-diamond/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-diamond/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-diamond/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-diamond-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-diamond-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-diamond-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-diamond-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-diamond-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-diamond-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-diamond-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-diamond-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-diamond-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-diamond-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-diamond-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-diamond-half/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-diamond-half/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-diamond-half/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-diamond-half/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-diamond-half/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-diamond-half/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-diamond-half/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-diamond-half/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-diamond-half/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-diamond-half/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-diamond-half/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-dice1/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-dice1/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-dice1/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-dice1/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-dice1/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-dice1/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-dice1/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice1/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice1/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-dice1/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-dice1/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-dice1-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-dice1-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-dice1-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-dice1-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-dice1-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-dice1-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-dice1-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice1-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice1-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-dice1-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-dice1-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-dice2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-dice2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-dice2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-dice2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-dice2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-dice2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-dice2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-dice2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-dice2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-dice2-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-dice2-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-dice2-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-dice2-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-dice2-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-dice2-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-dice2-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice2-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice2-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-dice2-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-dice2-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-dice3/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-dice3/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-dice3/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-dice3/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-dice3/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-dice3/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-dice3/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice3/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice3/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-dice3/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-dice3/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-dice3-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-dice3-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-dice3-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-dice3-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-dice3-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-dice3-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-dice3-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice3-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice3-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-dice3-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-dice3-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-dice4/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-dice4/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-dice4/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-dice4/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-dice4/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-dice4/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-dice4/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice4/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice4/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-dice4/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-dice4/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-dice4-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-dice4-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-dice4-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-dice4-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-dice4-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-dice4-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-dice4-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice4-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice4-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-dice4-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-dice4-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-dice5/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-dice5/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-dice5/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-dice5/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-dice5/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-dice5/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-dice5/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice5/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice5/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-dice5/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-dice5/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-dice5-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-dice5-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-dice5-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-dice5-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-dice5-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-dice5-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-dice5-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice5-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice5-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-dice5-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-dice5-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-dice6/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-dice6/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-dice6/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-dice6/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-dice6/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-dice6/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-dice6/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice6/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice6/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-dice6/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-dice6/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-dice6-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-dice6-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-dice6-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-dice6-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-dice6-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-dice6-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-dice6-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice6-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-dice6-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-dice6-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-dice6-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-disc/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-disc/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-disc/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-disc/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-disc/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-disc/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-disc/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-disc/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-disc/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-disc/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-disc/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-disc-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-disc-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-disc-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-disc-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-disc-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-disc-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-disc-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-disc-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-disc-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-disc-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-disc-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-discord/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-discord/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-discord/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-discord/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-discord/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-discord/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-discord/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-discord/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-discord/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-discord/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-discord/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-display/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-display/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-display/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-display/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-display/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-display/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-display/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-display/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-display/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-display/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-display/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-display-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-display-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-display-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-display-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-display-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-display-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-display-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-display-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-display-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-display-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-display-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-distribute-horizontal/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-distribute-horizontal/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-distribute-horizontal/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-distribute-horizontal/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-distribute-horizontal/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-distribute-horizontal/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-distribute-horizontal/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-distribute-horizontal/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-distribute-horizontal/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-distribute-horizontal/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-distribute-horizontal/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-distribute-vertical/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-distribute-vertical/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-distribute-vertical/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-distribute-vertical/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-distribute-vertical/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-distribute-vertical/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-distribute-vertical/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-distribute-vertical/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-distribute-vertical/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-distribute-vertical/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-distribute-vertical/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-door-closed/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-door-closed/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-door-closed/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-door-closed/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-door-closed/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-door-closed/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-door-closed/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-door-closed/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-door-closed/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-door-closed/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-door-closed/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-door-closed-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-door-closed-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-door-closed-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-door-closed-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-door-closed-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-door-closed-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-door-closed-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-door-closed-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-door-closed-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-door-closed-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-door-closed-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-door-open/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-door-open/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-door-open/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-door-open/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-door-open/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-door-open/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-door-open/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-door-open/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-door-open/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-door-open/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-door-open/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-door-open-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-door-open-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-door-open-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-door-open-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-door-open-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-door-open-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-door-open-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-door-open-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-door-open-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-door-open-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-door-open-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-dot/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-dot/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-dot/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-dot/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-dot/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-dot/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-dot/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-dot/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-dot/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-dot/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-dot/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-download/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-download/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-download/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-download/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-download/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-download/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-download/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-download/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-download/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-download/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-download/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-droplet/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-droplet/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-droplet/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-droplet/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-droplet/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-droplet/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-droplet/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-droplet/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-droplet/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-droplet/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-droplet/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-droplet-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-droplet-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-droplet-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-droplet-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-droplet-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-droplet-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-droplet-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-droplet-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-droplet-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-droplet-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-droplet-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-droplet-half/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-droplet-half/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-droplet-half/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-droplet-half/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-droplet-half/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-droplet-half/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-droplet-half/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-droplet-half/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-droplet-half/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-droplet-half/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-droplet-half/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-earbuds/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-earbuds/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-earbuds/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-earbuds/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-earbuds/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-earbuds/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-earbuds/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-earbuds/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-earbuds/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-earbuds/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-earbuds/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-easel/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-easel/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-easel/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-easel/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-easel/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-easel/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-easel/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-easel/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-easel/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-easel/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-easel/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-easel-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-easel-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-easel-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-easel-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-easel-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-easel-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-easel-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-easel-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-easel-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-easel-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-easel-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-egg/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-egg/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-egg/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-egg/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-egg/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-egg/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-egg/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-egg/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-egg/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-egg/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-egg/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-egg-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-egg-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-egg-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-egg-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-egg-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-egg-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-egg-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-egg-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-egg-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-egg-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-egg-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-egg-fried/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-egg-fried/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-egg-fried/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-egg-fried/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-egg-fried/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-egg-fried/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-egg-fried/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-egg-fried/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-egg-fried/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-egg-fried/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-egg-fried/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-eject/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-eject/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-eject/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-eject/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-eject/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-eject/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-eject/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-eject/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-eject/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-eject/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-eject/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-eject-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-eject-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-eject-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-eject-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-eject-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-eject-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-eject-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-eject-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-eject-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-eject-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-eject-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-angry/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-angry/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-angry/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-angry/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-angry/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-angry/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-angry/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-angry/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-angry/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-angry/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-angry/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-angry-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-angry-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-angry-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-angry-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-angry-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-angry-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-angry-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-angry-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-angry-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-angry-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-angry-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-dizzy/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-dizzy/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-dizzy/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-dizzy/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-dizzy/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-dizzy/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-dizzy/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-dizzy/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-dizzy/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-dizzy/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-dizzy/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-dizzy-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-dizzy-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-dizzy-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-dizzy-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-dizzy-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-dizzy-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-dizzy-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-dizzy-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-dizzy-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-dizzy-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-dizzy-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-expressionless/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-expressionless/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-expressionless/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-expressionless/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-expressionless/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-expressionless/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-expressionless/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-expressionless/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-expressionless/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-expressionless/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-expressionless/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-expressionless-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-expressionless-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-expressionless-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-expressionless-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-expressionless-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-expressionless-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-expressionless-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-expressionless-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-expressionless-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-expressionless-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-expressionless-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-frown/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-frown/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-frown/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-frown/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-frown/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-frown/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-frown/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-frown/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-frown/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-frown/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-frown/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-frown-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-frown-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-frown-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-frown-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-frown-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-frown-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-frown-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-frown-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-frown-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-frown-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-frown-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-heart-eyes/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-heart-eyes/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-heart-eyes/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-heart-eyes/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-heart-eyes/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-heart-eyes/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-heart-eyes/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-heart-eyes/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-heart-eyes/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-heart-eyes/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-heart-eyes/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-heart-eyes-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-heart-eyes-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-heart-eyes-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-heart-eyes-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-heart-eyes-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-heart-eyes-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-heart-eyes-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-heart-eyes-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-heart-eyes-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-heart-eyes-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-heart-eyes-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-laughing/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-laughing/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-laughing/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-laughing/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-laughing/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-laughing/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-laughing/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-laughing/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-laughing/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-laughing/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-laughing/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-laughing-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-laughing-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-laughing-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-laughing-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-laughing-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-laughing-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-laughing-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-laughing-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-laughing-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-laughing-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-laughing-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-neutral/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-neutral/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-neutral/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-neutral/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-neutral/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-neutral/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-neutral/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-neutral/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-neutral/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-neutral/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-neutral/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-neutral-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-neutral-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-neutral-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-neutral-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-neutral-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-neutral-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-neutral-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-neutral-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-neutral-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-neutral-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-neutral-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-smile/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-smile/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-smile/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-smile/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-smile/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-smile/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-smile/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-smile/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-smile/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-smile/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-smile/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-smile-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-smile-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-smile-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-smile-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-smile-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-smile-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-smile-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-smile-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-smile-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-smile-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-smile-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-smile-upside-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-smile-upside-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-smile-upside-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-smile-upside-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-smile-upside-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-smile-upside-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-smile-upside-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-smile-upside-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-smile-upside-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-smile-upside-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-smile-upside-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-smile-upside-down-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-smile-upside-down-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-smile-upside-down-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-smile-upside-down-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-smile-upside-down-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-smile-upside-down-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-smile-upside-down-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-smile-upside-down-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-smile-upside-down-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-smile-upside-down-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-smile-upside-down-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-sunglasses/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-sunglasses/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-sunglasses/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-sunglasses/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-sunglasses/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-sunglasses/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-sunglasses/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-sunglasses/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-sunglasses/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-sunglasses/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-sunglasses/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-sunglasses-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-sunglasses-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-sunglasses-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-sunglasses-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-sunglasses-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-sunglasses-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-sunglasses-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-sunglasses-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-sunglasses-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-sunglasses-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-sunglasses-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-wink/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-wink/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-wink/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-wink/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-wink/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-wink/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-wink/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-wink/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-wink/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-wink/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-wink/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-emoji-wink-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-emoji-wink-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-emoji-wink-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-emoji-wink-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-emoji-wink-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-emoji-wink-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-emoji-wink-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-wink-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-emoji-wink-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-emoji-wink-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-emoji-wink-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-envelope/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-envelope/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-envelope/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-envelope/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-envelope/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-envelope/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-envelope/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-envelope/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-envelope/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-envelope/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-envelope/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-envelope-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-envelope-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-envelope-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-envelope-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-envelope-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-envelope-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-envelope-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-envelope-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-envelope-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-envelope-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-envelope-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-envelope-open/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-envelope-open/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-envelope-open/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-envelope-open/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-envelope-open/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-envelope-open/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-envelope-open/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-envelope-open/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-envelope-open/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-envelope-open/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-envelope-open/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-envelope-open-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-envelope-open-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-envelope-open-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-envelope-open-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-envelope-open-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-envelope-open-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-envelope-open-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-envelope-open-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-envelope-open-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-envelope-open-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-envelope-open-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-exclamation/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-exclamation/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-exclamation/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-exclamation/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-exclamation/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-exclamation/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-exclamation/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-exclamation/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-exclamation/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-exclamation-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-exclamation-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-exclamation-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-exclamation-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-exclamation-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-exclamation-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-exclamation-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-exclamation-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-exclamation-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-exclamation-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-exclamation-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-exclamation-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-exclamation-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-exclamation-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-exclamation-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-exclamation-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-exclamation-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-exclamation-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-exclamation-diamond/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-exclamation-diamond/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-exclamation-diamond/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-exclamation-diamond/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-exclamation-diamond/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-exclamation-diamond/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-exclamation-diamond/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation-diamond/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation-diamond/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-exclamation-diamond/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-exclamation-diamond/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-exclamation-diamond-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-exclamation-diamond-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-exclamation-diamond-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-exclamation-diamond-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-exclamation-diamond-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-exclamation-diamond-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-exclamation-diamond-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation-diamond-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation-diamond-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-exclamation-diamond-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-exclamation-diamond-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-exclamation-octagon/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-exclamation-octagon/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-exclamation-octagon/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-exclamation-octagon/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-exclamation-octagon/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-exclamation-octagon/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-exclamation-octagon/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation-octagon/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation-octagon/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-exclamation-octagon/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-exclamation-octagon/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-exclamation-octagon-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-exclamation-octagon-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-exclamation-octagon-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-exclamation-octagon-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-exclamation-octagon-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-exclamation-octagon-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-exclamation-octagon-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation-octagon-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation-octagon-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-exclamation-octagon-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-exclamation-octagon-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-exclamation-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-exclamation-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-exclamation-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-exclamation-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-exclamation-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-exclamation-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-exclamation-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-exclamation-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-exclamation-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-exclamation-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-exclamation-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-exclamation-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-exclamation-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-exclamation-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-exclamation-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-exclamation-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-exclamation-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-exclamation-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-exclamation-triangle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-exclamation-triangle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-exclamation-triangle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-exclamation-triangle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-exclamation-triangle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-exclamation-triangle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-exclamation-triangle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation-triangle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation-triangle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-exclamation-triangle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-exclamation-triangle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-exclamation-triangle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-exclamation-triangle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-exclamation-triangle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-exclamation-triangle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-exclamation-triangle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-exclamation-triangle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-exclamation-triangle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation-triangle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclamation-triangle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-exclamation-triangle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-exclamation-triangle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-exclude/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-exclude/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-exclude/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-exclude/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-exclude/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-exclude/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-exclude/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclude/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-exclude/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-exclude/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-exclude/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-eye/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-eye/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-eye/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-eye/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-eye/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-eye/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-eye/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-eye/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-eye/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-eye/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-eye/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-eye-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-eye-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-eye-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-eye-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-eye-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-eye-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-eye-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-eye-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-eye-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-eye-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-eye-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-eye-slash/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-eye-slash/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-eye-slash/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-eye-slash/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-eye-slash/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-eye-slash/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-eye-slash/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-eye-slash/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-eye-slash/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-eye-slash/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-eye-slash/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-eye-slash-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-eye-slash-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-eye-slash-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-eye-slash-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-eye-slash-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-eye-slash-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-eye-slash-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-eye-slash-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-eye-slash-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-eye-slash-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-eye-slash-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-eyeglasses/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-eyeglasses/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-eyeglasses/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-eyeglasses/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-eyeglasses/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-eyeglasses/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-eyeglasses/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-eyeglasses/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-eyeglasses/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-eyeglasses/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-eyeglasses/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-facebook/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-facebook/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-facebook/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-facebook/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-facebook/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-facebook/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-facebook/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-facebook/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-facebook/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-facebook/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-facebook/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-arrow-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-arrow-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-arrow-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-arrow-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-arrow-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-arrow-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-arrow-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-arrow-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-arrow-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-arrow-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-arrow-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-arrow-down-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-arrow-down-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-arrow-down-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-arrow-down-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-arrow-down-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-arrow-down-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-arrow-down-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-arrow-down-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-arrow-down-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-arrow-down-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-arrow-down-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-arrow-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-arrow-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-arrow-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-arrow-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-arrow-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-arrow-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-arrow-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-arrow-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-arrow-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-arrow-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-arrow-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-arrow-up-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-arrow-up-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-arrow-up-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-arrow-up-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-arrow-up-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-arrow-up-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-arrow-up-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-arrow-up-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-arrow-up-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-arrow-up-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-arrow-up-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-bar-graph/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-bar-graph/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-bar-graph/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-bar-graph/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-bar-graph/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-bar-graph/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-bar-graph/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-bar-graph/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-bar-graph/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-bar-graph/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-bar-graph/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-bar-graph-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-bar-graph-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-bar-graph-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-bar-graph-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-bar-graph-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-bar-graph-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-bar-graph-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-bar-graph-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-bar-graph-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-bar-graph-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-bar-graph-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-binary/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-binary/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-binary/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-binary/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-binary/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-binary/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-binary/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-binary/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-binary/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-binary/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-binary/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-binary-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-binary-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-binary-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-binary-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-binary-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-binary-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-binary-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-binary-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-binary-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-binary-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-binary-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-break/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-break/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-break/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-break/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-break/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-break/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-break/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-break/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-break/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-break/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-break/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-break-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-break-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-break-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-break-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-break-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-break-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-break-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-break-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-break-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-break-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-break-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-check/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-check/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-check/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-check/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-check/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-check/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-check/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-check/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-check/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-check/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-check/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-check-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-check-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-check-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-check-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-check-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-check-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-check-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-check-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-check-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-check-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-check-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-code/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-code/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-code/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-code/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-code/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-code/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-code/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-code/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-code/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-code/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-code/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-code-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-code-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-code-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-code-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-code-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-code-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-code-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-code-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-code-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-code-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-code-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-diff/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-diff/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-diff/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-diff/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-diff/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-diff/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-diff/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-diff/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-diff/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-diff/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-diff/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-diff-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-diff-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-diff-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-diff-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-diff-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-diff-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-diff-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-diff-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-diff-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-diff-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-diff-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-arrow-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-arrow-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-arrow-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-arrow-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-arrow-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-arrow-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-arrow-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-arrow-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-arrow-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-arrow-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-arrow-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-arrow-down-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-arrow-down-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-arrow-down-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-arrow-down-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-arrow-down-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-arrow-down-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-arrow-down-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-arrow-down-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-arrow-down-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-arrow-down-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-arrow-down-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-arrow-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-arrow-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-arrow-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-arrow-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-arrow-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-arrow-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-arrow-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-arrow-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-arrow-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-arrow-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-arrow-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-arrow-up-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-arrow-up-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-arrow-up-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-arrow-up-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-arrow-up-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-arrow-up-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-arrow-up-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-arrow-up-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-arrow-up-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-arrow-up-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-arrow-up-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-bar-graph/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-bar-graph/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-bar-graph/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-bar-graph/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-bar-graph/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-bar-graph/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-bar-graph/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-bar-graph/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-bar-graph/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-bar-graph/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-bar-graph/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-bar-graph-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-bar-graph-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-bar-graph-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-bar-graph-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-bar-graph-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-bar-graph-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-bar-graph-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-bar-graph-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-bar-graph-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-bar-graph-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-bar-graph-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-binary/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-binary/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-binary/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-binary/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-binary/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-binary/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-binary/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-binary/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-binary/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-binary/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-binary/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-binary-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-binary-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-binary-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-binary-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-binary-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-binary-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-binary-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-binary-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-binary-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-binary-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-binary-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-break/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-break/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-break/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-break/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-break/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-break/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-break/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-break/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-break/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-break/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-break/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-break-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-break-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-break-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-break-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-break-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-break-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-break-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-break-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-break-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-break-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-break-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-check/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-check/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-check/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-check/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-check/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-check/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-check/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-check/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-check/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-check/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-check/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-check-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-check-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-check-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-check-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-check-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-check-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-check-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-check-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-check-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-check-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-check-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-code/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-code/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-code/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-code/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-code/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-code/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-code/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-code/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-code/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-code/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-code/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-code-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-code-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-code-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-code-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-code-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-code-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-code-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-code-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-code-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-code-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-code-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-diff/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-diff/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-diff/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-diff/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-diff/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-diff/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-diff/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-diff/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-diff/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-diff/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-diff/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-diff-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-diff-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-diff-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-diff-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-diff-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-diff-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-diff-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-diff-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-diff-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-diff-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-diff-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-easel/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-easel/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-easel/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-easel/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-easel/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-easel/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-easel/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-easel/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-easel/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-easel/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-easel/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-easel-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-easel-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-easel-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-easel-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-easel-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-easel-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-easel-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-easel-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-easel-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-easel-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-easel-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-excel/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-excel/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-excel/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-excel/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-excel/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-excel/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-excel/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-excel/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-excel/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-excel/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-excel/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-excel-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-excel-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-excel-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-excel-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-excel-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-excel-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-excel-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-excel-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-excel-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-excel-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-excel-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-font/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-font/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-font/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-font/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-font/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-font/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-font/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-font/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-font/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-font/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-font/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-font-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-font-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-font-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-font-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-font-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-font-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-font-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-font-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-font-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-font-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-font-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-image/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-image/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-image/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-image/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-image/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-image/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-image/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-image/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-image/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-image/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-image/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-image-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-image-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-image-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-image-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-image-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-image-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-image-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-image-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-image-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-image-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-image-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-lock/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-lock/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-lock/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-lock/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-lock/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-lock/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-lock/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-lock/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-lock/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-lock/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-lock/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-lock2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-lock2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-lock2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-lock2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-lock2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-lock2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-lock2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-lock2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-lock2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-lock2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-lock2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-lock2-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-lock2-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-lock2-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-lock2-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-lock2-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-lock2-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-lock2-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-lock2-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-lock2-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-lock2-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-lock2-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-lock-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-lock-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-lock-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-lock-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-lock-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-lock-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-lock-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-lock-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-lock-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-lock-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-lock-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-medical/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-medical/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-medical/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-medical/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-medical/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-medical/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-medical/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-medical/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-medical/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-medical/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-medical/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-medical-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-medical-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-medical-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-medical-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-medical-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-medical-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-medical-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-medical-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-medical-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-medical-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-medical-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-minus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-minus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-minus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-minus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-minus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-minus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-minus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-minus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-minus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-minus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-minus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-minus-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-minus-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-minus-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-minus-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-minus-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-minus-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-minus-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-minus-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-minus-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-minus-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-minus-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-music/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-music/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-music/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-music/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-music/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-music/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-music/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-music/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-music/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-music/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-music/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-music-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-music-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-music-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-music-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-music-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-music-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-music-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-music-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-music-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-music-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-music-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-person/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-person/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-person/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-person/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-person/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-person/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-person/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-person/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-person/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-person/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-person/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-person-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-person-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-person-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-person-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-person-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-person-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-person-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-person-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-person-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-person-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-person-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-play/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-play/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-play/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-play/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-play/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-play/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-play/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-play/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-play/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-play/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-play/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-play-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-play-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-play-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-play-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-play-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-play-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-play-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-play-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-play-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-play-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-play-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-plus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-plus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-plus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-plus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-plus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-plus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-plus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-plus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-plus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-plus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-plus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-plus-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-plus-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-plus-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-plus-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-plus-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-plus-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-plus-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-plus-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-plus-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-plus-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-plus-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-post/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-post/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-post/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-post/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-post/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-post/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-post/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-post/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-post/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-post/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-post/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-post-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-post-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-post-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-post-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-post-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-post-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-post-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-post-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-post-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-post-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-post-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-ppt/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-ppt/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-ppt/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-ppt/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-ppt/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-ppt/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-ppt/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-ppt/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-ppt/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-ppt/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-ppt/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-ppt-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-ppt-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-ppt-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-ppt-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-ppt-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-ppt-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-ppt-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-ppt-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-ppt-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-ppt-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-ppt-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-richtext/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-richtext/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-richtext/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-richtext/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-richtext/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-richtext/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-richtext/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-richtext/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-richtext/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-richtext/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-richtext/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-richtext-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-richtext-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-richtext-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-richtext-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-richtext-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-richtext-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-richtext-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-richtext-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-richtext-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-richtext-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-richtext-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-ruled/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-ruled/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-ruled/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-ruled/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-ruled/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-ruled/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-ruled/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-ruled/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-ruled/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-ruled/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-ruled/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-ruled-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-ruled-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-ruled-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-ruled-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-ruled-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-ruled-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-ruled-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-ruled-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-ruled-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-ruled-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-ruled-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-slides/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-slides/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-slides/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-slides/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-slides/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-slides/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-slides/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-slides/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-slides/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-slides/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-slides/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-slides-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-slides-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-slides-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-slides-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-slides-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-slides-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-slides-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-slides-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-slides-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-slides-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-slides-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-spreadsheet/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-spreadsheet/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-spreadsheet/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-spreadsheet/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-spreadsheet/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-spreadsheet/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-spreadsheet/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-spreadsheet/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-spreadsheet/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-spreadsheet/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-spreadsheet/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-spreadsheet-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-spreadsheet-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-spreadsheet-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-spreadsheet-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-spreadsheet-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-spreadsheet-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-spreadsheet-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-spreadsheet-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-spreadsheet-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-spreadsheet-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-spreadsheet-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-text/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-text/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-text/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-text/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-text/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-text/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-text/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-text/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-text/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-text/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-text/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-text-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-text-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-text-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-text-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-text-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-text-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-text-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-text-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-text-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-text-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-text-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-word/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-word/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-word/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-word/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-word/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-word/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-word/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-word/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-word/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-word/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-word/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-word-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-word-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-word-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-word-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-word-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-word-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-word-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-word-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-word-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-word-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-word-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-x/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-x/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-x/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-x/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-x/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-x/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-x/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-x/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-x/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-x/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-x/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-x-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-x-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-x-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-x-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-x-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-x-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-x-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-x-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-x-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-x-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-x-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-zip/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-zip/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-zip/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-zip/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-zip/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-zip/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-zip/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-zip/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-zip/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-zip/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-zip/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-earmark-zip-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-earmark-zip-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-earmark-zip-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-earmark-zip-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-earmark-zip-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-earmark-zip-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-earmark-zip-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-zip-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-earmark-zip-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-earmark-zip-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-earmark-zip-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-easel/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-easel/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-easel/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-easel/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-easel/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-easel/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-easel/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-easel/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-easel/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-easel/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-easel/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-easel-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-easel-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-easel-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-easel-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-easel-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-easel-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-easel-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-easel-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-easel-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-easel-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-easel-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-excel/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-excel/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-excel/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-excel/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-excel/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-excel/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-excel/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-excel/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-excel/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-excel/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-excel/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-excel-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-excel-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-excel-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-excel-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-excel-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-excel-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-excel-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-excel-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-excel-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-excel-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-excel-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-font/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-font/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-font/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-font/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-font/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-font/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-font/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-font/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-font/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-font/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-font/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-font-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-font-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-font-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-font-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-font-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-font-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-font-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-font-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-font-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-font-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-font-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-image/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-image/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-image/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-image/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-image/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-image/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-image/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-image/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-image/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-image/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-image/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-image-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-image-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-image-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-image-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-image-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-image-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-image-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-image-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-image-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-image-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-image-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-lock/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-lock/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-lock/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-lock/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-lock/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-lock/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-lock/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-lock/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-lock/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-lock/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-lock/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-lock2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-lock2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-lock2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-lock2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-lock2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-lock2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-lock2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-lock2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-lock2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-lock2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-lock2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-lock2-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-lock2-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-lock2-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-lock2-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-lock2-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-lock2-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-lock2-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-lock2-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-lock2-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-lock2-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-lock2-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-lock-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-lock-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-lock-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-lock-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-lock-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-lock-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-lock-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-lock-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-lock-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-lock-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-lock-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-medical/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-medical/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-medical/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-medical/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-medical/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-medical/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-medical/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-medical/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-medical/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-medical/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-medical/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-medical-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-medical-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-medical-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-medical-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-medical-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-medical-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-medical-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-medical-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-medical-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-medical-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-medical-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-minus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-minus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-minus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-minus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-minus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-minus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-minus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-minus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-minus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-minus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-minus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-minus-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-minus-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-minus-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-minus-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-minus-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-minus-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-minus-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-minus-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-minus-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-minus-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-minus-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-music/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-music/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-music/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-music/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-music/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-music/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-music/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-music/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-music/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-music/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-music/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-music-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-music-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-music-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-music-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-music-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-music-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-music-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-music-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-music-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-music-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-music-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-person/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-person/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-person/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-person/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-person/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-person/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-person/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-person/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-person/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-person/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-person/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-person-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-person-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-person-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-person-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-person-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-person-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-person-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-person-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-person-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-person-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-person-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-play/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-play/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-play/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-play/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-play/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-play/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-play/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-play/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-play/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-play/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-play/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-play-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-play-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-play-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-play-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-play-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-play-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-play-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-play-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-play-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-play-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-play-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-plus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-plus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-plus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-plus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-plus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-plus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-plus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-plus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-plus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-plus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-plus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-plus-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-plus-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-plus-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-plus-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-plus-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-plus-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-plus-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-plus-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-plus-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-plus-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-plus-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-post/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-post/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-post/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-post/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-post/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-post/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-post/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-post/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-post/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-post/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-post/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-post-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-post-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-post-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-post-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-post-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-post-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-post-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-post-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-post-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-post-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-post-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-ppt/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-ppt/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-ppt/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-ppt/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-ppt/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-ppt/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-ppt/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-ppt/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-ppt/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-ppt/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-ppt/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-ppt-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-ppt-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-ppt-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-ppt-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-ppt-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-ppt-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-ppt-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-ppt-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-ppt-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-ppt-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-ppt-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-richtext/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-richtext/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-richtext/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-richtext/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-richtext/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-richtext/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-richtext/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-richtext/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-richtext/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-richtext/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-richtext/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-richtext-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-richtext-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-richtext-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-richtext-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-richtext-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-richtext-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-richtext-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-richtext-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-richtext-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-richtext-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-richtext-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-ruled/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-ruled/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-ruled/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-ruled/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-ruled/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-ruled/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-ruled/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-ruled/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-ruled/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-ruled/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-ruled/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-ruled-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-ruled-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-ruled-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-ruled-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-ruled-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-ruled-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-ruled-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-ruled-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-ruled-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-ruled-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-ruled-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-slides/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-slides/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-slides/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-slides/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-slides/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-slides/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-slides/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-slides/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-slides/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-slides/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-slides/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-slides-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-slides-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-slides-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-slides-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-slides-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-slides-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-slides-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-slides-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-slides-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-slides-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-slides-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-spreadsheet/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-spreadsheet/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-spreadsheet/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-spreadsheet/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-spreadsheet/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-spreadsheet/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-spreadsheet/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-spreadsheet/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-spreadsheet/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-spreadsheet/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-spreadsheet/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-spreadsheet-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-spreadsheet-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-spreadsheet-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-spreadsheet-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-spreadsheet-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-spreadsheet-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-spreadsheet-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-spreadsheet-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-spreadsheet-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-spreadsheet-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-spreadsheet-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-text/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-text/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-text/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-text/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-text/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-text/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-text/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-text/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-text/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-text/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-text/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-text-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-text-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-text-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-text-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-text-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-text-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-text-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-text-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-text-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-text-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-text-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-word/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-word/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-word/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-word/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-word/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-word/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-word/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-word/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-word/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-word/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-word/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-word-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-word-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-word-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-word-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-word-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-word-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-word-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-word-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-word-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-word-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-word-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-x/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-x/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-x/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-x/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-x/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-x/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-x/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-x/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-x/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-x/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-x/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-x-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-x-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-x-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-x-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-x-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-x-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-x-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-x-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-x-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-x-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-x-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-zip/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-zip/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-zip/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-zip/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-zip/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-zip/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-zip/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-zip/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-zip/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-zip/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-zip/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-file-zip-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-file-zip-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-file-zip-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-file-zip-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-file-zip-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-file-zip-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-file-zip-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-zip-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-file-zip-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-file-zip-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-file-zip-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-files/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-files/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-files/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-files/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-files/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-files/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-files/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-files/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-files/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-files/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-files/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-files-alt/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-files-alt/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-files-alt/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-files-alt/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-files-alt/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-files-alt/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-files-alt/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-files-alt/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-files-alt/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-files-alt/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-files-alt/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-film/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-film/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-film/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-film/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-film/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-film/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-film/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-film/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-film/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-film/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-film/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-filter/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-filter/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-filter/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-filter/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-filter/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-filter/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-filter/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-filter/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-filter/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-filter/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-filter/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-filter-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-filter-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-filter-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-filter-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-filter-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-filter-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-filter-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-filter-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-filter-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-filter-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-filter-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-filter-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-filter-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-filter-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-filter-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-filter-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-filter-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-filter-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-filter-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-filter-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-filter-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-filter-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-filter-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-filter-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-filter-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-filter-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-filter-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-filter-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-filter-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-filter-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-filter-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-filter-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-filter-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-filter-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-filter-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-filter-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-filter-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-filter-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-filter-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-filter-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-filter-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-filter-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-filter-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-filter-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-filter-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-filter-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-filter-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-filter-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-filter-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-filter-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-filter-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-filter-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-filter-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-filter-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-filter-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-filter-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-filter-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-filter-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-filter-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-filter-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-filter-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-filter-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-filter-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-filter-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-filter-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-filter-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-flag/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-flag/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-flag/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-flag/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-flag/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-flag/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-flag/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-flag/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-flag/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-flag/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-flag/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-flag-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-flag-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-flag-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-flag-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-flag-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-flag-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-flag-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-flag-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-flag-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-flag-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-flag-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-flower1/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-flower1/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-flower1/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-flower1/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-flower1/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-flower1/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-flower1/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-flower1/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-flower1/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-flower1/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-flower1/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-flower2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-flower2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-flower2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-flower2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-flower2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-flower2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-flower2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-flower2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-flower2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-flower2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-flower2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-flower3/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-flower3/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-flower3/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-flower3/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-flower3/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-flower3/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-flower3/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-flower3/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-flower3/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-flower3/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-flower3/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-folder/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-folder/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-folder/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-folder/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-folder/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-folder/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-folder/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-folder/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-folder/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-folder/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-folder/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-folder2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-folder2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-folder2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-folder2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-folder2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-folder2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-folder2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-folder2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-folder2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-folder2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-folder2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-folder2-open/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-folder2-open/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-folder2-open/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-folder2-open/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-folder2-open/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-folder2-open/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-folder2-open/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-folder2-open/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-folder2-open/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-folder2-open/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-folder2-open/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-folder-check/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-folder-check/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-folder-check/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-folder-check/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-folder-check/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-folder-check/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-folder-check/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-folder-check/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-folder-check/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-folder-check/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-folder-check/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-folder-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-folder-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-folder-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-folder-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-folder-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-folder-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-folder-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-folder-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-folder-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-folder-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-folder-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-folder-minus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-folder-minus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-folder-minus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-folder-minus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-folder-minus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-folder-minus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-folder-minus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-folder-minus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-folder-minus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-folder-minus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-folder-minus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-folder-plus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-folder-plus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-folder-plus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-folder-plus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-folder-plus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-folder-plus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-folder-plus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-folder-plus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-folder-plus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-folder-plus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-folder-plus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-folder-symlink/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-folder-symlink/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-folder-symlink/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-folder-symlink/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-folder-symlink/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-folder-symlink/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-folder-symlink/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-folder-symlink/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-folder-symlink/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-folder-symlink/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-folder-symlink/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-folder-symlink-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-folder-symlink-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-folder-symlink-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-folder-symlink-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-folder-symlink-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-folder-symlink-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-folder-symlink-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-folder-symlink-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-folder-symlink-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-folder-symlink-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-folder-symlink-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-folder-x/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-folder-x/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-folder-x/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-folder-x/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-folder-x/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-folder-x/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-folder-x/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-folder-x/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-folder-x/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-folder-x/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-folder-x/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-fonts/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-fonts/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-fonts/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-fonts/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-fonts/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-fonts/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-fonts/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-fonts/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-fonts/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-fonts/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-fonts/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-forward/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-forward/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-forward/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-forward/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-forward/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-forward/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-forward/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-forward/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-forward/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-forward/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-forward/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-forward-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-forward-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-forward-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-forward-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-forward-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-forward-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-forward-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-forward-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-forward-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-forward-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-forward-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-front/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-front/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-front/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-front/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-front/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-front/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-front/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-front/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-front/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-front/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-front/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-fullscreen/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-fullscreen/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-fullscreen/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-fullscreen/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-fullscreen/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-fullscreen/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-fullscreen/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-fullscreen/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-fullscreen/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-fullscreen/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-fullscreen/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-fullscreen-exit/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-fullscreen-exit/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-fullscreen-exit/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-fullscreen-exit/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-fullscreen-exit/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-fullscreen-exit/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-fullscreen-exit/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-fullscreen-exit/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-fullscreen-exit/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-fullscreen-exit/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-fullscreen-exit/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-funnel/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-funnel/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-funnel/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-funnel/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-funnel/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-funnel/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-funnel/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-funnel/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-funnel/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-funnel/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-funnel/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-funnel-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-funnel-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-funnel-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-funnel-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-funnel-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-funnel-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-funnel-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-funnel-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-funnel-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-funnel-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-funnel-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-gear/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-gear/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-gear/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-gear/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-gear/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-gear/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-gear/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-gear/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-gear/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-gear/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-gear/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-gear-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-gear-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-gear-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-gear-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-gear-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-gear-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-gear-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-gear-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-gear-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-gear-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-gear-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-gear-wide/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-gear-wide/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-gear-wide/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-gear-wide/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-gear-wide/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-gear-wide/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-gear-wide/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-gear-wide/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-gear-wide/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-gear-wide/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-gear-wide/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-gear-wide-connected/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-gear-wide-connected/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-gear-wide-connected/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-gear-wide-connected/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-gear-wide-connected/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-gear-wide-connected/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-gear-wide-connected/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-gear-wide-connected/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-gear-wide-connected/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-gear-wide-connected/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-gear-wide-connected/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-gem/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-gem/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-gem/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-gem/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-gem/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-gem/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-gem/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-gem/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-gem/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-gem/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-gem/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-geo/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-geo/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-geo/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-geo/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-geo/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-geo/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-geo/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-geo/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-geo/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-geo/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-geo/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-geo-alt/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-geo-alt/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-geo-alt/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-geo-alt/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-geo-alt/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-geo-alt/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-geo-alt/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-geo-alt/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-geo-alt/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-geo-alt/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-geo-alt/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-geo-alt-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-geo-alt-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-geo-alt-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-geo-alt-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-geo-alt-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-geo-alt-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-geo-alt-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-geo-alt-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-geo-alt-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-geo-alt-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-geo-alt-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-geo-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-geo-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-geo-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-geo-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-geo-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-geo-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-geo-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-geo-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-geo-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-geo-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-geo-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-gift/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-gift/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-gift/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-gift/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-gift/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-gift/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-gift/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-gift/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-gift/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-gift/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-gift/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-gift-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-gift-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-gift-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-gift-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-gift-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-gift-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-gift-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-gift-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-gift-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-gift-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-gift-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-github/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-github/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-github/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-github/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-github/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-github/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-github/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-github/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-github/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-github/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-github/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-globe/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-globe/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-globe/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-globe/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-globe/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-globe/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-globe/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-globe/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-globe/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-globe/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-globe/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-globe2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-globe2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-globe2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-globe2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-globe2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-globe2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-globe2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-globe2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-globe2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-globe2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-globe2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-google/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-google/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-google/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-google/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-google/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-google/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-google/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-google/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-google/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-google/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-google/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-graph-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-graph-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-graph-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-graph-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-graph-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-graph-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-graph-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-graph-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-graph-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-graph-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-graph-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-graph-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-graph-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-graph-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-graph-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-graph-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-graph-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-graph-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-graph-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-graph-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-graph-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-graph-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-grid/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-grid/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-grid/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-grid/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-grid/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-grid/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-grid/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-grid/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-grid/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-grid/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-grid/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-grid1x2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-grid1x2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-grid1x2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-grid1x2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-grid1x2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-grid1x2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-grid1x2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-grid1x2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-grid1x2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-grid1x2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-grid1x2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-grid1x2-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-grid1x2-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-grid1x2-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-grid1x2-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-grid1x2-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-grid1x2-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-grid1x2-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-grid1x2-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-grid1x2-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-grid1x2-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-grid1x2-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-grid3x2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-grid3x2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-grid3x2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-grid3x2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-grid3x2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-grid3x2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-grid3x2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-grid3x2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-grid3x2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-grid3x2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-grid3x2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-grid3x2-gap/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-grid3x2-gap/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-grid3x2-gap/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-grid3x2-gap/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-grid3x2-gap/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-grid3x2-gap/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-grid3x2-gap/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-grid3x2-gap/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-grid3x2-gap/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-grid3x2-gap/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-grid3x2-gap/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-grid3x2-gap-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-grid3x2-gap-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-grid3x2-gap-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-grid3x2-gap-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-grid3x2-gap-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-grid3x2-gap-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-grid3x2-gap-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-grid3x2-gap-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-grid3x2-gap-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-grid3x2-gap-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-grid3x2-gap-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-grid3x3/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-grid3x3/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-grid3x3/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-grid3x3/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-grid3x3/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-grid3x3/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-grid3x3/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-grid3x3/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-grid3x3/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-grid3x3/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-grid3x3/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-grid3x3-gap/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-grid3x3-gap/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-grid3x3-gap/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-grid3x3-gap/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-grid3x3-gap/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-grid3x3-gap/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-grid3x3-gap/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-grid3x3-gap/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-grid3x3-gap/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-grid3x3-gap/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-grid3x3-gap/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-grid3x3-gap-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-grid3x3-gap-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-grid3x3-gap-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-grid3x3-gap-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-grid3x3-gap-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-grid3x3-gap-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-grid3x3-gap-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-grid3x3-gap-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-grid3x3-gap-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-grid3x3-gap-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-grid3x3-gap-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-grid-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-grid-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-grid-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-grid-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-grid-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-grid-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-grid-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-grid-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-grid-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-grid-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-grid-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-grip-horizontal/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-grip-horizontal/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-grip-horizontal/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-grip-horizontal/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-grip-horizontal/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-grip-horizontal/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-grip-horizontal/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-grip-horizontal/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-grip-horizontal/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-grip-horizontal/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-grip-horizontal/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-grip-vertical/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-grip-vertical/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-grip-vertical/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-grip-vertical/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-grip-vertical/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-grip-vertical/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-grip-vertical/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-grip-vertical/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-grip-vertical/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-grip-vertical/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-grip-vertical/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hammer/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hammer/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hammer/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hammer/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hammer/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hammer/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hammer/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hammer/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hammer/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hammer/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hammer/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hand-index/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hand-index/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hand-index/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hand-index/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hand-index/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hand-index/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hand-index/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hand-index/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hand-index/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hand-index/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hand-index/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hand-index-thumb/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hand-index-thumb/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hand-index-thumb/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hand-index-thumb/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hand-index-thumb/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hand-index-thumb/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hand-index-thumb/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hand-index-thumb/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hand-index-thumb/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hand-index-thumb/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hand-index-thumb/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hand-thumbs-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hand-thumbs-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hand-thumbs-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hand-thumbs-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hand-thumbs-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hand-thumbs-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hand-thumbs-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hand-thumbs-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hand-thumbs-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hand-thumbs-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hand-thumbs-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hand-thumbs-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hand-thumbs-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hand-thumbs-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hand-thumbs-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hand-thumbs-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hand-thumbs-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hand-thumbs-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hand-thumbs-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hand-thumbs-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hand-thumbs-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hand-thumbs-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-handbag/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-handbag/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-handbag/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-handbag/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-handbag/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-handbag/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-handbag/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-handbag/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-handbag/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-handbag/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-handbag/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-handbag-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-handbag-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-handbag-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-handbag-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-handbag-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-handbag-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-handbag-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-handbag-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-handbag-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-handbag-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-handbag-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hash/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hash/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hash/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hash/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hash/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hash/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hash/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hash/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hash/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hash/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hash/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hdd/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hdd/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hdd/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hdd/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hdd/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hdd/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hdd/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hdd/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hdd/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hdd/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hdd/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hdd-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hdd-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hdd-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hdd-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hdd-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hdd-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hdd-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hdd-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hdd-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hdd-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hdd-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hdd-network/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hdd-network/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hdd-network/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hdd-network/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hdd-network/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hdd-network/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hdd-network/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hdd-network/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hdd-network/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hdd-network/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hdd-network/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hdd-network-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hdd-network-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hdd-network-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hdd-network-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hdd-network-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hdd-network-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hdd-network-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hdd-network-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hdd-network-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hdd-network-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hdd-network-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hdd-rack/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hdd-rack/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hdd-rack/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hdd-rack/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hdd-rack/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hdd-rack/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hdd-rack/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hdd-rack/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hdd-rack/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hdd-rack/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hdd-rack/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hdd-rack-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hdd-rack-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hdd-rack-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hdd-rack-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hdd-rack-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hdd-rack-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hdd-rack-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hdd-rack-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hdd-rack-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hdd-rack-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hdd-rack-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hdd-stack/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hdd-stack/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hdd-stack/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hdd-stack/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hdd-stack/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hdd-stack/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hdd-stack/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hdd-stack/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hdd-stack/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hdd-stack/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hdd-stack/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hdd-stack-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hdd-stack-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hdd-stack-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hdd-stack-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hdd-stack-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hdd-stack-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hdd-stack-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hdd-stack-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hdd-stack-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hdd-stack-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hdd-stack-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-headphones/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-headphones/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-headphones/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-headphones/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-headphones/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-headphones/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-headphones/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-headphones/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-headphones/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-headphones/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-headphones/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-headset/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-headset/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-headset/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-headset/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-headset/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-headset/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-headset/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-headset/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-headset/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-headset/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-headset/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-heart/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-heart/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-heart/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-heart/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-heart/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-heart/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-heart/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-heart/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-heart/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-heart/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-heart/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-heart-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-heart-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-heart-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-heart-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-heart-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-heart-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-heart-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-heart-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-heart-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-heart-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-heart-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-heart-half/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-heart-half/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-heart-half/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-heart-half/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-heart-half/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-heart-half/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-heart-half/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-heart-half/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-heart-half/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-heart-half/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-heart-half/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-heptagon/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-heptagon/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-heptagon/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-heptagon/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-heptagon/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-heptagon/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-heptagon/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-heptagon/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-heptagon/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-heptagon/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-heptagon/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-heptagon-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-heptagon-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-heptagon-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-heptagon-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-heptagon-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-heptagon-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-heptagon-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-heptagon-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-heptagon-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-heptagon-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-heptagon-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-heptagon-half/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-heptagon-half/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-heptagon-half/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-heptagon-half/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-heptagon-half/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-heptagon-half/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-heptagon-half/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-heptagon-half/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-heptagon-half/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-heptagon-half/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-heptagon-half/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hexagon/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hexagon/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hexagon/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hexagon/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hexagon/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hexagon/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hexagon/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hexagon/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hexagon/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hexagon/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hexagon/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hexagon-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hexagon-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hexagon-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hexagon-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hexagon-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hexagon-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hexagon-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hexagon-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hexagon-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hexagon-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hexagon-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hexagon-half/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hexagon-half/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hexagon-half/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hexagon-half/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hexagon-half/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hexagon-half/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hexagon-half/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hexagon-half/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hexagon-half/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hexagon-half/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hexagon-half/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hourglass/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hourglass/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hourglass/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hourglass/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hourglass/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hourglass/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hourglass/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hourglass/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hourglass/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hourglass/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hourglass/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hourglass-bottom/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hourglass-bottom/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hourglass-bottom/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hourglass-bottom/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hourglass-bottom/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hourglass-bottom/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hourglass-bottom/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hourglass-bottom/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hourglass-bottom/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hourglass-bottom/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hourglass-bottom/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hourglass-split/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hourglass-split/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hourglass-split/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hourglass-split/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hourglass-split/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hourglass-split/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hourglass-split/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hourglass-split/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hourglass-split/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hourglass-split/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hourglass-split/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hourglass-top/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hourglass-top/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hourglass-top/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hourglass-top/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hourglass-top/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hourglass-top/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hourglass-top/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hourglass-top/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hourglass-top/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hourglass-top/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hourglass-top/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-house/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-house/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-house/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-house/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-house/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-house/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-house/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-house/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-house/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-house/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-house/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-house-door/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-house-door/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-house-door/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-house-door/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-house-door/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-house-door/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-house-door/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-house-door/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-house-door/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-house-door/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-house-door/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-house-door-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-house-door-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-house-door-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-house-door-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-house-door-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-house-door-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-house-door-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-house-door-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-house-door-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-house-door-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-house-door-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-house-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-house-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-house-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-house-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-house-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-house-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-house-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-house-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-house-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-house-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-house-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-hr/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-hr/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-hr/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-hr/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-hr/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-hr/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-hr/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-hr/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-hr/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-hr/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-hr/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-image/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-image/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-image/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-image/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-image/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-image/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-image/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-image/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-image/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-image/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-image/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-image-alt/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-image-alt/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-image-alt/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-image-alt/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-image-alt/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-image-alt/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-image-alt/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-image-alt/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-image-alt/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-image-alt/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-image-alt/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-image-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-image-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-image-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-image-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-image-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-image-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-image-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-image-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-image-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-image-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-image-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-images/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-images/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-images/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-images/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-images/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-images/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-images/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-images/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-images/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-images/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-images/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-inbox/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-inbox/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-inbox/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-inbox/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-inbox/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-inbox/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-inbox/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-inbox/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-inbox/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-inbox/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-inbox/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-inbox-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-inbox-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-inbox-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-inbox-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-inbox-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-inbox-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-inbox-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-inbox-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-inbox-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-inbox-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-inbox-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-inboxes/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-inboxes/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-inboxes/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-inboxes/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-inboxes/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-inboxes/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-inboxes/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-inboxes/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-inboxes/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-inboxes/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-inboxes/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-inboxes-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-inboxes-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-inboxes-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-inboxes-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-inboxes-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-inboxes-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-inboxes-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-inboxes-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-inboxes-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-inboxes-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-inboxes-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-info/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-info/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-info/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-info/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-info/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-info/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-info/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-info/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-info/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-info/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-info/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-info-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-info-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-info-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-info-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-info-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-info-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-info-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-info-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-info-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-info-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-info-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-info-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-info-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-info-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-info-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-info-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-info-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-info-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-info-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-info-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-info-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-info-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-info-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-info-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-info-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-info-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-info-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-info-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-info-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-info-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-info-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-info-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-info-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-info-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-info-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-info-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-info-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-info-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-info-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-info-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-info-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-info-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-info-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-info-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-input-cursor/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-input-cursor/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-input-cursor/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-input-cursor/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-input-cursor/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-input-cursor/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-input-cursor/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-input-cursor/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-input-cursor/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-input-cursor/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-input-cursor/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-input-cursor-text/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-input-cursor-text/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-input-cursor-text/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-input-cursor-text/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-input-cursor-text/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-input-cursor-text/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-input-cursor-text/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-input-cursor-text/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-input-cursor-text/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-input-cursor-text/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-input-cursor-text/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-instagram/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-instagram/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-instagram/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-instagram/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-instagram/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-instagram/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-instagram/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-instagram/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-instagram/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-instagram/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-instagram/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-intersect/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-intersect/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-intersect/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-intersect/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-intersect/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-intersect/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-intersect/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-intersect/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-intersect/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-intersect/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-intersect/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-journal/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-journal/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-journal/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-journal/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-journal/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-journal/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-journal/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-journal/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-journal/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-journal-album/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-journal-album/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-journal-album/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-journal-album/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-journal-album/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-journal-album/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-journal-album/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-album/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-album/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-journal-album/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-journal-album/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-journal-arrow-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-journal-arrow-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-journal-arrow-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-journal-arrow-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-journal-arrow-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-journal-arrow-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-journal-arrow-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-arrow-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-arrow-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-journal-arrow-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-journal-arrow-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-journal-arrow-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-journal-arrow-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-journal-arrow-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-journal-arrow-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-journal-arrow-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-journal-arrow-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-journal-arrow-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-arrow-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-arrow-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-journal-arrow-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-journal-arrow-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-journal-bookmark/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-journal-bookmark/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-journal-bookmark/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-journal-bookmark/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-journal-bookmark/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-journal-bookmark/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-journal-bookmark/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-bookmark/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-bookmark/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-journal-bookmark/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-journal-bookmark/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-journal-bookmark-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-journal-bookmark-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-journal-bookmark-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-journal-bookmark-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-journal-bookmark-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-journal-bookmark-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-journal-bookmark-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-bookmark-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-bookmark-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-journal-bookmark-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-journal-bookmark-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-journal-check/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-journal-check/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-journal-check/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-journal-check/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-journal-check/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-journal-check/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-journal-check/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-check/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-check/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-journal-check/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-journal-check/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-journal-code/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-journal-code/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-journal-code/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-journal-code/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-journal-code/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-journal-code/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-journal-code/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-code/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-code/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-journal-code/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-journal-code/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-journal-medical/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-journal-medical/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-journal-medical/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-journal-medical/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-journal-medical/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-journal-medical/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-journal-medical/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-medical/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-medical/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-journal-medical/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-journal-medical/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-journal-minus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-journal-minus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-journal-minus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-journal-minus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-journal-minus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-journal-minus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-journal-minus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-minus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-minus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-journal-minus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-journal-minus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-journal-plus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-journal-plus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-journal-plus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-journal-plus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-journal-plus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-journal-plus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-journal-plus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-plus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-plus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-journal-plus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-journal-plus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-journal-richtext/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-journal-richtext/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-journal-richtext/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-journal-richtext/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-journal-richtext/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-journal-richtext/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-journal-richtext/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-richtext/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-richtext/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-journal-richtext/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-journal-richtext/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-journal-text/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-journal-text/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-journal-text/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-journal-text/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-journal-text/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-journal-text/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-journal-text/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-text/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-text/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-journal-text/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-journal-text/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-journal-x/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-journal-x/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-journal-x/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-journal-x/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-journal-x/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-journal-x/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-journal-x/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-x/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-journal-x/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-journal-x/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-journal-x/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-journals/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-journals/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-journals/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-journals/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-journals/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-journals/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-journals/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-journals/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-journals/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-journals/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-journals/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-joystick/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-joystick/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-joystick/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-joystick/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-joystick/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-joystick/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-joystick/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-joystick/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-joystick/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-joystick/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-joystick/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-justify/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-justify/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-justify/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-justify/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-justify/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-justify/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-justify/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-justify/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-justify/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-justify/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-justify/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-justify-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-justify-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-justify-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-justify-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-justify-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-justify-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-justify-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-justify-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-justify-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-justify-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-justify-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-justify-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-justify-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-justify-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-justify-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-justify-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-justify-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-justify-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-justify-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-justify-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-justify-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-justify-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-kanban/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-kanban/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-kanban/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-kanban/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-kanban/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-kanban/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-kanban/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-kanban/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-kanban/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-kanban/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-kanban/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-kanban-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-kanban-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-kanban-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-kanban-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-kanban-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-kanban-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-kanban-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-kanban-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-kanban-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-kanban-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-kanban-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-key/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-key/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-key/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-key/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-key/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-key/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-key/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-key/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-key/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-key/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-key/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-key-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-key-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-key-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-key-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-key-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-key-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-key-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-key-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-key-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-key-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-key-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-keyboard/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-keyboard/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-keyboard/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-keyboard/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-keyboard/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-keyboard/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-keyboard/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-keyboard/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-keyboard/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-keyboard/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-keyboard/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-keyboard-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-keyboard-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-keyboard-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-keyboard-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-keyboard-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-keyboard-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-keyboard-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-keyboard-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-keyboard-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-keyboard-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-keyboard-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-ladder/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-ladder/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-ladder/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-ladder/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-ladder/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-ladder/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-ladder/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-ladder/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-ladder/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-ladder/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-ladder/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-lamp/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-lamp/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-lamp/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-lamp/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-lamp/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-lamp/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-lamp/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-lamp/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-lamp/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-lamp/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-lamp/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-lamp-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-lamp-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-lamp-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-lamp-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-lamp-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-lamp-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-lamp-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-lamp-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-lamp-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-lamp-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-lamp-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-laptop/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-laptop/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-laptop/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-laptop/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-laptop/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-laptop/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-laptop/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-laptop/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-laptop/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-laptop/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-laptop/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-laptop-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-laptop-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-laptop-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-laptop-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-laptop-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-laptop-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-laptop-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-laptop-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-laptop-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-laptop-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-laptop-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-layers/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-layers/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-layers/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-layers/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-layers/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-layers/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-layers/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-layers/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-layers/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-layers/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-layers/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-layers-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-layers-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-layers-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-layers-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-layers-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-layers-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-layers-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-layers-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-layers-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-layers-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-layers-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-layers-half/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-layers-half/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-layers-half/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-layers-half/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-layers-half/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-layers-half/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-layers-half/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-layers-half/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-layers-half/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-layers-half/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-layers-half/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-layout-sidebar/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-layout-sidebar/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-layout-sidebar/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-layout-sidebar/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-layout-sidebar/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-layout-sidebar/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-layout-sidebar/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-sidebar/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-sidebar/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-layout-sidebar/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-layout-sidebar/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-layout-sidebar-inset/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-layout-sidebar-inset/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-layout-sidebar-inset/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-layout-sidebar-inset/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-layout-sidebar-inset/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-layout-sidebar-inset/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-layout-sidebar-inset/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-sidebar-inset/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-sidebar-inset/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-layout-sidebar-inset/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-layout-sidebar-inset/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-layout-sidebar-inset-reverse/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-layout-sidebar-inset-reverse/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-layout-sidebar-inset-reverse/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-layout-sidebar-inset-reverse/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-layout-sidebar-inset-reverse/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-layout-sidebar-inset-reverse/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-layout-sidebar-inset-reverse/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-sidebar-inset-reverse/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-sidebar-inset-reverse/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-layout-sidebar-inset-reverse/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-layout-sidebar-inset-reverse/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-layout-sidebar-reverse/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-layout-sidebar-reverse/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-layout-sidebar-reverse/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-layout-sidebar-reverse/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-layout-sidebar-reverse/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-layout-sidebar-reverse/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-layout-sidebar-reverse/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-sidebar-reverse/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-sidebar-reverse/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-layout-sidebar-reverse/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-layout-sidebar-reverse/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-layout-split/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-layout-split/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-layout-split/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-layout-split/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-layout-split/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-layout-split/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-layout-split/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-split/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-split/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-layout-split/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-layout-split/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-layout-text-sidebar/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-layout-text-sidebar/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-layout-text-sidebar/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-layout-text-sidebar/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-layout-text-sidebar/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-layout-text-sidebar/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-layout-text-sidebar/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-text-sidebar/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-text-sidebar/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-layout-text-sidebar/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-layout-text-sidebar/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-layout-text-sidebar-reverse/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-layout-text-sidebar-reverse/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-layout-text-sidebar-reverse/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-layout-text-sidebar-reverse/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-layout-text-sidebar-reverse/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-layout-text-sidebar-reverse/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-layout-text-sidebar-reverse/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-text-sidebar-reverse/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-text-sidebar-reverse/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-layout-text-sidebar-reverse/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-layout-text-sidebar-reverse/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-layout-text-window/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-layout-text-window/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-layout-text-window/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-layout-text-window/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-layout-text-window/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-layout-text-window/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-layout-text-window/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-text-window/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-text-window/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-layout-text-window/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-layout-text-window/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-layout-text-window-reverse/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-layout-text-window-reverse/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-layout-text-window-reverse/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-layout-text-window-reverse/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-layout-text-window-reverse/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-layout-text-window-reverse/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-layout-text-window-reverse/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-text-window-reverse/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-text-window-reverse/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-layout-text-window-reverse/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-layout-text-window-reverse/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-layout-three-columns/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-layout-three-columns/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-layout-three-columns/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-layout-three-columns/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-layout-three-columns/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-layout-three-columns/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-layout-three-columns/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-three-columns/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-three-columns/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-layout-three-columns/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-layout-three-columns/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-layout-wtf/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-layout-wtf/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-layout-wtf/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-layout-wtf/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-layout-wtf/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-layout-wtf/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-layout-wtf/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-wtf/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-layout-wtf/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-layout-wtf/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-layout-wtf/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-life-preserver/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-life-preserver/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-life-preserver/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-life-preserver/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-life-preserver/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-life-preserver/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-life-preserver/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-life-preserver/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-life-preserver/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-life-preserver/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-life-preserver/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-lightning/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-lightning/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-lightning/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-lightning/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-lightning/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-lightning/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-lightning/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-lightning/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-lightning/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-lightning/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-lightning/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-lightning-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-lightning-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-lightning-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-lightning-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-lightning-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-lightning-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-lightning-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-lightning-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-lightning-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-lightning-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-lightning-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-link/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-link/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-link/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-link/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-link/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-link/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-link/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-link/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-link/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-link/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-link/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-link45deg/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-link45deg/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-link45deg/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-link45deg/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-link45deg/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-link45deg/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-link45deg/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-link45deg/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-link45deg/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-link45deg/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-link45deg/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-linkedin/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-linkedin/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-linkedin/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-linkedin/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-linkedin/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-linkedin/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-linkedin/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-linkedin/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-linkedin/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-linkedin/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-linkedin/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-list/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-list/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-list/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-list/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-list/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-list/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-list/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-list/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-list/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-list/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-list/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-list-check/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-list-check/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-list-check/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-list-check/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-list-check/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-list-check/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-list-check/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-list-check/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-list-check/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-list-check/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-list-check/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-list-nested/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-list-nested/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-list-nested/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-list-nested/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-list-nested/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-list-nested/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-list-nested/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-list-nested/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-list-nested/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-list-nested/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-list-nested/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-list-ol/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-list-ol/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-list-ol/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-list-ol/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-list-ol/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-list-ol/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-list-ol/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-list-ol/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-list-ol/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-list-ol/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-list-ol/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-list-stars/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-list-stars/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-list-stars/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-list-stars/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-list-stars/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-list-stars/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-list-stars/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-list-stars/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-list-stars/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-list-stars/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-list-stars/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-list-task/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-list-task/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-list-task/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-list-task/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-list-task/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-list-task/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-list-task/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-list-task/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-list-task/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-list-task/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-list-task/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-list-ul/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-list-ul/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-list-ul/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-list-ul/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-list-ul/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-list-ul/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-list-ul/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-list-ul/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-list-ul/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-list-ul/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-list-ul/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-lock/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-lock/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-lock/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-lock/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-lock/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-lock/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-lock/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-lock/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-lock/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-lock/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-lock/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-lock-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-lock-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-lock-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-lock-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-lock-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-lock-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-lock-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-lock-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-lock-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-lock-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-lock-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-mailbox/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-mailbox/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-mailbox/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-mailbox/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-mailbox/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-mailbox/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-mailbox/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-mailbox/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-mailbox/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-mailbox/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-mailbox/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-mailbox2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-mailbox2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-mailbox2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-mailbox2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-mailbox2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-mailbox2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-mailbox2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-mailbox2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-mailbox2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-mailbox2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-mailbox2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-map/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-map/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-map/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-map/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-map/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-map/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-map/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-map/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-map/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-map/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-map/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-map-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-map-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-map-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-map-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-map-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-map-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-map-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-map-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-map-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-map-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-map-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-markdown/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-markdown/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-markdown/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-markdown/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-markdown/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-markdown/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-markdown/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-markdown/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-markdown/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-markdown/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-markdown/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-markdown-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-markdown-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-markdown-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-markdown-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-markdown-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-markdown-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-markdown-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-markdown-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-markdown-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-markdown-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-markdown-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-menu-app/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-menu-app/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-menu-app/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-menu-app/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-menu-app/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-menu-app/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-menu-app/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-menu-app/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-menu-app/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-menu-app/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-menu-app/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-menu-app-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-menu-app-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-menu-app-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-menu-app-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-menu-app-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-menu-app-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-menu-app-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-menu-app-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-menu-app-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-menu-app-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-menu-app-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-menu-button/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-menu-button/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-menu-button/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-menu-button/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-menu-button/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-menu-button/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-menu-button/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-menu-button/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-menu-button/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-menu-button/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-menu-button/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-menu-button-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-menu-button-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-menu-button-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-menu-button-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-menu-button-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-menu-button-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-menu-button-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-menu-button-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-menu-button-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-menu-button-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-menu-button-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-menu-button-wide/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-menu-button-wide/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-menu-button-wide/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-menu-button-wide/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-menu-button-wide/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-menu-button-wide/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-menu-button-wide/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-menu-button-wide/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-menu-button-wide/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-menu-button-wide/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-menu-button-wide/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-menu-button-wide-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-menu-button-wide-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-menu-button-wide-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-menu-button-wide-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-menu-button-wide-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-menu-button-wide-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-menu-button-wide-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-menu-button-wide-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-menu-button-wide-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-menu-button-wide-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-menu-button-wide-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-menu-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-menu-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-menu-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-menu-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-menu-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-menu-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-menu-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-menu-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-menu-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-menu-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-menu-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-menu-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-menu-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-menu-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-menu-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-menu-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-menu-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-menu-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-menu-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-menu-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-menu-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-menu-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-mic/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-mic/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-mic/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-mic/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-mic/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-mic/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-mic/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-mic/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-mic/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-mic/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-mic/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-mic-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-mic-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-mic-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-mic-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-mic-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-mic-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-mic-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-mic-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-mic-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-mic-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-mic-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-mic-mute/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-mic-mute/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-mic-mute/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-mic-mute/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-mic-mute/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-mic-mute/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-mic-mute/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-mic-mute/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-mic-mute/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-mic-mute/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-mic-mute/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-mic-mute-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-mic-mute-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-mic-mute-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-mic-mute-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-mic-mute-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-mic-mute-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-mic-mute-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-mic-mute-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-mic-mute-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-mic-mute-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-mic-mute-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-minecart/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-minecart/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-minecart/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-minecart/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-minecart/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-minecart/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-minecart/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-minecart/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-minecart/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-minecart/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-minecart/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-minecart-loaded/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-minecart-loaded/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-minecart-loaded/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-minecart-loaded/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-minecart-loaded/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-minecart-loaded/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-minecart-loaded/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-minecart-loaded/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-minecart-loaded/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-minecart-loaded/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-minecart-loaded/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-moon/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-moon/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-moon/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-moon/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-moon/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-moon/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-moon/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-moon/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-moon/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-moon/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-moon/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-mouse/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-mouse/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-mouse/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-mouse/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-mouse/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-mouse/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-mouse/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-mouse/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-mouse/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-mouse/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-mouse/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-mouse2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-mouse2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-mouse2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-mouse2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-mouse2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-mouse2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-mouse2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-mouse2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-mouse2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-mouse2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-mouse2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-mouse3/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-mouse3/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-mouse3/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-mouse3/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-mouse3/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-mouse3/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-mouse3/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-mouse3/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-mouse3/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-mouse3/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-mouse3/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-music-note/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-music-note/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-music-note/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-music-note/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-music-note/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-music-note/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-music-note/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-music-note/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-music-note/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-music-note/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-music-note/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-music-note-beamed/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-music-note-beamed/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-music-note-beamed/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-music-note-beamed/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-music-note-beamed/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-music-note-beamed/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-music-note-beamed/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-music-note-beamed/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-music-note-beamed/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-music-note-beamed/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-music-note-beamed/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-music-note-list/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-music-note-list/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-music-note-list/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-music-note-list/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-music-note-list/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-music-note-list/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-music-note-list/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-music-note-list/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-music-note-list/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-music-note-list/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-music-note-list/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-music-player/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-music-player/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-music-player/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-music-player/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-music-player/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-music-player/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-music-player/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-music-player/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-music-player/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-music-player/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-music-player/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-music-player-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-music-player-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-music-player-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-music-player-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-music-player-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-music-player-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-music-player-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-music-player-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-music-player-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-music-player-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-music-player-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-newspaper/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-newspaper/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-newspaper/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-newspaper/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-newspaper/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-newspaper/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-newspaper/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-newspaper/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-newspaper/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-newspaper/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-newspaper/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-node-minus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-node-minus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-node-minus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-node-minus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-node-minus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-node-minus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-node-minus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-node-minus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-node-minus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-node-minus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-node-minus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-node-minus-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-node-minus-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-node-minus-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-node-minus-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-node-minus-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-node-minus-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-node-minus-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-node-minus-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-node-minus-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-node-minus-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-node-minus-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-node-plus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-node-plus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-node-plus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-node-plus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-node-plus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-node-plus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-node-plus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-node-plus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-node-plus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-node-plus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-node-plus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-node-plus-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-node-plus-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-node-plus-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-node-plus-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-node-plus-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-node-plus-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-node-plus-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-node-plus-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-node-plus-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-node-plus-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-node-plus-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-nut/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-nut/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-nut/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-nut/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-nut/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-nut/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-nut/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-nut/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-nut/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-nut/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-nut/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-nut-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-nut-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-nut-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-nut-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-nut-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-nut-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-nut-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-nut-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-nut-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-nut-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-nut-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-octagon/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-octagon/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-octagon/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-octagon/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-octagon/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-octagon/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-octagon/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-octagon/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-octagon/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-octagon/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-octagon/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-octagon-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-octagon-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-octagon-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-octagon-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-octagon-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-octagon-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-octagon-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-octagon-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-octagon-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-octagon-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-octagon-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-octagon-half/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-octagon-half/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-octagon-half/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-octagon-half/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-octagon-half/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-octagon-half/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-octagon-half/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-octagon-half/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-octagon-half/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-octagon-half/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-octagon-half/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-option/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-option/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-option/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-option/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-option/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-option/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-option/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-option/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-option/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-option/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-option/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-outlet/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-outlet/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-outlet/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-outlet/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-outlet/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-outlet/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-outlet/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-outlet/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-outlet/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-outlet/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-outlet/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-paperclip/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-paperclip/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-paperclip/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-paperclip/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-paperclip/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-paperclip/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-paperclip/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-paperclip/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-paperclip/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-paperclip/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-paperclip/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-paragraph/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-paragraph/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-paragraph/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-paragraph/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-paragraph/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-paragraph/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-paragraph/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-paragraph/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-paragraph/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-paragraph/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-paragraph/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-patch-check/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-patch-check/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-patch-check/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-patch-check/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-patch-check/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-patch-check/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-patch-check/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-patch-check/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-patch-check/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-patch-check/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-patch-check/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-patch-check-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-patch-check-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-patch-check-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-patch-check-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-patch-check-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-patch-check-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-patch-check-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-patch-check-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-patch-check-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-patch-check-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-patch-check-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-patch-exclamation/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-patch-exclamation/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-patch-exclamation/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-patch-exclamation/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-patch-exclamation/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-patch-exclamation/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-patch-exclamation/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-patch-exclamation/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-patch-exclamation/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-patch-exclamation/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-patch-exclamation/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-patch-exclamation-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-patch-exclamation-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-patch-exclamation-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-patch-exclamation-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-patch-exclamation-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-patch-exclamation-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-patch-exclamation-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-patch-exclamation-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-patch-exclamation-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-patch-exclamation-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-patch-exclamation-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-patch-minus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-patch-minus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-patch-minus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-patch-minus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-patch-minus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-patch-minus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-patch-minus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-patch-minus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-patch-minus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-patch-minus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-patch-minus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-patch-minus-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-patch-minus-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-patch-minus-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-patch-minus-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-patch-minus-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-patch-minus-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-patch-minus-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-patch-minus-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-patch-minus-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-patch-minus-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-patch-minus-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-patch-plus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-patch-plus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-patch-plus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-patch-plus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-patch-plus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-patch-plus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-patch-plus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-patch-plus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-patch-plus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-patch-plus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-patch-plus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-patch-plus-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-patch-plus-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-patch-plus-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-patch-plus-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-patch-plus-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-patch-plus-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-patch-plus-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-patch-plus-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-patch-plus-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-patch-plus-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-patch-plus-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-patch-question/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-patch-question/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-patch-question/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-patch-question/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-patch-question/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-patch-question/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-patch-question/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-patch-question/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-patch-question/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-patch-question/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-patch-question/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-patch-question-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-patch-question-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-patch-question-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-patch-question-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-patch-question-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-patch-question-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-patch-question-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-patch-question-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-patch-question-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-patch-question-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-patch-question-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-pause/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-pause/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-pause/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-pause/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-pause/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-pause/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-pause/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-pause/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-pause/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-pause/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-pause/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-pause-btn/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-pause-btn/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-pause-btn/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-pause-btn/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-pause-btn/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-pause-btn/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-pause-btn/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-pause-btn/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-pause-btn/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-pause-btn/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-pause-btn/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-pause-btn-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-pause-btn-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-pause-btn-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-pause-btn-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-pause-btn-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-pause-btn-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-pause-btn-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-pause-btn-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-pause-btn-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-pause-btn-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-pause-btn-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-pause-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-pause-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-pause-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-pause-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-pause-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-pause-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-pause-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-pause-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-pause-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-pause-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-pause-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-pause-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-pause-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-pause-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-pause-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-pause-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-pause-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-pause-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-pause-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-pause-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-pause-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-pause-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-pause-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-pause-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-pause-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-pause-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-pause-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-pause-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-pause-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-pause-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-pause-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-pause-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-pause-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-peace/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-peace/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-peace/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-peace/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-peace/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-peace/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-peace/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-peace/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-peace/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-peace/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-peace/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-peace-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-peace-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-peace-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-peace-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-peace-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-peace-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-peace-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-peace-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-peace-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-peace-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-peace-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-pen/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-pen/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-pen/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-pen/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-pen/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-pen/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-pen/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-pen/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-pen/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-pen/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-pen/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-pen-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-pen-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-pen-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-pen-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-pen-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-pen-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-pen-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-pen-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-pen-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-pen-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-pen-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-pencil/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-pencil/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-pencil/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-pencil/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-pencil/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-pencil/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-pencil/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-pencil/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-pencil/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-pencil/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-pencil/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-pencil-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-pencil-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-pencil-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-pencil-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-pencil-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-pencil-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-pencil-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-pencil-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-pencil-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-pencil-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-pencil-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-pencil-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-pencil-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-pencil-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-pencil-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-pencil-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-pencil-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-pencil-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-pencil-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-pencil-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-pencil-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-pencil-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-pentagon/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-pentagon/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-pentagon/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-pentagon/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-pentagon/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-pentagon/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-pentagon/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-pentagon/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-pentagon/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-pentagon/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-pentagon/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-pentagon-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-pentagon-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-pentagon-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-pentagon-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-pentagon-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-pentagon-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-pentagon-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-pentagon-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-pentagon-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-pentagon-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-pentagon-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-pentagon-half/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-pentagon-half/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-pentagon-half/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-pentagon-half/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-pentagon-half/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-pentagon-half/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-pentagon-half/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-pentagon-half/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-pentagon-half/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-pentagon-half/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-pentagon-half/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-people/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-people/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-people/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-people/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-people/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-people/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-people/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-people/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-people/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-people/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-people/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-people-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-people-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-people-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-people-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-people-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-people-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-people-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-people-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-people-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-people-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-people-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-percent/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-percent/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-percent/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-percent/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-percent/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-percent/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-percent/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-percent/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-percent/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-percent/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-percent/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-person/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-person/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-person/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-person/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-person/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-person/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-person/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-person/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-person/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-person/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-person/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-person-badge/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-person-badge/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-person-badge/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-person-badge/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-person-badge/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-person-badge/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-person-badge/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-badge/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-badge/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-person-badge/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-person-badge/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-person-badge-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-person-badge-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-person-badge-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-person-badge-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-person-badge-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-person-badge-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-person-badge-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-badge-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-badge-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-person-badge-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-person-badge-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-person-bounding-box/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-person-bounding-box/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-person-bounding-box/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-person-bounding-box/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-person-bounding-box/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-person-bounding-box/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-person-bounding-box/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-bounding-box/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-bounding-box/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-person-bounding-box/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-person-bounding-box/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-person-check/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-person-check/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-person-check/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-person-check/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-person-check/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-person-check/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-person-check/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-check/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-check/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-person-check/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-person-check/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-person-check-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-person-check-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-person-check-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-person-check-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-person-check-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-person-check-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-person-check-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-check-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-check-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-person-check-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-person-check-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-person-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-person-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-person-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-person-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-person-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-person-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-person-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-person-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-person-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-person-dash/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-person-dash/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-person-dash/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-person-dash/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-person-dash/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-person-dash/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-person-dash/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-dash/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-dash/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-person-dash/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-person-dash/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-person-dash-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-person-dash-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-person-dash-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-person-dash-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-person-dash-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-person-dash-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-person-dash-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-dash-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-dash-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-person-dash-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-person-dash-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-person-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-person-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-person-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-person-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-person-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-person-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-person-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-person-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-person-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-person-lines-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-person-lines-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-person-lines-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-person-lines-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-person-lines-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-person-lines-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-person-lines-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-lines-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-lines-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-person-lines-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-person-lines-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-person-plus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-person-plus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-person-plus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-person-plus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-person-plus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-person-plus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-person-plus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-plus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-plus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-person-plus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-person-plus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-person-plus-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-person-plus-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-person-plus-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-person-plus-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-person-plus-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-person-plus-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-person-plus-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-plus-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-plus-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-person-plus-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-person-plus-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-person-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-person-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-person-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-person-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-person-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-person-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-person-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-person-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-person-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-person-x/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-person-x/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-person-x/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-person-x/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-person-x/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-person-x/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-person-x/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-x/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-x/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-person-x/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-person-x/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-person-x-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-person-x-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-person-x-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-person-x-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-person-x-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-person-x-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-person-x-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-x-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-person-x-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-person-x-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-person-x-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-phone/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-phone/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-phone/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-phone/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-phone/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-phone/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-phone/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-phone/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-phone/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-phone/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-phone/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-phone-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-phone-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-phone-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-phone-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-phone-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-phone-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-phone-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-phone-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-phone-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-phone-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-phone-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-phone-landscape/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-phone-landscape/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-phone-landscape/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-phone-landscape/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-phone-landscape/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-phone-landscape/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-phone-landscape/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-phone-landscape/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-phone-landscape/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-phone-landscape/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-phone-landscape/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-phone-landscape-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-phone-landscape-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-phone-landscape-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-phone-landscape-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-phone-landscape-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-phone-landscape-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-phone-landscape-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-phone-landscape-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-phone-landscape-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-phone-landscape-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-phone-landscape-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-phone-vibrate/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-phone-vibrate/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-phone-vibrate/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-phone-vibrate/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-phone-vibrate/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-phone-vibrate/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-phone-vibrate/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-phone-vibrate/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-phone-vibrate/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-phone-vibrate/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-phone-vibrate/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-pie-chart/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-pie-chart/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-pie-chart/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-pie-chart/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-pie-chart/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-pie-chart/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-pie-chart/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-pie-chart/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-pie-chart/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-pie-chart/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-pie-chart/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-pie-chart-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-pie-chart-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-pie-chart-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-pie-chart-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-pie-chart-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-pie-chart-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-pie-chart-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-pie-chart-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-pie-chart-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-pie-chart-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-pie-chart-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-pip/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-pip/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-pip/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-pip/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-pip/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-pip/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-pip/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-pip/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-pip/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-pip/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-pip/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-pip-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-pip-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-pip-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-pip-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-pip-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-pip-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-pip-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-pip-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-pip-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-pip-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-pip-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-play/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-play/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-play/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-play/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-play/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-play/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-play/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-play/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-play/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-play/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-play/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-play-btn/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-play-btn/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-play-btn/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-play-btn/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-play-btn/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-play-btn/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-play-btn/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-play-btn/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-play-btn/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-play-btn/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-play-btn/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-play-btn-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-play-btn-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-play-btn-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-play-btn-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-play-btn-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-play-btn-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-play-btn-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-play-btn-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-play-btn-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-play-btn-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-play-btn-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-play-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-play-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-play-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-play-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-play-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-play-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-play-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-play-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-play-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-play-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-play-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-play-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-play-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-play-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-play-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-play-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-play-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-play-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-play-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-play-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-play-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-play-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-play-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-play-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-play-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-play-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-play-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-play-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-play-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-play-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-play-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-play-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-play-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-plug/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-plug/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-plug/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-plug/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-plug/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-plug/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-plug/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-plug/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-plug/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-plug/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-plug/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-plug-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-plug-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-plug-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-plug-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-plug-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-plug-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-plug-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-plug-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-plug-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-plug-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-plug-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-plus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-plus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-plus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-plus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-plus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-plus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-plus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-plus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-plus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-plus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-plus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-plus-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-plus-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-plus-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-plus-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-plus-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-plus-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-plus-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-plus-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-plus-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-plus-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-plus-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-plus-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-plus-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-plus-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-plus-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-plus-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-plus-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-plus-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-plus-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-plus-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-plus-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-plus-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-plus-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-plus-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-plus-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-plus-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-plus-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-plus-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-plus-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-plus-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-plus-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-plus-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-plus-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-plus-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-plus-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-plus-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-plus-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-plus-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-plus-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-plus-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-plus-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-plus-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-plus-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-plus-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-power/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-power/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-power/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-power/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-power/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-power/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-power/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-power/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-power/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-power/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-power/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-printer/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-printer/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-printer/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-printer/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-printer/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-printer/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-printer/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-printer/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-printer/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-printer/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-printer/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-printer-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-printer-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-printer-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-printer-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-printer-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-printer-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-printer-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-printer-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-printer-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-printer-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-printer-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-puzzle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-puzzle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-puzzle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-puzzle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-puzzle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-puzzle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-puzzle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-puzzle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-puzzle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-puzzle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-puzzle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-puzzle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-puzzle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-puzzle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-puzzle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-puzzle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-puzzle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-puzzle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-puzzle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-puzzle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-puzzle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-puzzle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-question/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-question/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-question/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-question/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-question/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-question/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-question/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-question/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-question/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-question/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-question/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-question-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-question-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-question-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-question-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-question-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-question-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-question-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-question-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-question-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-question-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-question-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-question-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-question-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-question-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-question-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-question-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-question-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-question-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-question-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-question-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-question-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-question-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-question-diamond/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-question-diamond/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-question-diamond/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-question-diamond/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-question-diamond/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-question-diamond/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-question-diamond/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-question-diamond/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-question-diamond/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-question-diamond/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-question-diamond/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-question-diamond-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-question-diamond-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-question-diamond-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-question-diamond-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-question-diamond-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-question-diamond-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-question-diamond-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-question-diamond-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-question-diamond-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-question-diamond-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-question-diamond-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-question-octagon/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-question-octagon/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-question-octagon/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-question-octagon/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-question-octagon/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-question-octagon/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-question-octagon/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-question-octagon/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-question-octagon/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-question-octagon/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-question-octagon/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-question-octagon-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-question-octagon-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-question-octagon-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-question-octagon-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-question-octagon-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-question-octagon-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-question-octagon-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-question-octagon-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-question-octagon-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-question-octagon-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-question-octagon-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-question-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-question-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-question-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-question-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-question-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-question-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-question-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-question-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-question-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-question-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-question-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-question-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-question-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-question-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-question-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-question-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-question-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-question-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-question-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-question-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-question-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-question-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-receipt/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-receipt/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-receipt/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-receipt/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-receipt/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-receipt/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-receipt/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-receipt/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-receipt/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-receipt/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-receipt/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-receipt-cutoff/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-receipt-cutoff/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-receipt-cutoff/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-receipt-cutoff/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-receipt-cutoff/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-receipt-cutoff/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-receipt-cutoff/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-receipt-cutoff/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-receipt-cutoff/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-receipt-cutoff/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-receipt-cutoff/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-reception0/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-reception0/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-reception0/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-reception0/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-reception0/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-reception0/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-reception0/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-reception0/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-reception0/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-reception0/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-reception0/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-reception1/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-reception1/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-reception1/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-reception1/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-reception1/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-reception1/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-reception1/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-reception1/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-reception1/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-reception1/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-reception1/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-reception2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-reception2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-reception2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-reception2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-reception2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-reception2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-reception2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-reception2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-reception2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-reception2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-reception2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-reception3/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-reception3/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-reception3/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-reception3/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-reception3/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-reception3/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-reception3/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-reception3/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-reception3/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-reception3/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-reception3/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-reception4/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-reception4/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-reception4/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-reception4/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-reception4/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-reception4/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-reception4/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-reception4/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-reception4/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-reception4/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-reception4/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-record/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-record/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-record/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-record/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-record/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-record/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-record/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-record/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-record/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-record/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-record/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-record2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-record2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-record2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-record2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-record2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-record2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-record2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-record2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-record2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-record2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-record2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-record2-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-record2-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-record2-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-record2-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-record2-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-record2-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-record2-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-record2-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-record2-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-record2-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-record2-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-record-btn/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-record-btn/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-record-btn/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-record-btn/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-record-btn/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-record-btn/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-record-btn/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-record-btn/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-record-btn/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-record-btn/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-record-btn/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-record-btn-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-record-btn-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-record-btn-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-record-btn-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-record-btn-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-record-btn-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-record-btn-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-record-btn-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-record-btn-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-record-btn-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-record-btn-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-record-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-record-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-record-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-record-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-record-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-record-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-record-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-record-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-record-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-record-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-record-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-record-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-record-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-record-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-record-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-record-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-record-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-record-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-record-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-record-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-record-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-record-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-record-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-record-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-record-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-record-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-record-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-record-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-record-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-record-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-record-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-record-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-record-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-reply/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-reply/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-reply/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-reply/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-reply/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-reply/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-reply/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-reply/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-reply/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-reply/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-reply/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-reply-all/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-reply-all/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-reply-all/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-reply-all/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-reply-all/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-reply-all/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-reply-all/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-reply-all/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-reply-all/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-reply-all/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-reply-all/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-reply-all-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-reply-all-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-reply-all-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-reply-all-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-reply-all-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-reply-all-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-reply-all-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-reply-all-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-reply-all-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-reply-all-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-reply-all-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-reply-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-reply-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-reply-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-reply-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-reply-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-reply-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-reply-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-reply-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-reply-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-reply-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-reply-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-rss/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-rss/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-rss/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-rss/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-rss/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-rss/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-rss/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-rss/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-rss/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-rss/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-rss/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-rss-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-rss-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-rss-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-rss-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-rss-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-rss-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-rss-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-rss-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-rss-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-rss-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-rss-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-scissors/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-scissors/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-scissors/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-scissors/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-scissors/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-scissors/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-scissors/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-scissors/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-scissors/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-scissors/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-scissors/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-screwdriver/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-screwdriver/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-screwdriver/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-screwdriver/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-screwdriver/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-screwdriver/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-screwdriver/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-screwdriver/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-screwdriver/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-screwdriver/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-screwdriver/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-search/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-search/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-search/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-search/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-search/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-search/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-search/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-search/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-search/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-search/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-search/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-segmented-nav/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-segmented-nav/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-segmented-nav/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-segmented-nav/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-segmented-nav/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-segmented-nav/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-segmented-nav/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-segmented-nav/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-segmented-nav/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-segmented-nav/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-segmented-nav/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-server/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-server/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-server/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-server/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-server/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-server/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-server/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-server/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-server/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-server/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-server/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-share/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-share/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-share/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-share/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-share/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-share/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-share/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-share/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-share/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-share/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-share/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-share-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-share-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-share-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-share-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-share-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-share-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-share-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-share-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-share-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-share-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-share-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shield/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shield/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shield/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shield/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shield/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shield/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shield/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shield/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shield/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shield-check/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shield-check/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shield-check/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shield-check/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shield-check/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shield-check/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shield-check/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-check/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-check/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shield-check/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shield-check/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shield-exclamation/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shield-exclamation/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shield-exclamation/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shield-exclamation/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shield-exclamation/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shield-exclamation/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shield-exclamation/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-exclamation/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-exclamation/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shield-exclamation/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shield-exclamation/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shield-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shield-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shield-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shield-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shield-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shield-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shield-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shield-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shield-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shield-fill-check/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shield-fill-check/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shield-fill-check/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shield-fill-check/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shield-fill-check/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shield-fill-check/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shield-fill-check/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-fill-check/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-fill-check/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shield-fill-check/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shield-fill-check/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shield-fill-exclamation/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shield-fill-exclamation/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shield-fill-exclamation/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shield-fill-exclamation/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shield-fill-exclamation/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shield-fill-exclamation/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shield-fill-exclamation/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-fill-exclamation/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-fill-exclamation/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shield-fill-exclamation/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shield-fill-exclamation/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shield-fill-minus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shield-fill-minus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shield-fill-minus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shield-fill-minus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shield-fill-minus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shield-fill-minus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shield-fill-minus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-fill-minus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-fill-minus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shield-fill-minus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shield-fill-minus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shield-fill-plus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shield-fill-plus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shield-fill-plus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shield-fill-plus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shield-fill-plus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shield-fill-plus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shield-fill-plus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-fill-plus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-fill-plus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shield-fill-plus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shield-fill-plus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shield-fill-x/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shield-fill-x/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shield-fill-x/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shield-fill-x/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shield-fill-x/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shield-fill-x/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shield-fill-x/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-fill-x/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-fill-x/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shield-fill-x/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shield-fill-x/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shield-lock/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shield-lock/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shield-lock/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shield-lock/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shield-lock/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shield-lock/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shield-lock/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-lock/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-lock/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shield-lock/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shield-lock/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shield-lock-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shield-lock-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shield-lock-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shield-lock-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shield-lock-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shield-lock-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shield-lock-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-lock-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-lock-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shield-lock-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shield-lock-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shield-minus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shield-minus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shield-minus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shield-minus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shield-minus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shield-minus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shield-minus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-minus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-minus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shield-minus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shield-minus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shield-plus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shield-plus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shield-plus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shield-plus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shield-plus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shield-plus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shield-plus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-plus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-plus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shield-plus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shield-plus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shield-shaded/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shield-shaded/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shield-shaded/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shield-shaded/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shield-shaded/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shield-shaded/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shield-shaded/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-shaded/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-shaded/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shield-shaded/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shield-shaded/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shield-slash/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shield-slash/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shield-slash/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shield-slash/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shield-slash/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shield-slash/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shield-slash/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-slash/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-slash/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shield-slash/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shield-slash/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shield-slash-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shield-slash-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shield-slash-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shield-slash-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shield-slash-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shield-slash-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shield-slash-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-slash-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-slash-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shield-slash-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shield-slash-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shield-x/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shield-x/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shield-x/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shield-x/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shield-x/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shield-x/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shield-x/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-x/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shield-x/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shield-x/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shield-x/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shift/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shift/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shift/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shift/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shift/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shift/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shift/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shift/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shift/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shift/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shift/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shift-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shift-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shift-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shift-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shift-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shift-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shift-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shift-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shift-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shift-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shift-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shop/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shop/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shop/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shop/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shop/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shop/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shop/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shop/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shop/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shop/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shop/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shop-window/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shop-window/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shop-window/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shop-window/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shop-window/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shop-window/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shop-window/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shop-window/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shop-window/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shop-window/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shop-window/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-shuffle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-shuffle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-shuffle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-shuffle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-shuffle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-shuffle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-shuffle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-shuffle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-shuffle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-shuffle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-shuffle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-signpost/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-signpost/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-signpost/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-signpost/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-signpost/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-signpost/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-signpost/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-signpost/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-signpost/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-signpost/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-signpost/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-signpost2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-signpost2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-signpost2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-signpost2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-signpost2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-signpost2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-signpost2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-signpost2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-signpost2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-signpost2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-signpost2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-signpost2-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-signpost2-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-signpost2-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-signpost2-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-signpost2-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-signpost2-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-signpost2-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-signpost2-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-signpost2-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-signpost2-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-signpost2-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-signpost-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-signpost-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-signpost-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-signpost-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-signpost-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-signpost-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-signpost-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-signpost-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-signpost-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-signpost-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-signpost-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-signpost-split/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-signpost-split/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-signpost-split/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-signpost-split/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-signpost-split/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-signpost-split/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-signpost-split/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-signpost-split/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-signpost-split/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-signpost-split/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-signpost-split/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-signpost-split-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-signpost-split-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-signpost-split-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-signpost-split-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-signpost-split-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-signpost-split-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-signpost-split-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-signpost-split-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-signpost-split-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-signpost-split-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-signpost-split-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-sim/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-sim/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-sim/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-sim/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-sim/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-sim/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-sim/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-sim/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-sim/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-sim/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-sim/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-sim-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-sim-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-sim-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-sim-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-sim-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-sim-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-sim-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-sim-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-sim-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-sim-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-sim-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-backward/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-backward/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-backward/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-backward/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-backward/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-backward/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-backward/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-backward/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-backward/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-backward/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-backward/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-backward-btn/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-backward-btn/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-backward-btn/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-backward-btn/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-backward-btn/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-backward-btn/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-backward-btn/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-backward-btn/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-backward-btn/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-backward-btn/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-backward-btn/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-backward-btn-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-backward-btn-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-backward-btn-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-backward-btn-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-backward-btn-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-backward-btn-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-backward-btn-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-backward-btn-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-backward-btn-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-backward-btn-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-backward-btn-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-backward-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-backward-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-backward-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-backward-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-backward-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-backward-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-backward-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-backward-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-backward-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-backward-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-backward-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-backward-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-backward-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-backward-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-backward-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-backward-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-backward-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-backward-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-backward-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-backward-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-backward-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-backward-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-backward-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-backward-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-backward-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-backward-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-backward-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-backward-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-backward-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-backward-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-backward-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-backward-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-backward-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-end/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-end/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-end/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-end/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-end/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-end/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-end/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-end/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-end/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-end/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-end/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-end-btn/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-end-btn/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-end-btn/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-end-btn/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-end-btn/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-end-btn/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-end-btn/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-end-btn/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-end-btn/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-end-btn/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-end-btn/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-end-btn-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-end-btn-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-end-btn-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-end-btn-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-end-btn-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-end-btn-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-end-btn-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-end-btn-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-end-btn-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-end-btn-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-end-btn-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-end-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-end-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-end-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-end-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-end-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-end-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-end-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-end-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-end-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-end-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-end-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-end-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-end-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-end-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-end-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-end-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-end-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-end-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-end-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-end-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-end-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-end-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-end-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-end-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-end-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-end-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-end-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-end-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-end-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-end-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-end-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-end-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-end-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-forward/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-forward/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-forward/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-forward/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-forward/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-forward/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-forward/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-forward/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-forward/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-forward/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-forward/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-forward-btn/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-forward-btn/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-forward-btn/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-forward-btn/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-forward-btn/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-forward-btn/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-forward-btn/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-forward-btn/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-forward-btn/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-forward-btn/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-forward-btn/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-forward-btn-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-forward-btn-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-forward-btn-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-forward-btn-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-forward-btn-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-forward-btn-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-forward-btn-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-forward-btn-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-forward-btn-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-forward-btn-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-forward-btn-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-forward-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-forward-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-forward-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-forward-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-forward-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-forward-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-forward-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-forward-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-forward-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-forward-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-forward-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-forward-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-forward-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-forward-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-forward-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-forward-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-forward-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-forward-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-forward-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-forward-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-forward-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-forward-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-forward-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-forward-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-forward-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-forward-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-forward-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-forward-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-forward-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-forward-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-forward-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-forward-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-forward-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-start/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-start/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-start/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-start/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-start/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-start/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-start/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-start/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-start/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-start/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-start/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-start-btn/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-start-btn/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-start-btn/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-start-btn/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-start-btn/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-start-btn/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-start-btn/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-start-btn/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-start-btn/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-start-btn/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-start-btn/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-start-btn-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-start-btn-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-start-btn-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-start-btn-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-start-btn-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-start-btn-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-start-btn-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-start-btn-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-start-btn-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-start-btn-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-start-btn-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-start-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-start-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-start-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-start-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-start-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-start-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-start-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-start-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-start-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-start-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-start-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-start-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-start-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-start-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-start-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-start-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-start-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-start-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-start-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-start-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-start-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-start-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-skip-start-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-skip-start-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-skip-start-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-skip-start-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-skip-start-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-skip-start-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-skip-start-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-start-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-skip-start-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-skip-start-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-skip-start-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-slack/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-slack/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-slack/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-slack/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-slack/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-slack/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-slack/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-slack/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-slack/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-slack/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-slack/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-slash/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-slash/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-slash/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-slash/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-slash/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-slash/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-slash/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-slash/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-slash/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-slash/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-slash/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-slash-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-slash-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-slash-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-slash-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-slash-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-slash-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-slash-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-slash-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-slash-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-slash-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-slash-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-slash-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-slash-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-slash-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-slash-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-slash-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-slash-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-slash-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-slash-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-slash-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-slash-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-slash-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-slash-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-slash-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-slash-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-slash-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-slash-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-slash-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-slash-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-slash-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-slash-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-slash-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-slash-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-slash-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-slash-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-slash-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-slash-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-slash-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-slash-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-slash-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-slash-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-slash-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-slash-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-slash-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-sliders/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-sliders/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-sliders/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-sliders/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-sliders/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-sliders/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-sliders/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-sliders/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-sliders/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-sliders/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-sliders/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-smartwatch/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-smartwatch/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-smartwatch/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-smartwatch/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-smartwatch/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-smartwatch/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-smartwatch/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-smartwatch/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-smartwatch/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-smartwatch/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-smartwatch/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-sort-alpha-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-sort-alpha-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-sort-alpha-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-sort-alpha-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-sort-alpha-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-sort-alpha-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-sort-alpha-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-alpha-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-alpha-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-sort-alpha-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-sort-alpha-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-sort-alpha-down-alt/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-sort-alpha-down-alt/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-sort-alpha-down-alt/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-sort-alpha-down-alt/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-sort-alpha-down-alt/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-sort-alpha-down-alt/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-sort-alpha-down-alt/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-alpha-down-alt/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-alpha-down-alt/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-sort-alpha-down-alt/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-sort-alpha-down-alt/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-sort-alpha-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-sort-alpha-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-sort-alpha-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-sort-alpha-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-sort-alpha-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-sort-alpha-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-sort-alpha-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-alpha-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-alpha-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-sort-alpha-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-sort-alpha-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-sort-alpha-up-alt/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-sort-alpha-up-alt/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-sort-alpha-up-alt/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-sort-alpha-up-alt/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-sort-alpha-up-alt/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-sort-alpha-up-alt/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-sort-alpha-up-alt/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-alpha-up-alt/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-alpha-up-alt/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-sort-alpha-up-alt/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-sort-alpha-up-alt/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-sort-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-sort-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-sort-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-sort-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-sort-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-sort-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-sort-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-sort-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-sort-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-sort-down-alt/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-sort-down-alt/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-sort-down-alt/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-sort-down-alt/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-sort-down-alt/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-sort-down-alt/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-sort-down-alt/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-down-alt/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-down-alt/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-sort-down-alt/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-sort-down-alt/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-sort-numeric-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-sort-numeric-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-sort-numeric-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-sort-numeric-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-sort-numeric-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-sort-numeric-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-sort-numeric-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-numeric-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-numeric-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-sort-numeric-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-sort-numeric-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-sort-numeric-down-alt/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-sort-numeric-down-alt/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-sort-numeric-down-alt/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-sort-numeric-down-alt/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-sort-numeric-down-alt/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-sort-numeric-down-alt/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-sort-numeric-down-alt/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-numeric-down-alt/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-numeric-down-alt/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-sort-numeric-down-alt/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-sort-numeric-down-alt/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-sort-numeric-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-sort-numeric-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-sort-numeric-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-sort-numeric-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-sort-numeric-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-sort-numeric-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-sort-numeric-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-numeric-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-numeric-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-sort-numeric-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-sort-numeric-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-sort-numeric-up-alt/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-sort-numeric-up-alt/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-sort-numeric-up-alt/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-sort-numeric-up-alt/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-sort-numeric-up-alt/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-sort-numeric-up-alt/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-sort-numeric-up-alt/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-numeric-up-alt/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-numeric-up-alt/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-sort-numeric-up-alt/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-sort-numeric-up-alt/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-sort-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-sort-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-sort-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-sort-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-sort-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-sort-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-sort-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-sort-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-sort-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-sort-up-alt/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-sort-up-alt/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-sort-up-alt/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-sort-up-alt/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-sort-up-alt/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-sort-up-alt/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-sort-up-alt/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-up-alt/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-sort-up-alt/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-sort-up-alt/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-sort-up-alt/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-soundwave/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-soundwave/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-soundwave/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-soundwave/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-soundwave/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-soundwave/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-soundwave/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-soundwave/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-soundwave/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-soundwave/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-soundwave/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-speaker/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-speaker/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-speaker/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-speaker/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-speaker/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-speaker/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-speaker/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-speaker/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-speaker/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-speaker/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-speaker/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-speaker-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-speaker-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-speaker-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-speaker-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-speaker-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-speaker-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-speaker-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-speaker-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-speaker-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-speaker-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-speaker-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-spellcheck/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-spellcheck/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-spellcheck/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-spellcheck/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-spellcheck/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-spellcheck/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-spellcheck/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-spellcheck/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-spellcheck/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-spellcheck/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-spellcheck/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-square-half/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-square-half/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-square-half/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-square-half/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-square-half/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-square-half/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-square-half/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-square-half/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-square-half/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-square-half/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-square-half/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-star/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-star/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-star/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-star/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-star/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-star/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-star/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-star/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-star/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-star/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-star/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-star-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-star-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-star-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-star-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-star-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-star-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-star-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-star-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-star-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-star-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-star-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-star-half/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-star-half/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-star-half/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-star-half/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-star-half/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-star-half/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-star-half/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-star-half/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-star-half/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-star-half/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-star-half/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-stickies/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-stickies/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-stickies/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-stickies/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-stickies/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-stickies/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-stickies/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-stickies/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-stickies/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-stickies/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-stickies/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-stickies-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-stickies-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-stickies-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-stickies-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-stickies-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-stickies-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-stickies-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-stickies-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-stickies-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-stickies-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-stickies-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-sticky/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-sticky/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-sticky/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-sticky/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-sticky/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-sticky/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-sticky/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-sticky/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-sticky/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-sticky/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-sticky/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-sticky-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-sticky-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-sticky-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-sticky-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-sticky-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-sticky-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-sticky-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-sticky-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-sticky-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-sticky-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-sticky-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-stop/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-stop/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-stop/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-stop/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-stop/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-stop/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-stop/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-stop/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-stop/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-stop/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-stop/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-stop-btn/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-stop-btn/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-stop-btn/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-stop-btn/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-stop-btn/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-stop-btn/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-stop-btn/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-stop-btn/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-stop-btn/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-stop-btn/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-stop-btn/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-stop-btn-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-stop-btn-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-stop-btn-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-stop-btn-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-stop-btn-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-stop-btn-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-stop-btn-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-stop-btn-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-stop-btn-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-stop-btn-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-stop-btn-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-stop-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-stop-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-stop-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-stop-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-stop-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-stop-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-stop-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-stop-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-stop-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-stop-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-stop-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-stop-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-stop-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-stop-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-stop-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-stop-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-stop-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-stop-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-stop-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-stop-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-stop-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-stop-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-stop-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-stop-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-stop-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-stop-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-stop-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-stop-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-stop-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-stop-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-stop-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-stop-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-stop-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-stoplights/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-stoplights/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-stoplights/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-stoplights/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-stoplights/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-stoplights/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-stoplights/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-stoplights/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-stoplights/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-stoplights/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-stoplights/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-stoplights-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-stoplights-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-stoplights-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-stoplights-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-stoplights-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-stoplights-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-stoplights-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-stoplights-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-stoplights-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-stoplights-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-stoplights-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-stopwatch/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-stopwatch/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-stopwatch/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-stopwatch/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-stopwatch/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-stopwatch/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-stopwatch/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-stopwatch/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-stopwatch/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-stopwatch/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-stopwatch/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-stopwatch-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-stopwatch-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-stopwatch-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-stopwatch-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-stopwatch-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-stopwatch-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-stopwatch-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-stopwatch-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-stopwatch-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-stopwatch-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-stopwatch-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-subtract/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-subtract/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-subtract/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-subtract/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-subtract/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-subtract/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-subtract/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-subtract/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-subtract/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-subtract/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-subtract/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-suit-club/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-suit-club/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-suit-club/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-suit-club/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-suit-club/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-suit-club/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-suit-club/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-suit-club/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-suit-club/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-suit-club/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-suit-club/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-suit-club-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-suit-club-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-suit-club-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-suit-club-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-suit-club-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-suit-club-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-suit-club-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-suit-club-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-suit-club-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-suit-club-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-suit-club-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-suit-diamond/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-suit-diamond/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-suit-diamond/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-suit-diamond/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-suit-diamond/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-suit-diamond/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-suit-diamond/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-suit-diamond/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-suit-diamond/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-suit-diamond/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-suit-diamond/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-suit-diamond-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-suit-diamond-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-suit-diamond-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-suit-diamond-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-suit-diamond-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-suit-diamond-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-suit-diamond-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-suit-diamond-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-suit-diamond-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-suit-diamond-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-suit-diamond-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-suit-heart/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-suit-heart/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-suit-heart/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-suit-heart/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-suit-heart/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-suit-heart/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-suit-heart/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-suit-heart/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-suit-heart/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-suit-heart/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-suit-heart/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-suit-heart-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-suit-heart-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-suit-heart-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-suit-heart-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-suit-heart-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-suit-heart-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-suit-heart-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-suit-heart-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-suit-heart-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-suit-heart-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-suit-heart-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-suit-spade/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-suit-spade/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-suit-spade/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-suit-spade/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-suit-spade/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-suit-spade/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-suit-spade/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-suit-spade/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-suit-spade/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-suit-spade/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-suit-spade/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-suit-spade-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-suit-spade-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-suit-spade-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-suit-spade-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-suit-spade-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-suit-spade-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-suit-spade-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-suit-spade-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-suit-spade-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-suit-spade-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-suit-spade-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-sun/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-sun/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-sun/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-sun/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-sun/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-sun/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-sun/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-sun/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-sun/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-sun/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-sun/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-sunglasses/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-sunglasses/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-sunglasses/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-sunglasses/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-sunglasses/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-sunglasses/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-sunglasses/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-sunglasses/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-sunglasses/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-sunglasses/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-sunglasses/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-table/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-table/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-table/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-table/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-table/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-table/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-table/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-table/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-table/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-table/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-table/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-tablet/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-tablet/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-tablet/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-tablet/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-tablet/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-tablet/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-tablet/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-tablet/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-tablet/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-tablet/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-tablet/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-tablet-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-tablet-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-tablet-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-tablet-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-tablet-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-tablet-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-tablet-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-tablet-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-tablet-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-tablet-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-tablet-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-tablet-landscape/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-tablet-landscape/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-tablet-landscape/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-tablet-landscape/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-tablet-landscape/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-tablet-landscape/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-tablet-landscape/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-tablet-landscape/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-tablet-landscape/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-tablet-landscape/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-tablet-landscape/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-tablet-landscape-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-tablet-landscape-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-tablet-landscape-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-tablet-landscape-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-tablet-landscape-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-tablet-landscape-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-tablet-landscape-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-tablet-landscape-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-tablet-landscape-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-tablet-landscape-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-tablet-landscape-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-tag/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-tag/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-tag/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-tag/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-tag/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-tag/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-tag/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-tag/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-tag/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-tag/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-tag/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-tag-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-tag-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-tag-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-tag-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-tag-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-tag-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-tag-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-tag-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-tag-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-tag-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-tag-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-tags/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-tags/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-tags/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-tags/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-tags/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-tags/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-tags/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-tags/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-tags/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-tags/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-tags/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-tags-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-tags-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-tags-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-tags-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-tags-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-tags-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-tags-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-tags-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-tags-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-tags-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-tags-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-telephone/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-telephone/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-telephone/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-telephone/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-telephone/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-telephone/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-telephone/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-telephone/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-telephone/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-telephone-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-telephone-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-telephone-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-telephone-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-telephone-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-telephone-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-telephone-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-telephone-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-telephone-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-telephone-forward/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-telephone-forward/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-telephone-forward/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-telephone-forward/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-telephone-forward/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-telephone-forward/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-telephone-forward/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-forward/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-forward/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-telephone-forward/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-telephone-forward/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-telephone-forward-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-telephone-forward-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-telephone-forward-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-telephone-forward-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-telephone-forward-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-telephone-forward-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-telephone-forward-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-forward-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-forward-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-telephone-forward-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-telephone-forward-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-telephone-inbound/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-telephone-inbound/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-telephone-inbound/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-telephone-inbound/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-telephone-inbound/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-telephone-inbound/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-telephone-inbound/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-inbound/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-inbound/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-telephone-inbound/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-telephone-inbound/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-telephone-inbound-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-telephone-inbound-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-telephone-inbound-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-telephone-inbound-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-telephone-inbound-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-telephone-inbound-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-telephone-inbound-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-inbound-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-inbound-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-telephone-inbound-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-telephone-inbound-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-telephone-minus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-telephone-minus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-telephone-minus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-telephone-minus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-telephone-minus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-telephone-minus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-telephone-minus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-minus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-minus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-telephone-minus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-telephone-minus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-telephone-minus-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-telephone-minus-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-telephone-minus-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-telephone-minus-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-telephone-minus-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-telephone-minus-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-telephone-minus-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-minus-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-minus-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-telephone-minus-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-telephone-minus-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-telephone-outbound/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-telephone-outbound/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-telephone-outbound/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-telephone-outbound/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-telephone-outbound/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-telephone-outbound/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-telephone-outbound/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-outbound/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-outbound/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-telephone-outbound/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-telephone-outbound/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-telephone-outbound-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-telephone-outbound-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-telephone-outbound-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-telephone-outbound-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-telephone-outbound-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-telephone-outbound-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-telephone-outbound-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-outbound-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-outbound-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-telephone-outbound-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-telephone-outbound-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-telephone-plus/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-telephone-plus/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-telephone-plus/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-telephone-plus/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-telephone-plus/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-telephone-plus/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-telephone-plus/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-plus/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-plus/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-telephone-plus/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-telephone-plus/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-telephone-plus-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-telephone-plus-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-telephone-plus-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-telephone-plus-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-telephone-plus-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-telephone-plus-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-telephone-plus-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-plus-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-plus-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-telephone-plus-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-telephone-plus-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-telephone-x/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-telephone-x/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-telephone-x/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-telephone-x/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-telephone-x/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-telephone-x/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-telephone-x/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-x/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-x/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-telephone-x/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-telephone-x/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-telephone-x-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-telephone-x-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-telephone-x-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-telephone-x-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-telephone-x-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-telephone-x-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-telephone-x-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-x-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-telephone-x-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-telephone-x-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-telephone-x-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-terminal/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-terminal/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-terminal/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-terminal/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-terminal/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-terminal/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-terminal/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-terminal/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-terminal/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-terminal/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-terminal/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-terminal-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-terminal-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-terminal-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-terminal-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-terminal-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-terminal-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-terminal-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-terminal-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-terminal-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-terminal-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-terminal-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-text-center/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-text-center/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-text-center/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-text-center/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-text-center/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-text-center/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-text-center/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-text-center/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-text-center/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-text-center/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-text-center/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-text-indent-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-text-indent-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-text-indent-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-text-indent-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-text-indent-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-text-indent-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-text-indent-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-text-indent-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-text-indent-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-text-indent-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-text-indent-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-text-indent-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-text-indent-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-text-indent-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-text-indent-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-text-indent-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-text-indent-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-text-indent-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-text-indent-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-text-indent-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-text-indent-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-text-indent-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-text-left/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-text-left/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-text-left/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-text-left/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-text-left/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-text-left/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-text-left/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-text-left/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-text-left/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-text-left/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-text-left/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-text-paragraph/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-text-paragraph/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-text-paragraph/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-text-paragraph/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-text-paragraph/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-text-paragraph/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-text-paragraph/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-text-paragraph/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-text-paragraph/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-text-paragraph/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-text-paragraph/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-text-right/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-text-right/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-text-right/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-text-right/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-text-right/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-text-right/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-text-right/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-text-right/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-text-right/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-text-right/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-text-right/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-textarea/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-textarea/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-textarea/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-textarea/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-textarea/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-textarea/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-textarea/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-textarea/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-textarea/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-textarea/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-textarea/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-textarea-resize/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-textarea-resize/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-textarea-resize/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-textarea-resize/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-textarea-resize/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-textarea-resize/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-textarea-resize/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-textarea-resize/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-textarea-resize/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-textarea-resize/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-textarea-resize/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-textarea-t/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-textarea-t/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-textarea-t/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-textarea-t/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-textarea-t/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-textarea-t/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-textarea-t/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-textarea-t/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-textarea-t/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-textarea-t/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-textarea-t/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-thermometer/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-thermometer/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-thermometer/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-thermometer/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-thermometer/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-thermometer/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-thermometer/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-thermometer/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-thermometer/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-thermometer/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-thermometer/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-thermometer-half/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-thermometer-half/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-thermometer-half/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-thermometer-half/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-thermometer-half/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-thermometer-half/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-thermometer-half/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-thermometer-half/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-thermometer-half/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-thermometer-half/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-thermometer-half/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-three-dots/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-three-dots/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-three-dots/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-three-dots/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-three-dots/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-three-dots/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-three-dots/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-three-dots/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-three-dots/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-three-dots/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-three-dots/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-three-dots-vertical/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-three-dots-vertical/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-three-dots-vertical/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-three-dots-vertical/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-three-dots-vertical/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-three-dots-vertical/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-three-dots-vertical/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-three-dots-vertical/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-three-dots-vertical/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-three-dots-vertical/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-three-dots-vertical/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-toggle2-off/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-toggle2-off/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-toggle2-off/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-toggle2-off/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-toggle2-off/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-toggle2-off/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-toggle2-off/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-toggle2-off/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-toggle2-off/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-toggle2-off/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-toggle2-off/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-toggle2-on/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-toggle2-on/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-toggle2-on/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-toggle2-on/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-toggle2-on/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-toggle2-on/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-toggle2-on/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-toggle2-on/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-toggle2-on/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-toggle2-on/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-toggle2-on/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-toggle-off/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-toggle-off/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-toggle-off/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-toggle-off/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-toggle-off/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-toggle-off/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-toggle-off/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-toggle-off/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-toggle-off/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-toggle-off/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-toggle-off/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-toggle-on/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-toggle-on/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-toggle-on/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-toggle-on/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-toggle-on/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-toggle-on/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-toggle-on/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-toggle-on/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-toggle-on/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-toggle-on/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-toggle-on/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-toggles/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-toggles/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-toggles/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-toggles/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-toggles/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-toggles/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-toggles/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-toggles/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-toggles/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-toggles/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-toggles/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-toggles2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-toggles2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-toggles2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-toggles2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-toggles2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-toggles2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-toggles2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-toggles2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-toggles2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-toggles2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-toggles2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-tools/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-tools/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-tools/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-tools/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-tools/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-tools/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-tools/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-tools/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-tools/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-tools/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-tools/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-trash/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-trash/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-trash/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-trash/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-trash/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-trash/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-trash/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-trash/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-trash/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-trash/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-trash/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-trash2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-trash2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-trash2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-trash2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-trash2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-trash2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-trash2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-trash2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-trash2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-trash2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-trash2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-trash2-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-trash2-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-trash2-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-trash2-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-trash2-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-trash2-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-trash2-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-trash2-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-trash2-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-trash2-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-trash2-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-trash-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-trash-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-trash-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-trash-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-trash-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-trash-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-trash-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-trash-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-trash-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-trash-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-trash-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-tree/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-tree/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-tree/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-tree/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-tree/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-tree/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-tree/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-tree/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-tree/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-tree/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-tree/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-tree-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-tree-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-tree-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-tree-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-tree-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-tree-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-tree-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-tree-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-tree-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-tree-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-tree-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-triangle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-triangle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-triangle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-triangle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-triangle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-triangle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-triangle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-triangle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-triangle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-triangle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-triangle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-triangle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-triangle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-triangle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-triangle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-triangle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-triangle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-triangle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-triangle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-triangle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-triangle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-triangle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-triangle-half/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-triangle-half/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-triangle-half/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-triangle-half/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-triangle-half/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-triangle-half/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-triangle-half/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-triangle-half/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-triangle-half/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-triangle-half/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-triangle-half/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-trophy/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-trophy/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-trophy/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-trophy/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-trophy/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-trophy/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-trophy/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-trophy/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-trophy/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-trophy/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-trophy/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-trophy-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-trophy-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-trophy-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-trophy-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-trophy-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-trophy-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-trophy-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-trophy-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-trophy-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-trophy-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-trophy-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-truck/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-truck/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-truck/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-truck/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-truck/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-truck/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-truck/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-truck/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-truck/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-truck/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-truck/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-truck-flatbed/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-truck-flatbed/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-truck-flatbed/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-truck-flatbed/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-truck-flatbed/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-truck-flatbed/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-truck-flatbed/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-truck-flatbed/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-truck-flatbed/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-truck-flatbed/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-truck-flatbed/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-tv/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-tv/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-tv/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-tv/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-tv/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-tv/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-tv/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-tv/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-tv/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-tv/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-tv/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-tv-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-tv-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-tv-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-tv-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-tv-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-tv-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-tv-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-tv-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-tv-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-tv-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-tv-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-twitch/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-twitch/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-twitch/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-twitch/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-twitch/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-twitch/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-twitch/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-twitch/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-twitch/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-twitch/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-twitch/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-twitter/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-twitter/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-twitter/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-twitter/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-twitter/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-twitter/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-twitter/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-twitter/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-twitter/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-twitter/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-twitter/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-type/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-type/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-type/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-type/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-type/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-type/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-type/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-type/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-type/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-type/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-type/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-type-bold/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-type-bold/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-type-bold/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-type-bold/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-type-bold/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-type-bold/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-type-bold/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-type-bold/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-type-bold/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-type-bold/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-type-bold/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-type-h1/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-type-h1/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-type-h1/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-type-h1/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-type-h1/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-type-h1/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-type-h1/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-type-h1/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-type-h1/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-type-h1/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-type-h1/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-type-h2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-type-h2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-type-h2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-type-h2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-type-h2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-type-h2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-type-h2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-type-h2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-type-h2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-type-h2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-type-h2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-type-h3/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-type-h3/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-type-h3/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-type-h3/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-type-h3/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-type-h3/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-type-h3/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-type-h3/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-type-h3/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-type-h3/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-type-h3/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-type-italic/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-type-italic/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-type-italic/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-type-italic/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-type-italic/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-type-italic/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-type-italic/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-type-italic/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-type-italic/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-type-italic/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-type-italic/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-type-strikethrough/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-type-strikethrough/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-type-strikethrough/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-type-strikethrough/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-type-strikethrough/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-type-strikethrough/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-type-strikethrough/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-type-strikethrough/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-type-strikethrough/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-type-strikethrough/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-type-strikethrough/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-type-underline/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-type-underline/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-type-underline/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-type-underline/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-type-underline/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-type-underline/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-type-underline/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-type-underline/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-type-underline/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-type-underline/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-type-underline/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-ui-checks/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-ui-checks/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-ui-checks/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-ui-checks/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-ui-checks/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-ui-checks/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-ui-checks/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-ui-checks/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-ui-checks/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-ui-checks/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-ui-checks/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-ui-checks-grid/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-ui-checks-grid/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-ui-checks-grid/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-ui-checks-grid/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-ui-checks-grid/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-ui-checks-grid/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-ui-checks-grid/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-ui-checks-grid/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-ui-checks-grid/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-ui-checks-grid/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-ui-checks-grid/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-ui-radios/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-ui-radios/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-ui-radios/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-ui-radios/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-ui-radios/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-ui-radios/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-ui-radios/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-ui-radios/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-ui-radios/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-ui-radios/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-ui-radios/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-ui-radios-grid/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-ui-radios-grid/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-ui-radios-grid/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-ui-radios-grid/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-ui-radios-grid/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-ui-radios-grid/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-ui-radios-grid/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-ui-radios-grid/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-ui-radios-grid/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-ui-radios-grid/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-ui-radios-grid/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-union/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-union/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-union/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-union/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-union/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-union/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-union/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-union/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-union/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-union/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-union/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-unlock/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-unlock/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-unlock/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-unlock/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-unlock/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-unlock/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-unlock/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-unlock/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-unlock/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-unlock/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-unlock/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-unlock-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-unlock-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-unlock-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-unlock-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-unlock-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-unlock-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-unlock-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-unlock-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-unlock-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-unlock-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-unlock-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-upc/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-upc/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-upc/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-upc/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-upc/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-upc/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-upc/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-upc/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-upc/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-upc/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-upc/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-upc-scan/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-upc-scan/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-upc-scan/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-upc-scan/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-upc-scan/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-upc-scan/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-upc-scan/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-upc-scan/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-upc-scan/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-upc-scan/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-upc-scan/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-upload/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-upload/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-upload/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-upload/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-upload/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-upload/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-upload/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-upload/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-upload/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-upload/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-upload/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-vector-pen/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-vector-pen/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-vector-pen/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-vector-pen/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-vector-pen/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-vector-pen/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-vector-pen/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-vector-pen/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-vector-pen/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-vector-pen/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-vector-pen/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-view-list/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-view-list/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-view-list/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-view-list/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-view-list/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-view-list/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-view-list/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-view-list/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-view-list/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-view-list/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-view-list/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-view-stacked/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-view-stacked/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-view-stacked/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-view-stacked/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-view-stacked/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-view-stacked/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-view-stacked/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-view-stacked/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-view-stacked/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-view-stacked/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-view-stacked/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-vinyl/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-vinyl/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-vinyl/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-vinyl/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-vinyl/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-vinyl/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-vinyl/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-vinyl/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-vinyl/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-vinyl/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-vinyl/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-vinyl-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-vinyl-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-vinyl-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-vinyl-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-vinyl-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-vinyl-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-vinyl-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-vinyl-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-vinyl-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-vinyl-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-vinyl-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-voicemail/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-voicemail/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-voicemail/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-voicemail/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-voicemail/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-voicemail/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-voicemail/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-voicemail/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-voicemail/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-voicemail/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-voicemail/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-volume-down/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-volume-down/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-volume-down/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-volume-down/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-volume-down/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-volume-down/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-volume-down/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-volume-down/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-volume-down/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-volume-down/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-volume-down/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-volume-down-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-volume-down-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-volume-down-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-volume-down-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-volume-down-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-volume-down-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-volume-down-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-volume-down-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-volume-down-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-volume-down-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-volume-down-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-volume-mute/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-volume-mute/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-volume-mute/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-volume-mute/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-volume-mute/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-volume-mute/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-volume-mute/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-volume-mute/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-volume-mute/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-volume-mute/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-volume-mute/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-volume-mute-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-volume-mute-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-volume-mute-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-volume-mute-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-volume-mute-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-volume-mute-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-volume-mute-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-volume-mute-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-volume-mute-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-volume-mute-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-volume-mute-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-volume-off/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-volume-off/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-volume-off/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-volume-off/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-volume-off/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-volume-off/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-volume-off/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-volume-off/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-volume-off/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-volume-off/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-volume-off/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-volume-off-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-volume-off-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-volume-off-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-volume-off-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-volume-off-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-volume-off-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-volume-off-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-volume-off-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-volume-off-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-volume-off-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-volume-off-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-volume-up/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-volume-up/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-volume-up/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-volume-up/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-volume-up/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-volume-up/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-volume-up/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-volume-up/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-volume-up/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-volume-up/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-volume-up/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-volume-up-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-volume-up-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-volume-up-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-volume-up-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-volume-up-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-volume-up-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-volume-up-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-volume-up-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-volume-up-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-volume-up-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-volume-up-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-vr/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-vr/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-vr/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-vr/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-vr/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-vr/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-vr/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-vr/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-vr/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-vr/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-vr/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-wallet/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-wallet/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-wallet/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-wallet/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-wallet/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-wallet/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-wallet/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-wallet/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-wallet/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-wallet/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-wallet/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-wallet2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-wallet2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-wallet2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-wallet2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-wallet2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-wallet2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-wallet2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-wallet2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-wallet2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-wallet2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-wallet2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-wallet-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-wallet-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-wallet-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-wallet-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-wallet-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-wallet-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-wallet-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-wallet-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-wallet-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-wallet-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-wallet-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-watch/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-watch/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-watch/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-watch/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-watch/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-watch/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-watch/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-watch/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-watch/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-watch/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-watch/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-wifi/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-wifi/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-wifi/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-wifi/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-wifi/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-wifi/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-wifi/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-wifi/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-wifi/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-wifi/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-wifi/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-wifi1/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-wifi1/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-wifi1/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-wifi1/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-wifi1/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-wifi1/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-wifi1/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-wifi1/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-wifi1/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-wifi1/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-wifi1/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-wifi2/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-wifi2/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-wifi2/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-wifi2/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-wifi2/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-wifi2/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-wifi2/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-wifi2/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-wifi2/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-wifi2/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-wifi2/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-wifi-off/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-wifi-off/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-wifi-off/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-wifi-off/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-wifi-off/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-wifi-off/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-wifi-off/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-wifi-off/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-wifi-off/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-wifi-off/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-wifi-off/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-window/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-window/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-window/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-window/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-window/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-window/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-window/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-window/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-window/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-window/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-window/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-wrench/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-wrench/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-wrench/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-wrench/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-wrench/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-wrench/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-wrench/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-wrench/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-wrench/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-wrench/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-wrench/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-x/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-x/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-x/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-x/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-x/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-x/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-x/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-x/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-x/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-x/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-x/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-x-circle/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-x-circle/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-x-circle/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-x-circle/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-x-circle/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-x-circle/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-x-circle/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-x-circle/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-x-circle/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-x-circle/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-x-circle/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-x-circle-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-x-circle-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-x-circle-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-x-circle-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-x-circle-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-x-circle-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-x-circle-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-x-circle-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-x-circle-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-x-circle-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-x-circle-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-x-diamond/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-x-diamond/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-x-diamond/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-x-diamond/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-x-diamond/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-x-diamond/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-x-diamond/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-x-diamond/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-x-diamond/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-x-diamond/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-x-diamond/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-x-diamond-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-x-diamond-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-x-diamond-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-x-diamond-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-x-diamond-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-x-diamond-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-x-diamond-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-x-diamond-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-x-diamond-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-x-diamond-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-x-diamond-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-x-octagon/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-x-octagon/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-x-octagon/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-x-octagon/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-x-octagon/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-x-octagon/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-x-octagon/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-x-octagon/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-x-octagon/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-x-octagon/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-x-octagon/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-x-octagon-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-x-octagon-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-x-octagon-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-x-octagon-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-x-octagon-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-x-octagon-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-x-octagon-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-x-octagon-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-x-octagon-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-x-octagon-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-x-octagon-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-x-square/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-x-square/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-x-square/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-x-square/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-x-square/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-x-square/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-x-square/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-x-square/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-x-square/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-x-square/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-x-square/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-x-square-fill/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-x-square-fill/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-x-square-fill/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-x-square-fill/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-x-square-fill/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-x-square-fill/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-x-square-fill/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-x-square-fill/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-x-square-fill/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-x-square-fill/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-x-square-fill/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-youtube/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-youtube/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-youtube/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-youtube/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-youtube/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-youtube/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-youtube/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-youtube/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-youtube/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-youtube/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-youtube/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-zoom-in/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-zoom-in/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-zoom-in/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-zoom-in/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-zoom-in/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-zoom-in/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-zoom-in/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-zoom-in/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-zoom-in/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-zoom-in/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-zoom-in/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "b-icon-zoom-out/animation": { "description": "Animate the icon. Supported built-in animations are 'cylon', 'fade', 'pulse', 'spin' and 'throb'", "type": "string" }, "b-icon-zoom-out/flip-h": { "description": "Flips the icon horizontally", "type": "boolean" }, "b-icon-zoom-out/flip-v": { "description": "Flips the icon vertically", "type": "boolean" }, "b-icon-zoom-out/font-scale": { "description": "Scale the icons current font size", "type": "number|string" }, "b-icon-zoom-out/rotate": { "description": "Rotates the icon by the specified number of degrees. Positive values rotate clockwise, while negative values rotate counterclockwise", "type": "number|string" }, "b-icon-zoom-out/scale": { "description": "Scales the icon's SVG, without increasing the font size", "type": "number|string" }, "b-icon-zoom-out/shift-h": { "description": "Moves the icon horizontally. Positive numbers will shift the icon right, negative left. Value is in 1/16em units", "type": "number|string" }, "b-icon-zoom-out/shift-v": { "description": "Moves the icon vertically. Positive numbers will shift the icon up, negative down. Value is in 1/16em units", "type": "number|string" }, "b-icon-zoom-out/stacked": { "description": "Set this prop to true when placing inside a BIconstack component", "type": "boolean" }, "b-icon-zoom-out/title": { "description": "Text content to place in the title", "type": "string" }, "b-icon-zoom-out/variant": { "description": "Contextual color variant. By default the icon inherits the current text color", "type": "string" }, "v-b-modal": { "global": true, "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." }, "v-b-hover": { "global": true, "description": "A lightweight directive that allows you to react when an element either becomes hovered or unhovered" }, "v-b-popover": { "global": true, "description": "Add BootstrapVue popovers to any element on your site, using Bootstrap v4 CSS for styling and animations. Popovers are tooltips on steroids." }, "v-b-scrollspy": { "global": true, "description": "Automatically activate BootstrapVue navigation or list group components based on scroll position to indicate which link is currently active in the viewport." }, "v-b-toggle": { "global": true, "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." }, "v-b-tooltip": { "global": true, "description": "Add custom BootstrapVue tooltips to any element. Tooltips can be triggered by hovering, focusing, or clicking an element." }, "v-b-visible": { "global": true, "description": "The `v-b-visible` directive allows you to react when an element becomes visible in the viewport." } }