From 6c7eac01098a87ce3833c59566c12eb7203ac9d2 Mon Sep 17 00:00:00 2001 From: tshimber Date: Mon, 2 Sep 2024 10:13:32 +0200 Subject: [PATCH 1/7] fix: custom-elements.json removed from .gitignore --- packages/components/.gitignore | 1 - packages/components/custom-elements.json | 17611 +++++++++++++++++++++ 2 files changed, 17611 insertions(+), 1 deletion(-) create mode 100644 packages/components/custom-elements.json diff --git a/packages/components/.gitignore b/packages/components/.gitignore index 42fc27ddc4..a187abe947 100644 --- a/packages/components/.gitignore +++ b/packages/components/.gitignore @@ -31,5 +31,4 @@ hydrate/ build/ __diff_output__/ src/components/icons/ -custom-elements.json components.d.ts diff --git a/packages/components/custom-elements.json b/packages/components/custom-elements.json new file mode 100644 index 0000000000..3bfb41ef18 --- /dev/null +++ b/packages/components/custom-elements.json @@ -0,0 +1,17611 @@ +{ + "version": 1.1, + "tags": [ + { + "name": "app-logo", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "claim", + "description": "" + }, + { + "name": "claim-lang", + "description": "" + }, + { + "name": "color", + "description": "" + }, + { + "name": "focusable", + "description": "" + }, + { + "name": "href", + "description": "" + }, + { + "name": "logo-title", + "description": "" + } + ] + }, + { + "name": "app-mega-menu", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "active", + "description": "" + }, + { + "name": "active-route-id", + "description": "" + }, + { + "name": "is-active", + "description": "" + } + ] + }, + { + "name": "app-navigation-main-mobile", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "active-route-id", + "description": "" + } + ] + }, + { + "name": "app-navigation-sector-mobile", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "active-sector-id", + "description": "" + } + ] + }, + { + "name": "app-navigation-user-menu", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "navigation", + "description": "" + }, + { + "name": "styles", + "description": "" + } + ] + }, + { + "name": "scale-accordion", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "dependent", + "description": "If `true`, only one scale-collapsible within the accordion can be open at a time" + }, + { + "name": "expanded", + "description": "If `true`, scale-collapsibles within the accordion will all be open initially, unless this is dependant" + }, + { + "name": "heading-level", + "description": "Heading level for scale-collapsible descendants" + }, + { + "name": "icon-location", + "description": "", + "values": [ + { + "name": "left" + }, + { + "name": "right" + } + ] + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + } + ] + }, + { + "name": "scale-alert", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "headline", + "description": "(optional) Alert title" + }, + { + "name": "icon", + "description": "(optional) Alert icon" + }, + { + "name": "opened", + "description": "(optional) Alert opened" + }, + { + "name": "size", + "description": "(optional) Alert size" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "timeout", + "description": "(optional) Alert timeout" + }, + { + "name": "variant", + "description": "(optional) Alert variant" + } + ] + }, + { + "name": "scale-app-footer", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "copyright", + "description": "" + }, + { + "name": "footer-navigation", + "description": "" + }, + { + "name": "logo-aria-described-by", + "description": "" + }, + { + "name": "logo-click", + "description": "" + }, + { + "name": "logo-href", + "description": "" + }, + { + "name": "logo-title", + "description": "" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "variant", + "description": "" + } + ] + }, + { + "name": "scale-app-header", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "active-route-id", + "description": "" + }, + { + "name": "active-sector-id", + "description": "" + }, + { + "name": "addon-navigation", + "description": "" + }, + { + "name": "claim-lang", + "description": "" + }, + { + "name": "icon-navigation", + "description": "" + }, + { + "name": "is-mega-menu-visible", + "description": "" + }, + { + "name": "is-mobile-menu-visible", + "description": "" + }, + { + "name": "logo-aria-described-by", + "description": "" + }, + { + "name": "logo-click", + "description": "" + }, + { + "name": "logo-hide-title", + "description": "" + }, + { + "name": "logo-href", + "description": "" + }, + { + "name": "logo-title", + "description": "" + }, + { + "name": "main-navigation", + "description": "" + }, + { + "name": "mega-menu-visible", + "description": "" + }, + { + "name": "mobile-menu-visible", + "description": "" + }, + { + "name": "portal-name", + "description": "" + }, + { + "name": "sector-navigation", + "description": "" + }, + { + "name": "sticky", + "description": "" + }, + { + "name": "user-menu-aria-label", + "description": "" + }, + { + "name": "user-navigation", + "description": "" + } + ] + }, + { + "name": "scale-app-shell", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "active-route-id", + "description": "" + }, + { + "name": "active-sector-id", + "description": "" + }, + { + "name": "addon-navigation", + "description": "" + }, + { + "name": "claim-lang", + "description": "" + }, + { + "name": "icon-navigation", + "description": "" + }, + { + "name": "logo-aria-described-by", + "description": "" + }, + { + "name": "logo-click", + "description": "" + }, + { + "name": "logo-hide-title", + "description": "" + }, + { + "name": "logo-href", + "description": "" + }, + { + "name": "logo-title", + "description": "" + }, + { + "name": "main-navigation", + "description": "" + }, + { + "name": "portal-name", + "description": "" + }, + { + "name": "sector-navigation", + "description": "" + }, + { + "name": "sticky", + "description": "" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "user-menu-aria-label", + "description": "" + }, + { + "name": "user-navigation", + "description": "" + } + ] + }, + { + "name": "scale-badge", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "aria-label-translation", + "description": "a11y text for getting meaningful value." + }, + { + "name": "count", + "description": "" + }, + { + "name": "label", + "description": "" + }, + { + "name": "label-visually-hidden", + "description": "" + } + ] + }, + { + "name": "scale-breadcrumb", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "separator", + "description": "" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + } + ] + }, + { + "name": "scale-button", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "disabled", + "description": "(optional) If `true`, the button is disabled" + }, + { + "name": "download", + "description": "(optional) Name of a file to be downloaded" + }, + { + "name": "href", + "description": "(optional) When present, an tag will be used" + }, + { + "name": "icon-only", + "description": "(optional) Set to `true` when the button contains only an icon" + }, + { + "name": "icon-position", + "description": "(optional) Icon position related to the label", + "values": [ + { + "name": "after" + }, + { + "name": "before" + } + ] + }, + { + "name": "inner-aria-label", + "description": "(optional) Button aria-label" + }, + { + "name": "inner-tabindex", + "description": "(optional) Set `tabindex` in the inner button or link element" + }, + { + "name": "name", + "description": "(optional) The name of the button, submitted as a pair with the button's `value` as part of the form data" + }, + { + "name": "size", + "description": "(optional) The size of the button", + "values": [ + { + "name": "large" + }, + { + "name": "small" + } + ] + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "target", + "description": "(optional) The target attribute for the tag" + }, + { + "name": "type", + "description": "(optional) Button type", + "values": [ + { + "name": "button" + }, + { + "name": "reset" + }, + { + "name": "submit" + } + ] + }, + { + "name": "value", + "description": "(optional) Defines the value associated with the button's `name`" + }, + { + "name": "variant", + "description": "(optional) Button variant" + } + ] + }, + { + "name": "scale-callout", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "bottom", + "description": "(optional) CSS `bottom` value for absolute position" + }, + { + "name": "left", + "description": "(optional) CSS `left` value for absolute position" + }, + { + "name": "right", + "description": "(optional) CSS `right` value for absolute position" + }, + { + "name": "rotation", + "description": "(optional) Degree of rotation" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "top", + "description": "(optional) CSS `top` value for absolute position" + }, + { + "name": "variant", + "description": "(optional) Color variant of the callout" + } + ] + }, + { + "name": "scale-card", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "label", + "description": "(optional) Label of the card" + }, + { + "name": "rel", + "description": "(optional) Link card rel" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "target", + "description": "(optional) Link card target" + }, + { + "name": "to", + "description": "(optional) Link card" + } + ] + }, + { + "name": "scale-carousel", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "vertical", + "description": "(optional) carousel display direction" + } + ] + }, + { + "name": "scale-chart-stack-card", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "data", + "description": "Chart Data", + "values": [ + { + "name": "type" + } + ] + }, + { + "name": "heading", + "description": "Chart Title" + } + ] + }, + { + "name": "scale-checkbox", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "aria-label-checkbox", + "description": "(optional) Input label output" + }, + { + "name": "checked", + "description": "(optional) Active switch" + }, + { + "name": "disabled", + "description": "(optional) Input disabled" + }, + { + "name": "helper-text", + "description": "(optional) Input helper text" + }, + { + "name": "hide-label", + "description": "(optional) Hides the specified label visually" + }, + { + "name": "indeterminate", + "description": "(optional) indeterminate" + }, + { + "name": "input-id", + "description": "(optional) Input checkbox id" + }, + { + "name": "invalid", + "description": "(optional) Input status" + }, + { + "name": "label", + "description": "(optional) Input label" + }, + { + "name": "name", + "description": "(optional) Input name" + }, + { + "name": "required", + "description": "(optional) Input required" + }, + { + "name": "status", + "description": "" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "value", + "description": "(optional) Input value" + } + ] + }, + { + "name": "scale-checkbox-group", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "aria-label-checkbox-group", + "description": "" + }, + { + "name": "helper-text", + "description": "(optional) Input helper text" + }, + { + "name": "input-id", + "description": "(optional) Input checkbox id" + }, + { + "name": "invalid", + "description": "(optional) Input status" + }, + { + "name": "label", + "description": "(optional) Input label" + }, + { + "name": "name", + "description": "(optional) Input name" + }, + { + "name": "select-text", + "description": "" + }, + { + "name": "status", + "description": "" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "unselect-text", + "description": "" + }, + { + "name": "value", + "description": "(optional) Input value" + } + ] + }, + { + "name": "scale-chip", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "aria-checked-state", + "description": "" + }, + { + "name": "aria-role-title", + "description": "(optional) chip aria-role", + "values": [ + { + "name": "checkbox" + }, + { + "name": "menuitemcheckbox" + }, + { + "name": "menuitemreadio" + }, + { + "name": "option" + }, + { + "name": "radio" + }, + { + "name": "switch" + } + ] + }, + { + "name": "disabled", + "description": "(optional) chip disabled" + }, + { + "name": "dismiss-text", + "description": "(optional) Dismiss label" + }, + { + "name": "label", + "description": "(optional) chip label" + }, + { + "name": "selected", + "description": "(optional)" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "type", + "description": "(optional)", + "values": [ + { + "name": "dynamic" + }, + { + "name": "persistent" + } + ] + }, + { + "name": "variant", + "description": "(optional)", + "values": [ + { + "name": "outline" + }, + { + "name": "standard" + } + ] + } + ] + }, + { + "name": "scale-collapsible", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "expanded", + "description": "Set to `true` to expand" + }, + { + "name": "heading-level", + "description": "Default aria-level for heading" + }, + { + "name": "icon-location", + "description": "", + "values": [ + { + "name": "left" + }, + { + "name": "right" + } + ] + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + } + ] + }, + { + "name": "scale-data-grid", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "fields", + "description": "Input fields config array" + }, + { + "name": "freeze-header", + "description": "(optional) Freeze header row from scrolling" + }, + { + "name": "heading", + "description": "(optional) Heading string" + }, + { + "name": "height", + "description": "(optional) Set static table height, by default will auto-resize" + }, + { + "name": "hide-border", + "description": "(optional) Set to true to remove border" + }, + { + "name": "hide-header", + "description": "(optional) Set to true to hide header row" + }, + { + "name": "hide-info", + "description": "(optional) Set to true to remove info footer block including pagination and selection status" + }, + { + "name": "hide-menu", + "description": "(optional) Set to true to hide settings menu" + }, + { + "name": "numbered", + "description": "(optional) Set to true to add numbers column" + }, + { + "name": "page-size", + "description": "(optional) Set number of rows to display per pagination page" + }, + { + "name": "rows", + "description": "Input data array" + }, + { + "name": "selectable", + "description": "(optional) Set to true to add selection column" + }, + { + "name": "shade-alternate", + "description": "(optional) Shade every second row darker" + }, + { + "name": "sortable-column-title", + "description": "(optional) Title for sortable columns" + }, + { + "name": "styles", + "description": "(optional) Injected css styles" + }, + { + "name": "visible", + "description": "(optional) Set to false to hide table, used for nested tables to re-render upon toggle" + } + ] + }, + { + "name": "scale-date-picker", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "date-adapter", + "description": "Date adapter, for custom parsing/formatting.\r\nMust be object with a `parse` function which accepts a `string` and returns a `Date`,\r\nand a `format` function which accepts a `Date` and returns a `string`.\r\nDefault is IS0-8601 parsing and formatting." + }, + { + "name": "direction", + "description": "Forces the opening direction of the calendar modal to be always left or right.\r\nThis setting can be useful when the input is smaller than the opening date picker\r\nwould be as by default the picker always opens towards right.", + "values": [ + { + "name": "left" + }, + { + "name": "right" + } + ] + }, + { + "name": "disabled", + "description": "Makes the date picker input component disabled. This prevents users from being able to\r\ninteract with the input, and conveys its inactive state to assistive technologies." + }, + { + "name": "first-day-of-week", + "description": "Which day is considered first day of the week? `0` for Sunday, `1` for Monday, etc.\r\nDefault is Monday." + }, + { + "name": "helper-text", + "description": "(optional) Helper text" + }, + { + "name": "identifier", + "description": "Adds a unique identifier for the date picker input. Use this instead of html `id` attribute." + }, + { + "name": "inner-role", + "description": "Defines a specific role attribute for the date picker input." + }, + { + "name": "invalid", + "description": "(optional) invalid status" + }, + { + "name": "label", + "description": "(optional) Label" + }, + { + "name": "max", + "description": "Maximum date allowed to be picked. Must be in IS0-8601 format: YYYY-MM-DD.\r\nThis setting can be used alone or together with the min property." + }, + { + "name": "min", + "description": "Minimum date allowed to be picked. Must be in IS0-8601 format: YYYY-MM-DD.\r\nThis setting can be used alone or together with the max property." + }, + { + "name": "name", + "description": "Name of the date picker input." + }, + { + "name": "placeholder", + "description": "(optional) Input place holder" + }, + { + "name": "popup-title", + "description": "" + }, + { + "name": "required", + "description": "Should the input be marked as required?" + }, + { + "name": "size", + "description": "" + }, + { + "name": "status", + "description": "" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "value", + "description": "Date value. Must be in IS0-8601 format: YYYY-MM-DD." + }, + { + "name": "variant", + "description": "", + "values": [ + { + "name": "danger" + }, + { + "name": "informational" + }, + { + "name": "success" + }, + { + "name": "warning" + } + ] + } + ] + }, + { + "name": "scale-divider", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "vertical", + "description": "(optional) Divider vertical" + } + ] + }, + { + "name": "scale-dropdown", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "controlled", + "description": "(optional) Makes type `select` behave as a controlled component in React" + }, + { + "name": "disabled", + "description": "" + }, + { + "name": "helper-text", + "description": "(optional) Input helper text" + }, + { + "name": "hide-label-visually", + "description": "(optional) to avoid displaying the label" + }, + { + "name": "input-id", + "description": "(optional) Input checkbox id" + }, + { + "name": "invalid", + "description": "(optional) Input status" + }, + { + "name": "label", + "description": "(optional) Input label" + }, + { + "name": "multiple", + "description": "(optional) select multiple options" + }, + { + "name": "name", + "description": "(optional) Input name" + }, + { + "name": "required", + "description": "(optional) Input required" + }, + { + "name": "size", + "description": "" + }, + { + "name": "status", + "description": "" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "transparent", + "description": "(optional) input background transparent" + }, + { + "name": "value", + "description": "(optional) Input value" + }, + { + "name": "variant", + "description": "(optional) Variant", + "values": [ + { + "name": "danger" + }, + { + "name": "informational" + }, + { + "name": "success" + }, + { + "name": "warning" + } + ] + }, + { + "name": "visible-size", + "description": "(optional) the number of visible options in a select drop-down list" + } + ] + }, + { + "name": "scale-dropdown-select", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "aria-label-selected", + "description": "(optional) Screen reader text appended to the selected element" + }, + { + "name": "combobox-id", + "description": "" + }, + { + "name": "disabled", + "description": "" + }, + { + "name": "floating-strategy", + "description": "", + "values": [ + { + "name": "absolute" + }, + { + "name": "fixed" + } + ] + }, + { + "name": "hcm-label-disabled", + "description": "(optional) Text displayed in high contrast mode only to indicate disabled state" + }, + { + "name": "helper-text", + "description": "" + }, + { + "name": "hide-label-visually", + "description": "(optional) to hide the label" + }, + { + "name": "invalid", + "description": "" + }, + { + "name": "label", + "description": "" + }, + { + "name": "name", + "description": "" + }, + { + "name": "readonly", + "description": "" + }, + { + "name": "transparent", + "description": "" + }, + { + "name": "value", + "description": "" + }, + { + "name": "variant", + "description": "", + "values": [ + { + "name": "danger" + }, + { + "name": "informational" + }, + { + "name": "success" + }, + { + "name": "warning" + } + ] + } + ] + }, + { + "name": "scale-dropdown-select-item", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "disabled", + "description": "" + }, + { + "name": "focused", + "description": "" + }, + { + "name": "selected", + "description": "" + }, + { + "name": "value", + "description": "" + } + ] + }, + { + "name": "scale-grid", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "columns", + "description": "(optional) Set amount of columns in container" + }, + { + "name": "gutter-x", + "description": "(optioanl) Set gutter between rows" + }, + { + "name": "gutter-y", + "description": "(optional) Set gutter between columns" + }, + { + "name": "max-width", + "description": "(optioanl) Set max-width to contaier" + }, + { + "name": "spacing", + "description": "(optioanl) Set padding to container" + } + ] + }, + { + "name": "scale-grid-item", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "offset", + "description": "(optional) Set starting column" + }, + { + "name": "size", + "description": "(optional) Set size of column" + } + ] + }, + { + "name": "scale-helper-text", + "description": { + "kind": "markdown", + "value": "This is a superset of the default anchor `` element." + }, + "attributes": [ + { + "name": "helper-text", + "description": "(optional) Helper text" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "variant", + "description": "(optional) Injected CSS styles", + "values": [ + { + "name": "danger" + }, + { + "name": "informational" + }, + { + "name": "neutral" + }, + { + "name": "success" + }, + { + "name": "warning" + } + ] + } + ] + }, + { + "name": "scale-icon", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon as standalone, make it meaningful for accessibility" + }, + { + "name": "decorative", + "description": "(optional) If `true` the svg element will get aria-hidden=\"true\"" + }, + { + "name": "fill", + "description": "The SVG `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "name", + "description": "A name that will be used to reference an SVG object defined elsewhere,\r\nvia ``. `icon-` will be prepended to the name, so if\r\nyou pass `circle`, it will look for for the `icon-circle` id\r\ne.g. ``.\r\nIf there is no element in the document with the id by the name provided,\r\nthis component will render empty." + }, + { + "name": "path", + "description": "A path shape to be used in the `d` attribute of a path element." + }, + { + "name": "size", + "description": "Will be used for both `width` and `height`, all icons are square.\r\nKeep in mind the `viewBox` attribute is set to \"0 0 24 24\"." + }, + { + "name": "stroke", + "description": "The SVG `stroke` attribute" + } + ] + }, + { + "name": "scale-icon-action-add", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-add-card", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-arrange", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-arrow-down", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-arrow-left", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-arrow-right", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-arrow-up", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-auto-login", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-backspace", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-backward", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-changelog", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-checkmark", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-circle-add", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-circle-close", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-close", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-compare", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-copy-paste", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-cut-paste", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-disabled-microphone", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-download", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-download-from-cloud", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-drag-and-drop", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-edit", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-export", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-fast-forward", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-fast-forward-nb", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-favorite", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-filter", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-filter-2", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-forward", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-full-screen", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-hide-password", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-import", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-install", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-launch", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-light-dark-mode", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-link", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-logout", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-loop", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-menu", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-microphone", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-minimize-screen", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-minus", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-minus-circle", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-more", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-move", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-mute", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-notification", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-pause", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-pause-nb", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-pin", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-play", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-play-nb", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-pop-up-window", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-power", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-previous-nb", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-print", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-publish", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-random", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-record-nb", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-refresh", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-remove", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-reply", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-reply-all", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-reply-forward", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-restart", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-search", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-send", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-share", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-shopping-cart", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-show-password", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-sort", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-sound-on", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-star", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-stream-on", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-success", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-thumbs-down", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-thumbs-up", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-tiles-add", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-upload", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-upload-to-cloud", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-volume-down", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-volume-up", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-zoom-in", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-action-zoom-out", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-alert-antivirus-protection", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-alert-compliance", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-alert-cyber-security", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-alert-error", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-alert-help", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-alert-high-priority-email", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-alert-imprint-dataprivacy", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-alert-information", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-alert-legal", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-alert-network-disrupted", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-alert-password-breaking", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-alert-security", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-alert-traffic-disruption", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-alert-unknown", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-alert-warning", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-available", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-blog", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-call-incoming", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-call-outgoing", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-chat", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-chat-badge", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-email", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-end-call", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-feedback", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-flight-mode", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-happy-person", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-inbox", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-landing-mobile-contact-client", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-loyalty-earned", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-loyalty-lost", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-mail-opened", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-message", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-message-incoming", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-message-outgoing", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-mms-incoming", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-mms-outgoing", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-mobile-phone-number", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-network-signal", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-new-email", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-outbox", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-phone-number", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-recipient", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-save-emails-to-drafts", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-sms", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-spam", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-communication-voice-message", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-2fa-google-auth", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-achievement", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-android", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-apple", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-applications", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-available-keychain", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-bank", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-biometric", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-birthday", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-bookmark", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-calendar", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-clipboard", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-clock", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-cloud-security", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-code-scanner", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-color-selection", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-country", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-credit-card", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-data-visualisation", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-delivery", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-digital-banking", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-digital-media", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-discount", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-e-sim", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-eu", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-face-mask", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-features", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-flexible-tariffs", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-folder", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-food", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-gender-diverse", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-gender-female", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-gender-male", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-half-rating", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-heart", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-height", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-history", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-hour-glass", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-iban", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-id", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-in-stock", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-international", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-international-sms", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-interview", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-key", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-language", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-lock", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-loyalty", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-media-folder", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-money-at", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-music", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-news", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-out-of-stock", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-person-walking", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-prepaid-activate", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-price-tag", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-ratings", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-route", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-rss", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-shop", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-signal", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-sim-card", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-smile", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-sort-indicator-down", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-sort-indicator-mini-down", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-sort-indicator-up", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-sort-indicator-up-mini", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-status-inactive", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-status-recurring", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-stopwatch", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-support-chat", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-sustainable", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-tariffs", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-threats", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-todo-list", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-transport", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-unlock", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-voucher", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-waiting", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-content-wallet", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-add-device", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-camera", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-change-camera", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-computer", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-device-controller", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-device-ethernet", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-device-mesh", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-device-phone", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-device-router", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-device-tv", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-device-watch", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-dongle", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-fax", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-fixed-line-services", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-game-controller", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-media-receiver", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-mobile-data", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-mobile-devices-combination", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-mobile-equipment", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-mobile-phone-insurance", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-mobile-services", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-no-camera", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-phone-with-mobile-plan", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-phone-without-mobile-plan", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-photo-camera", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-remote-controller", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-replacement-mobilephone", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-screen-rotate", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-server", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-smart-speaker", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-tablet", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-tv-and-mobile", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-twitching-closed-state", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-device-twitching-open-state", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-home-home", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-home-internet-at-home", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-home-iot", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-home-light-bulb", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-home-network-secure", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-home-no-wifi", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-home-power-socket", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-home-preferred-wifi", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-home-reduced-wifi", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-home-slow-wifi", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-home-smarthome", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-home-unable-to-connect-to-router", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-home-wifi", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-home-wifi-connected", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-home-wifi-connection-error", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-home-wifi-manual-login", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-home-wifi-no-wired-internet", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-navigation-circle-top-up", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-navigation-collapse-down", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-navigation-collapse-up", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-navigation-double-left", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-navigation-double-right", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-navigation-external-link", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-navigation-internal-link", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-navigation-left", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-navigation-left-condensed", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-navigation-location", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-navigation-map", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-navigation-my-location", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-navigation-right", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-navigation-right-condensed", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-navigation-start", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-navigation-top-up", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-process-order-status", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-process-processing", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-process-sepa-transaction", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-service-devices-service", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-service-maintanance", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-service-manual", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-service-one-time-password", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-service-services", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-service-settings", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-service-support", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-service-vpn", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-t-product-2fa-telekom-app", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-t-product-magenta-cloud", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-t-product-magenta-tv", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-t-product-magentaone", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-t-product-measure-internet-speed", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-t-product-seamless-connectivity", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-t-product-telekom-1t1", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-t-product-telekom-plan", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-t-product-telekom-shop-b", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-t-product-usage", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-t-product-voice", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-admin", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-analytics", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-attachment", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-audio-file", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-billing", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-boy", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-bussines-users", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-communities", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-contacts", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-contacts-from-cloud", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-contracts", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-draft-file", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-families", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-family", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-file", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-file-collection", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-girl", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-handshake", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-html-file", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-id-card", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-image-file", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-logout", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-man", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-pdf-file", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-switch-users", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-user", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-videos", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-user-file-woman", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-weather-cloudy", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-weather-cloudy-rain", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-weather-cloudy-sleet", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-weather-cloudy-snow", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-weather-cloudy-thunder-rain", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-weather-cloudy-thunder-snow", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-weather-heavy-sleet", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-weather-heavy-snow", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-weather-moon-clear", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-weather-moon-cloudy-a", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-weather-moon-cloudy-b", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-weather-moon-rain", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-weather-moon-sleet", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-weather-moon-snow", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-weather-moon-thunder-rain", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-weather-moon-thunder-snow", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-weather-overcast", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-weather-rain", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-weather-sunny", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-weather-thunder-rain", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-icon-weather-thunder-snow", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "color", + "description": "(optional) Alias for `fill`" + }, + { + "name": "decorative", + "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" + }, + { + "name": "fill", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "(optional) If `true` the icon can receive focus" + }, + { + "name": "selected", + "description": "(optional) If `true`, the icon changes visually" + }, + { + "name": "size", + "description": "(optional) The width and height in pixels" + } + ] + }, + { + "name": "scale-input", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "checked", + "description": "(optional) Active switch" + }, + { + "name": "cols", + "description": "(optional) textarea column" + }, + { + "name": "controlled", + "description": "(optional) Makes type `select` behave as a controlled component in React" + }, + { + "name": "counter", + "description": "(optional) Input counter" + }, + { + "name": "disabled", + "description": "(optional) Input disabled" + }, + { + "name": "helper-text", + "description": "(optional) Input helper text" + }, + { + "name": "icon", + "description": "(optional) Input checkbox checked icon" + }, + { + "name": "input-id", + "description": "(optional) Input checkbox id" + }, + { + "name": "invalid", + "description": "(optional) Input status" + }, + { + "name": "label", + "description": "(optional) Input label" + }, + { + "name": "max-length", + "description": "(optional) Input max length" + }, + { + "name": "min-length", + "description": "(optional) Input min length" + }, + { + "name": "multiple", + "description": "(optional) select multiple options" + }, + { + "name": "name", + "description": "(optional) Input name" + }, + { + "name": "placeholder", + "description": "(optional) Input placeHolder" + }, + { + "name": "required", + "description": "(optional) Input required" + }, + { + "name": "resize", + "description": "(optional) textarea resize", + "values": [ + { + "name": "horizontal" + }, + { + "name": "none" + }, + { + "name": "unset" + }, + { + "name": "vertical" + } + ] + }, + { + "name": "rows", + "description": "(optional) textarea row" + }, + { + "name": "size", + "description": "(optional) Input size" + }, + { + "name": "status", + "description": "" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "transparent", + "description": "(optional) input background transparent" + }, + { + "name": "type", + "description": "(optional) Input type", + "values": [ + { + "name": "checkbox" + }, + { + "name": "email" + }, + { + "name": "hidden" + }, + { + "name": "number" + }, + { + "name": "password" + }, + { + "name": "radio" + }, + { + "name": "select" + }, + { + "name": "tel" + }, + { + "name": "text" + }, + { + "name": "textarea" + }, + { + "name": "url" + } + ] + }, + { + "name": "value", + "description": "(optional) Input value" + }, + { + "name": "variant", + "description": "(optional) Input label variant", + "values": [ + { + "name": "animated" + }, + { + "name": "static" + } + ] + }, + { + "name": "visible-size", + "description": "(optional) the number of visible options in a select drop-down list" + } + ] + }, + { + "name": "scale-link", + "description": { + "kind": "markdown", + "value": "This is a superset of the default anchor `` element." + }, + "attributes": [ + { + "name": "disabled", + "description": "(optional) Disabled link" + }, + { + "name": "download", + "description": "(optional) Download declaration" + }, + { + "name": "href", + "description": "(optional) Link href" + }, + { + "name": "hreflang", + "description": "(optional)" + }, + { + "name": "icon-position", + "description": "(optional) Chnage icon/content slot order", + "values": [ + { + "name": "after" + }, + { + "name": "before" + } + ] + }, + { + "name": "inner-tabindex", + "description": "(optional) Set `tabindex` in the inner button or link element" + }, + { + "name": "omit-underline", + "description": "(optional) Remove the initial line from the text (can also be achieved via `--line-thickness-initial: 0`)\r\nRemove the line for every state with `--line-thickness: 0`" + }, + { + "name": "ping", + "description": "(optional)" + }, + { + "name": "referrerpolicy", + "description": "(optional)", + "values": [ + { + "name": "no-referrer" + }, + { + "name": "no-referrer-when-downgrade" + }, + { + "name": "origin" + }, + { + "name": "origin-when-cross-origin" + }, + { + "name": "same-origin" + }, + { + "name": "strict-origin" + }, + { + "name": "strict-origin-when-cross-origin" + }, + { + "name": "unsafe-url" + } + ] + }, + { + "name": "rel", + "description": "(optional)" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "target", + "description": "(optional)", + "values": [ + { + "name": "_blank" + }, + { + "name": "_parent" + }, + { + "name": "_self" + }, + { + "name": "_top" + } + ] + }, + { + "name": "type", + "description": "(optional)" + } + ] + }, + { + "name": "scale-list", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "ordered", + "description": "(optional) Make the list ordered (ol)" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + } + ] + }, + { + "name": "scale-list-item", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "index", + "description": "Index number, useful only for styling the `ordered` type" + }, + { + "name": "marker", + "description": "If `false`, no marker or left padding will be visible" + }, + { + "name": "ordered", + "description": "Whether this is a child of an ordered scale-list, gets set automatically by its parent" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + } + ] + }, + { + "name": "scale-loading-spinner", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "" + }, + { + "name": "alignment", + "description": "", + "values": [ + { + "name": "horizontal" + }, + { + "name": "vertical" + } + ] + }, + { + "name": "size", + "description": "", + "values": [ + { + "name": "large" + }, + { + "name": "small" + } + ] + }, + { + "name": "text", + "description": "" + }, + { + "name": "variant", + "description": "", + "values": [ + { + "name": "primary" + }, + { + "name": "white" + } + ] + } + ] + }, + { + "name": "scale-logo", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + }, + { + "name": "focusable", + "description": "" + }, + { + "name": "href", + "description": "(optional) Set a link" + }, + { + "name": "language", + "description": "" + }, + { + "name": "logo-aria-described-by", + "description": "FIXME is this actually working? probably not because of shadow DOM?" + }, + { + "name": "logo-aria-hidden", + "description": "FIXME this is also probably not working properly, see below (it needs a string value)" + }, + { + "name": "logo-hide-title", + "description": "(optional) Hide all logo related titles" + }, + { + "name": "logo-title", + "description": "(optional) set logo specific title" + }, + { + "name": "scroll-into-view-on-focus", + "description": "" + }, + { + "name": "size", + "description": "(optional) The height in pixels" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "transparent", + "description": "(optional) Set transparent background" + }, + { + "name": "variant", + "description": "(optional) Variant/color of the logo text and logo", + "values": [ + { + "name": "magenta" + }, + { + "name": "white" + } + ] + } + ] + }, + { + "name": "scale-logo-svg", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-title", + "description": "" + }, + { + "name": "color", + "description": "(optional) Sets the icon color via the `fill` attribute" + }, + { + "name": "focusable", + "description": "" + }, + { + "name": "inner-role", + "description": "", + "values": [ + { + "name": "img" + }, + { + "name": "link" + } + ] + }, + { + "name": "logo-hide-title", + "description": "(optional) Hide all logo related titles" + }, + { + "name": "logo-title", + "description": "(optional) When using the icon standalone, make it meaningful for accessibility" + } + ] + }, + { + "name": "scale-menu-flyout", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "close-on-select", + "description": "(optional) Determines whether the flyout should close when a menu item is selected" + }, + { + "name": "direction", + "description": "(optional) Set preference for where the menu appears, space permitting", + "values": [ + { + "name": "bottom-left" + }, + { + "name": "bottom-right" + }, + { + "name": "left" + }, + { + "name": "right" + }, + { + "name": "top-left" + }, + { + "name": "top-right" + } + ] + }, + { + "name": "styles", + "description": "(optional) Injected styles" + }, + { + "name": "trigger-has-popup", + "description": "(optional) Determines whether the flyout trigger should get the aria-haspopup attribute" + } + ] + }, + { + "name": "scale-menu-flyout-divider", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "styles", + "description": "(optional) Injected styles" + } + ] + }, + { + "name": "scale-menu-flyout-item", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "active", + "description": "(optional) Mark as active" + }, + { + "name": "cascade", + "description": "(optional) Set to true to display arrow icon suffix" + }, + { + "name": "checkable", + "description": "(optional) Whether the item should behave as a checkbox", + "values": [ + { + "name": "checkbox" + }, + { + "name": "radio" + } + ] + }, + { + "name": "checked", + "description": "(optional) Set to true to display check prefix, false to display empty prefix" + }, + { + "name": "disabled", + "description": "(optional) Disabled" + }, + { + "name": "styles", + "description": "(optional) Injected styles" + }, + { + "name": "value", + "description": "(optional) value" + } + ] + }, + { + "name": "scale-menu-flyout-list", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "active", + "description": "" + }, + { + "name": "brand-header-dropdown", + "description": "(optional) set to true when using in telekom-brand-header" + }, + { + "name": "close-on-select", + "description": "(optional) Determines whether the flyout should close when a menu item is selected" + }, + { + "name": "direction", + "description": "(optional) Set preference for where the menu appears, space permitting", + "values": [ + { + "name": "bottom-left" + }, + { + "name": "bottom-right" + }, + { + "name": "left" + }, + { + "name": "right" + }, + { + "name": "top-left" + }, + { + "name": "top-right" + } + ] + }, + { + "name": "opened", + "description": "" + }, + { + "name": "prevent-flip-vertical", + "description": "(optional) set to true to prevent flipping orientation when off the screen vertically" + }, + { + "name": "styles", + "description": "(optional) Injected styles" + } + ] + }, + { + "name": "scale-modal", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "align-actions", + "description": "(optional) Alignment of action buttons", + "values": [ + { + "name": "left" + }, + { + "name": "right" + } + ] + }, + { + "name": "allow-injecting-style-to-body", + "description": "(optional) allow to inject css style {overflow: hidden} to body when modal is open" + }, + { + "name": "close-button-label", + "description": "(optional) Label for close button" + }, + { + "name": "close-button-title", + "description": "(optional) title for close button" + }, + { + "name": "duration", + "description": "(optional) Transition duration" + }, + { + "name": "heading", + "description": "Modal heading" + }, + { + "name": "omit-close-button", + "description": "(optional) hide close button" + }, + { + "name": "opened", + "description": "(optional) If `true`, the Modal is open." + }, + { + "name": "size", + "description": "(optional) Modal size" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + } + ] + }, + { + "name": "scale-nav-icon", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "active", + "description": "" + }, + { + "name": "badge", + "description": "" + }, + { + "name": "badge-label", + "description": "" + }, + { + "name": "click-link", + "description": "" + }, + { + "name": "href", + "description": "(optional) href value" + }, + { + "name": "icon", + "description": "" + }, + { + "name": "is-active", + "description": "(optional) if this item is active" + }, + { + "name": "is-mobile-menu-open", + "description": "" + }, + { + "name": "mobile-menu-open", + "description": "" + }, + { + "name": "ref-mobile-menu-toggle", + "description": "" + }, + { + "name": "ref-mobile-user-menu-toggle", + "description": "" + }, + { + "name": "ref-user-menu-toggle", + "description": "" + } + ] + }, + { + "name": "scale-nav-main", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "active", + "description": "(optional) if this item is active" + }, + { + "name": "click-link", + "description": "" + }, + { + "name": "href", + "description": "(optional) href value" + }, + { + "name": "inner-id", + "description": "(optional) inner element id" + }, + { + "name": "is-active", + "description": "" + }, + { + "name": "is-mega-menu-visible", + "description": "" + }, + { + "name": "mega-menu-visible", + "description": "(optional) if this mega-menu is visible" + }, + { + "name": "name", + "description": "(optional) name value" + }, + { + "name": "popup", + "description": "" + }, + { + "name": "target", + "description": "(optional) target value" + } + ] + }, + { + "name": "scale-nav-segment", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "active", + "description": "" + }, + { + "name": "href", + "description": "(optional) href value" + }, + { + "name": "is-active", + "description": "(optional) if this item is active" + } + ] + }, + { + "name": "scale-notification", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "aria-heading", + "description": "(optional) string prepended to the heading" + }, + { + "name": "close-button-label", + "description": "(optional) Label for close button" + }, + { + "name": "close-button-title", + "description": "(optional) `title` for close button" + }, + { + "name": "delay", + "description": "(optional) Time in milliseconds until it closes by itself" + }, + { + "name": "dismissible", + "description": "(optional) Show the close button" + }, + { + "name": "heading", + "description": "Heading" + }, + { + "name": "heading-level", + "description": "Default aria-level for heading" + }, + { + "name": "inner-aria-live", + "description": "" + }, + { + "name": "inner-role", + "description": "(optional) string prepended to the heading", + "values": [ + { + "name": "alert" + }, + { + "name": "status" + } + ] + }, + { + "name": "opened", + "description": "(optional) Visible" + }, + { + "name": "styles", + "description": "(optional) Injected styles" + }, + { + "name": "type", + "description": "(optional) Type", + "values": [ + { + "name": "banner" + }, + { + "name": "inline" + }, + { + "name": "toast" + } + ] + }, + { + "name": "variant", + "description": "(optional) Variant", + "values": [ + { + "name": "danger" + }, + { + "name": "informational" + }, + { + "name": "success" + }, + { + "name": "warning" + } + ] + } + ] + }, + { + "name": "scale-notification-badge", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "click-handler", + "description": "(optional) Handle click on the badge and surroundet slot elements" + }, + { + "name": "label", + "description": "(optional) Text that is displayed in the badge" + }, + { + "name": "max-characters", + "description": "(optional) Maximal number of characters displayed in the badge" + }, + { + "name": "type", + "description": "(optional) Setting/Slotcontent in which the badge is used", + "values": [ + { + "name": "icon" + }, + { + "name": "nav-icon" + }, + { + "name": "text" + } + ] + } + ] + }, + { + "name": "scale-notification-banner", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "auto-hide", + "description": "" + }, + { + "name": "auto-hide-duration", + "description": "" + }, + { + "name": "close-button-label", + "description": "(optional) Label for close button" + }, + { + "name": "close-button-title", + "description": "(optional) Title for close button" + }, + { + "name": "dismissible", + "description": "" + }, + { + "name": "href", + "description": "" + }, + { + "name": "opened", + "description": "" + }, + { + "name": "variant", + "description": "", + "values": [ + { + "name": "error" + }, + { + "name": "informational" + }, + { + "name": "success" + }, + { + "name": "warning" + } + ] + } + ] + }, + { + "name": "scale-notification-message", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "auto-hide", + "description": "" + }, + { + "name": "auto-hide-duration", + "description": "" + }, + { + "name": "close-button-label", + "description": "(optional) Label for close button" + }, + { + "name": "close-button-title", + "description": "(optional) Title for close button" + }, + { + "name": "dismissible", + "description": "" + }, + { + "name": "opened", + "description": "" + }, + { + "name": "variant", + "description": "", + "values": [ + { + "name": "error" + }, + { + "name": "informational" + }, + { + "name": "success" + }, + { + "name": "warning" + } + ] + } + ] + }, + { + "name": "scale-notification-toast", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "alignment", + "description": "(optional) Alignment choose for top and bottom", + "values": [ + { + "name": "bottom-left" + }, + { + "name": "bottom-right" + }, + { + "name": "top-left" + }, + { + "name": "top-right" + } + ] + }, + { + "name": "animated", + "description": "(optional) Animated toast" + }, + { + "name": "auto-hide", + "description": "(optional) Toast auto hide" + }, + { + "name": "auto-hide-duration", + "description": "(optional) Toast auto hide duration" + }, + { + "name": "close-button-label", + "description": "(optional) Label for close button" + }, + { + "name": "close-button-title", + "description": "(optional) Title for close button" + }, + { + "name": "fade-duration", + "description": "(optional) Toast fade duration" + }, + { + "name": "href", + "description": "" + }, + { + "name": "opened", + "description": "(optional) Toast opened" + }, + { + "name": "position-horizontal", + "description": "(optional) Toast position right" + }, + { + "name": "position-vertical", + "description": "(optional) Toast position at the top" + }, + { + "name": "story", + "description": "(do not use) it is a helper prop for storybook" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "variant", + "description": "(optional) Toast variant", + "values": [ + { + "name": "error" + }, + { + "name": "informational" + }, + { + "name": "success" + }, + { + "name": "warning" + } + ] + } + ] + }, + { + "name": "scale-pagination", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "aria-label-first-page", + "description": "(optional) translation to 'Go to first page'" + }, + { + "name": "aria-label-last-page", + "description": "(optional) translation to 'Go to last page'" + }, + { + "name": "aria-label-next-page", + "description": "(optional) translation to 'Go to next page'" + }, + { + "name": "aria-label-previous-page", + "description": "(optional) translation to 'Go to previous page'" + }, + { + "name": "hide-border", + "description": "(optional) Set to true to hide top and bottom borders" + }, + { + "name": "hide-borders", + "description": "(optional) Deprecated; hideBorder should replace hideBorders" + }, + { + "name": "page-size", + "description": "(optional) Set number of rows/elements to show per page" + }, + { + "name": "size", + "description": "", + "values": [ + { + "name": "large" + }, + { + "name": "small" + } + ] + }, + { + "name": "small", + "description": "" + }, + { + "name": "start-element", + "description": "(optional) Index of first element to display" + }, + { + "name": "styles", + "description": "(optional) Injected styles" + }, + { + "name": "total-elements", + "description": "(optional) Total number of rows/elements used to calculate page displays" + } + ] + }, + { + "name": "scale-progress-bar", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "busy", + "description": "(optional) Progress bar busy switch" + }, + { + "name": "custom-color", + "description": "" + }, + { + "name": "disabled", + "description": "(optional) Progress bar disabled" + }, + { + "name": "has-error", + "description": "(optional) Progress bar error" + }, + { + "name": "icon", + "description": "(optional) Progress bar icon indicator" + }, + { + "name": "label", + "description": "(optional) Progress bar label" + }, + { + "name": "mute", + "description": "(optional) disables aria-live" + }, + { + "name": "percentage", + "description": "(required) Progress bar percentage" + }, + { + "name": "percentage-start", + "description": "(optional) Progress bar percentage to start the animation from (default: 0)" + }, + { + "name": "progress-bar-id", + "description": "(optional) Progress bar id" + }, + { + "name": "show-status", + "description": "(optional) Progress bar percentage text" + }, + { + "name": "status-description", + "description": "(optional) Progress bar status description text" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + } + ] + }, + { + "name": "scale-radio-button", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "checked", + "description": "(optional) Input checked" + }, + { + "name": "disabled", + "description": "(optional) Input disabled" + }, + { + "name": "helper-text", + "description": "(optional) Input helper text" + }, + { + "name": "input-id", + "description": "(optional) Input checkbox id" + }, + { + "name": "invalid", + "description": "(optional) Input status" + }, + { + "name": "label", + "description": "(optional) Input label" + }, + { + "name": "name", + "description": "(optional) Input name" + }, + { + "name": "status", + "description": "" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "value", + "description": "(optional) Input value" + } + ] + }, + { + "name": "scale-radio-button-group", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "helper-text", + "description": "(optional) Input helper text" + }, + { + "name": "invalid", + "description": "(optional) Input status" + }, + { + "name": "label", + "description": "(optional) Input label" + }, + { + "name": "status", + "description": "" + } + ] + }, + { + "name": "scale-rating-stars", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "aria-label-translation", + "description": "a11y text for getting meaningful value. `$rating` and `$max` (deprecated `$maxRating`) are template variables and will be replaces by their corresponding properties." + }, + { + "name": "disabled", + "description": "disables input" + }, + { + "name": "hide-label", + "description": "(optional) info text" + }, + { + "name": "info-text", + "description": "(optional) info text" + }, + { + "name": "label", + "description": "(optional) rating label" + }, + { + "name": "max", + "description": "The upper limit of the rating" + }, + { + "name": "max-rating", + "description": "" + }, + { + "name": "min-rating", + "description": "" + }, + { + "name": "rating", + "description": "Represents the current value of the rating" + }, + { + "name": "readonly", + "description": "makes the rating non-interactive (but still accessible)" + }, + { + "name": "size", + "description": "size of the stars", + "values": [ + { + "name": "large" + }, + { + "name": "small" + } + ] + }, + { + "name": "star-size", + "description": "", + "values": [ + { + "name": "large" + }, + { + "name": "small" + } + ] + } + ] + }, + { + "name": "scale-segment", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "adjacent-siblings", + "description": "", + "values": [ + { + "name": "left" + }, + { + "name": "leftright" + }, + { + "name": "right" + } + ] + }, + { + "name": "aria-description-translation", + "description": "a11y text for getting meaningful value. `$buttonNumber` and `$selected` are template variables and will be replaces by their corresponding properties." + }, + { + "name": "aria-label-segment", + "description": "(optional) aria-label attribute needed for icon-only segments" + }, + { + "name": "aria-lang-deselected", + "description": "(optional) translation of 'deselected" + }, + { + "name": "aria-lang-selected", + "description": "(optional) translation of 'selected" + }, + { + "name": "disabled", + "description": "(optional) If `true`, the segment is disabled" + }, + { + "name": "has-icon", + "description": "(optional) position within group" + }, + { + "name": "icon-only", + "description": "(optional) position within group" + }, + { + "name": "position", + "description": "(optional) position within group" + }, + { + "name": "segment-id", + "description": "(optional) segment's id" + }, + { + "name": "selected", + "description": "(optional) If `true`, the segment is selected" + }, + { + "name": "selected-index", + "description": "(optional) the index of the currently selected segment in the segmented-button" + }, + { + "name": "size", + "description": "(optional) The size of the segment", + "values": [ + { + "name": "large" + }, + { + "name": "medium" + }, + { + "name": "small" + } + ] + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "text-only", + "description": "(optional) position within group" + }, + { + "name": "width", + "description": "(optional) Segment width set to ensure that all segments have the same width" + } + ] + }, + { + "name": "scale-segmented-button", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "aria-label-translation", + "description": "(optional) aria-label attribute needed for icon-only buttons" + }, + { + "name": "disabled", + "description": "(optional) If `true`, the button is disabled" + }, + { + "name": "full-width", + "description": "(optional) If `true`, expand to container width" + }, + { + "name": "helper-text", + "description": "(optional) If `true`, show error message" + }, + { + "name": "invalid", + "description": "(optional) If `true`, show error message" + }, + { + "name": "label", + "description": "(optional) Button label" + }, + { + "name": "longest-button-width", + "description": "" + }, + { + "name": "multi-select", + "description": "(optional) Allow more than one button to be selected" + }, + { + "name": "selected-index", + "description": "(optional) the index of the selected segment" + }, + { + "name": "size", + "description": "(optional) The size of the button", + "values": [ + { + "name": "large" + }, + { + "name": "medium" + }, + { + "name": "small" + } + ] + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + } + ] + }, + { + "name": "scale-sidebar-nav", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "aria-label-sidebar-nav", + "description": "From mdn: A brief description of the purpose of the navigation,\r\nomitting the term \"navigation\", as the screen reader will read\r\nboth the role and the contents of the label." + }, + { + "name": "collapsible", + "description": "Set to `true` to make the sidebar toggleable (useful for small screens)" + }, + { + "name": "collapsible-label", + "description": "Label for toggle button" + }, + { + "name": "collapsible-media-query", + "description": "Automatically set `collapsible` based on this media query" + }, + { + "name": "styles", + "description": "(optional) Extra styles" + } + ] + }, + { + "name": "scale-sidebar-nav-collapsible", + "description": { + "kind": "markdown", + "value": "We tried adding ::-moz-focus-inner for the button but JSS fails to parse that selector.\r\n\r\n- https://developer.mozilla.org/en-US/docs/Web/CSS/::-moz-focus-inner\r\n- https://stackoverflow.com/a/199319" + }, + "attributes": [ + { + "name": "active", + "description": "Label and icon get the active color" + }, + { + "name": "bold", + "description": "Bold label and icon" + }, + { + "name": "condensed", + "description": "Used normally for third level items" + }, + { + "name": "expanded", + "description": "Set this to `true` to expand" + }, + { + "name": "href", + "description": "The URL where the link should point to" + }, + { + "name": "label", + "description": "The text for the button" + }, + { + "name": "nesting-level", + "description": "Nesting level within the parent, gets set automatically" + }, + { + "name": "styles", + "description": "(optional) Extra styles" + }, + { + "name": "tag", + "description": "The parent wrapper" + } + ] + }, + { + "name": "scale-sidebar-nav-item", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "active", + "description": "Text gets the active color" + }, + { + "name": "bold", + "description": "Bold text" + }, + { + "name": "condensed", + "description": "Used normally for third level items, remove the bottom border" + }, + { + "name": "current", + "description": "Mark the child link as \"current\" with `aria-current=page`.\r\nProvide the text hint if needed, default is: \"Zurzeit aktiv\"" + }, + { + "name": "nesting-level", + "description": "Nesting level within the parent, gets set automatically" + }, + { + "name": "styles", + "description": "(optional) Extra styles" + } + ] + }, + { + "name": "scale-slider", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "custom-color", + "description": "" + }, + { + "name": "decimals", + "description": "(optional) number of decimal places" + }, + { + "name": "disabled", + "description": "(optional) disabled" + }, + { + "name": "helper-text", + "description": "(optional) helper text" + }, + { + "name": "inner-aria-value-text", + "description": "(optional) Aria label for range slider" + }, + { + "name": "label", + "description": "(optional) slider label" + }, + { + "name": "max", + "description": "(optional) the maximal value of the slider" + }, + { + "name": "min", + "description": "t(optional) he minimal value of the slider" + }, + { + "name": "name", + "description": "(optional) the name of the slider" + }, + { + "name": "platform", + "description": "(optional) adapt styles for a specific platform.\r\nIdeally done via a global `data-platform` attribute\r\n(e.g. data-platform=\"ios\" on `body`)\r\nbut browser support is not yet sufficient.", + "values": [ + { + "name": "android" + }, + { + "name": "ios" + } + ] + }, + { + "name": "range", + "description": "(optional) multi-thumb" + }, + { + "name": "show-step-marks", + "description": "(optional) show a mark for each step" + }, + { + "name": "show-value", + "description": "(optional) slider display value" + }, + { + "name": "slider-id", + "description": "(optional) Slider id" + }, + { + "name": "step", + "description": "(optional) the step size to increase or decrease when dragging slider" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "thumb-large", + "description": "" + }, + { + "name": "track-small", + "description": "" + }, + { + "name": "unit", + "description": "(optional) slider value unit" + }, + { + "name": "unit-position", + "description": "(optional) unit position", + "values": [ + { + "name": "after" + }, + { + "name": "before" + } + ] + }, + { + "name": "value", + "description": "(optional) the value of the slider" + }, + { + "name": "value-from", + "description": "(optional) when `range` is true, the \"from\" value" + }, + { + "name": "value-to", + "description": "(optional) when `range` is true, the \"to\" value" + } + ] + }, + { + "name": "scale-ssr-slot-fix", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [] + }, + { + "name": "scale-switch", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "checked", + "description": "(optional) Active switch" + }, + { + "name": "disabled", + "description": "(optional) Disabled switch" + }, + { + "name": "input-id", + "description": "(optional) Input id" + }, + { + "name": "label", + "description": "(optional) switch label" + }, + { + "name": "name", + "description": "(optional) Input name" + }, + { + "name": "size", + "description": "", + "values": [ + { + "name": "large" + }, + { + "name": "small" + } + ] + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + } + ] + }, + { + "name": "scale-tab-header", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "disabled", + "description": "True for a disabled Tabnavigation" + }, + { + "name": "selected", + "description": "(optional) Whether the tab is selected" + }, + { + "name": "size", + "description": "(optional) size", + "values": [ + { + "name": "large" + }, + { + "name": "small" + } + ] + }, + { + "name": "small", + "description": "" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + } + ] + }, + { + "name": "scale-tab-nav", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "size", + "description": "(optional) size", + "values": [ + { + "name": "large" + }, + { + "name": "small" + } + ] + }, + { + "name": "small", + "description": "" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + } + ] + }, + { + "name": "scale-tab-panel", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "size", + "description": "", + "values": [ + { + "name": "large" + }, + { + "name": "small" + } + ] + }, + { + "name": "small", + "description": "" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "tabbable-panel", + "description": "(optional) adds tab-index=\"0\" to the panel, set to false to exclude the tab-panel from the tab sequence, e.g. if the first element in the panel is a focusable button" + } + ] + }, + { + "name": "scale-table", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "show-sort", + "description": "(optional) Display sort arrows on/off" + }, + { + "name": "size", + "description": "" + }, + { + "name": "striped", + "description": "(optional) Striped Table" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + } + ] + }, + { + "name": "scale-tag", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "color", + "description": "(optional) Tag color", + "values": [ + { + "name": "black" + }, + { + "name": "brown" + }, + { + "name": "cyan" + }, + { + "name": "dismissable" + }, + { + "name": "green" + }, + { + "name": "olive" + }, + { + "name": "orange" + }, + { + "name": "red" + }, + { + "name": "standard" + }, + { + "name": "teal" + }, + { + "name": "violet" + }, + { + "name": "yellow" + } + ] + }, + { + "name": "disabled", + "description": "(optional) Tag disabled" + }, + { + "name": "dismiss-text", + "description": "(optional) Dismiss label" + }, + { + "name": "dismissable", + "description": "(optional) Tag dismissable" + }, + { + "name": "href", + "description": "(optional) Tag href" + }, + { + "name": "size", + "description": "(optional) Tag size", + "values": [ + { + "name": "small" + } + ] + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "target", + "description": "(optional) Tag target" + }, + { + "name": "type", + "description": "(optional) Tag type", + "values": [ + { + "name": "standard" + }, + { + "name": "strong" + } + ] + } + ] + }, + { + "name": "scale-telekom-app-shell", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "styles", + "description": "(optional) Injected CSS styles" + } + ] + }, + { + "name": "scale-telekom-footer", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "type", + "description": "", + "values": [ + { + "name": "minimal" + }, + { + "name": "standard" + } + ] + } + ] + }, + { + "name": "scale-telekom-footer-content", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "logo-hide-title", + "description": "(optional) set logo specific title" + }, + { + "name": "logo-href", + "description": "(optional) Logo link" + }, + { + "name": "logo-title", + "description": "(optional) set logo specific title" + } + ] + }, + { + "name": "scale-telekom-footer-data-back-compat", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "copyright", + "description": "" + }, + { + "name": "footer-navigation", + "description": "" + }, + { + "name": "type", + "description": "", + "values": [ + { + "name": "minimal" + }, + { + "name": "standard" + } + ] + } + ] + }, + { + "name": "scale-telekom-footer-extended-navigation", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [] + }, + { + "name": "scale-telekom-footer-extended-navigation-column", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "expanded", + "description": "Set to `true` to expand" + }, + { + "name": "heading", + "description": "" + }, + { + "name": "heading-level", + "description": "" + } + ] + }, + { + "name": "scale-telekom-header", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "app-name", + "description": "" + }, + { + "name": "app-name-click", + "description": "" + }, + { + "name": "app-name-link", + "description": "" + }, + { + "name": "lang-switcher-aria-label", + "description": "" + }, + { + "name": "logo-hide-title", + "description": "" + }, + { + "name": "logo-href", + "description": "" + }, + { + "name": "logo-title", + "description": "" + }, + { + "name": "main-nav-aria-label", + "description": "" + }, + { + "name": "meta-nav-aria-label", + "description": "" + }, + { + "name": "meta-nav-external-aria-label", + "description": "" + }, + { + "name": "type", + "description": "" + } + ] + }, + { + "name": "scale-telekom-header-data-back-compat", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "active-route-id", + "description": "" + }, + { + "name": "addon-navigation", + "description": "" + }, + { + "name": "app-name", + "description": "" + }, + { + "name": "app-name-click", + "description": "" + }, + { + "name": "app-name-link", + "description": "" + }, + { + "name": "icon-navigation", + "description": "" + }, + { + "name": "logo-hide-title", + "description": "" + }, + { + "name": "logo-href", + "description": "" + }, + { + "name": "logo-title", + "description": "" + }, + { + "name": "main-navigation", + "description": "" + }, + { + "name": "sector-navigation", + "description": "" + }, + { + "name": "user-navigation", + "description": "" + } + ] + }, + { + "name": "scale-telekom-mega-menu", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [] + }, + { + "name": "scale-telekom-mega-menu-column", + "description": { + "kind": "markdown", + "value": "Usage example:\r\n\r\n```html\r\n \r\n \r\n My heading\r\n \r\n \r\n```" + }, + "attributes": [ + { + "name": "heading-level", + "description": "" + } + ] + }, + { + "name": "scale-telekom-mobile-flyout-canvas", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "app-name", + "description": "" + }, + { + "name": "app-name-click", + "description": "" + }, + { + "name": "app-name-link", + "description": "" + }, + { + "name": "close-button-label", + "description": "" + }, + { + "name": "close-button-title", + "description": "" + } + ] + }, + { + "name": "scale-telekom-mobile-menu", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "app-name", + "description": "" + }, + { + "name": "app-name-click", + "description": "" + }, + { + "name": "app-name-link", + "description": "" + }, + { + "name": "back-button-title", + "description": "" + } + ] + }, + { + "name": "scale-telekom-mobile-menu-item", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "active", + "description": "" + }, + { + "name": "current-level", + "description": "" + }, + { + "name": "level", + "description": "" + }, + { + "name": "open", + "description": "" + } + ] + }, + { + "name": "scale-telekom-nav-flyout", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "expanded", + "description": "Open the flyout menu" + }, + { + "name": "hover", + "description": "(optinal) Whether the flyout should open on hover (needs better name!)" + }, + { + "name": "trigger-selector", + "description": "(optional) Selector to query the trigger element in case it's not the previous sibling" + }, + { + "name": "variant", + "description": "(optional) Variant (\"mobile\" gives it a fixed height of `100vh`)", + "values": [ + { + "name": "mobile" + } + ] + } + ] + }, + { + "name": "scale-telekom-nav-item", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "active", + "description": "" + }, + { + "name": "hide-on-desktop", + "description": "" + }, + { + "name": "hide-on-mobile", + "description": "" + }, + { + "name": "role", + "description": "" + }, + { + "name": "variant", + "description": "", + "values": [ + { + "name": "functions" + }, + { + "name": "lang-switcher" + }, + { + "name": "main-nav" + }, + { + "name": "meta-nav" + }, + { + "name": "meta-nav-external" + } + ] + } + ] + }, + { + "name": "scale-telekom-nav-list", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "alignment", + "description": "", + "values": [ + { + "name": "center" + }, + { + "name": "left" + }, + { + "name": "right" + } + ] + }, + { + "name": "role", + "description": "" + }, + { + "name": "variant", + "description": "", + "values": [ + { + "name": "functions" + }, + { + "name": "lang-switcher" + }, + { + "name": "main-nav" + }, + { + "name": "meta-nav" + }, + { + "name": "meta-nav-external" + } + ] + } + ] + }, + { + "name": "scale-telekom-profile-menu", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "accessibility-label", + "description": "" + }, + { + "name": "app-name", + "description": "" + }, + { + "name": "close-menu-accessibility-label", + "description": "" + }, + { + "name": "hide-login-settings", + "description": "" + }, + { + "name": "label", + "description": "" + }, + { + "name": "logged-in", + "description": "" + }, + { + "name": "login-help-label", + "description": "" + }, + { + "name": "login-help-url", + "description": "" + }, + { + "name": "login-label", + "description": "" + }, + { + "name": "login-settings-label", + "description": "" + }, + { + "name": "login-settings-url", + "description": "" + }, + { + "name": "login-url", + "description": "" + }, + { + "name": "logout-handler", + "description": "" + }, + { + "name": "logout-label", + "description": "" + }, + { + "name": "logout-url", + "description": "" + }, + { + "name": "register-headline", + "description": "" + }, + { + "name": "register-label", + "description": "" + }, + { + "name": "register-url", + "description": "" + }, + { + "name": "service-description", + "description": "" + }, + { + "name": "service-links", + "description": "" + }, + { + "name": "service-name", + "description": "" + }, + { + "name": "user-info", + "description": "" + } + ] + }, + { + "name": "scale-text-field", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "aria-detailed-id", + "description": "(optional) id or space separated list of ids of elements that provide or link to additional related information." + }, + { + "name": "counter", + "description": "(optional) Input counter" + }, + { + "name": "disabled", + "description": "(optional) Input disabled" + }, + { + "name": "experimental-controlled", + "description": "(optional)) Makes type `input` behave as a controlled component in React" + }, + { + "name": "helper-text", + "description": "(optional) Input helper text" + }, + { + "name": "hide-label-visually", + "description": "(optional) to avoid displaying the label" + }, + { + "name": "input-autocomplete", + "description": "(optional) custom value for autocomplete HTML attribute" + }, + { + "name": "input-autofocus", + "description": "(optional) the input should automatically get focus when the page loads." + }, + { + "name": "input-id", + "description": "(optional) Input checkbox id" + }, + { + "name": "input-mode-type", + "description": "(optional) Input mode", + "values": [ + { + "name": "decimal" + }, + { + "name": "email" + }, + { + "name": "none" + }, + { + "name": "numeric" + }, + { + "name": "search" + }, + { + "name": "tel" + }, + { + "name": "text" + }, + { + "name": "url" + } + ] + }, + { + "name": "invalid", + "description": "(optional) Input status" + }, + { + "name": "label", + "description": "Input label" + }, + { + "name": "list", + "description": "(optional) input list" + }, + { + "name": "max", + "description": "(optional) define the numeric maximum value of input types such as month, date, time" + }, + { + "name": "max-length", + "description": "(optional) Input text string max length" + }, + { + "name": "min", + "description": "(optional) defines the numeric minimum value of input types such as month, date, time" + }, + { + "name": "min-length", + "description": "(optional) Input text string min length" + }, + { + "name": "name", + "description": "(optional) Input name" + }, + { + "name": "placeholder", + "description": "(optional) Input placeHolder" + }, + { + "name": "readonly", + "description": "(optional) Input readonly" + }, + { + "name": "required", + "description": "(optional) Input required" + }, + { + "name": "size", + "description": "" + }, + { + "name": "status", + "description": "" + }, + { + "name": "step", + "description": "(optional) the step attribute specifies the interval between legal numbers in an element." + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "transparent", + "description": "(optional) input background transparent" + }, + { + "name": "type", + "description": "(optional) Input type", + "values": [ + { + "name": "date" + }, + { + "name": "datetime-local" + }, + { + "name": "email" + }, + { + "name": "hidden" + }, + { + "name": "month" + }, + { + "name": "number" + }, + { + "name": "password" + }, + { + "name": "tel" + }, + { + "name": "text" + }, + { + "name": "time" + }, + { + "name": "url" + }, + { + "name": "week" + } + ] + }, + { + "name": "value", + "description": "(optional) Input value" + }, + { + "name": "variant", + "description": "(optional) Variant", + "values": [ + { + "name": "danger" + }, + { + "name": "informational" + }, + { + "name": "success" + }, + { + "name": "warning" + } + ] + } + ] + }, + { + "name": "scale-textarea", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "cols", + "description": "(optional) textarea column" + }, + { + "name": "counter", + "description": "(optional) Input counter" + }, + { + "name": "disabled", + "description": "(optional) Input disabled" + }, + { + "name": "helper-text", + "description": "(optional) Input helper text" + }, + { + "name": "input-autofocus", + "description": "(optional) the input should automatically get focus when the page loads." + }, + { + "name": "input-id", + "description": "(optional) Input checkbox id" + }, + { + "name": "invalid", + "description": "(optional) Input status" + }, + { + "name": "label", + "description": "(optional) Input label" + }, + { + "name": "max-length", + "description": "(optional) Input max length" + }, + { + "name": "min-length", + "description": "(optional) Input min length" + }, + { + "name": "name", + "description": "(optional) Input name" + }, + { + "name": "placeholder", + "description": "(optional) Input placeHolder" + }, + { + "name": "readonly", + "description": "(optional) Input readonly" + }, + { + "name": "required", + "description": "(optional) Input required" + }, + { + "name": "resize", + "description": "(optional) textarea resize", + "values": [ + { + "name": "horizontal" + }, + { + "name": "none" + }, + { + "name": "unset" + }, + { + "name": "vertical" + } + ] + }, + { + "name": "rows", + "description": "(optional) textarea row" + }, + { + "name": "status", + "description": "" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "transparent", + "description": "(optional) input background transparent" + }, + { + "name": "value", + "description": "(optional) Input value" + }, + { + "name": "variant", + "description": "(optional) Variant", + "values": [ + { + "name": "danger" + }, + { + "name": "informational" + }, + { + "name": "success" + }, + { + "name": "warning" + } + ] + } + ] + }, + { + "name": "scale-toast", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "animated", + "description": "(optional) Animated toast" + }, + { + "name": "auto-hide", + "description": "(optional) Toast autohide time" + }, + { + "name": "fade-duration", + "description": "(optional) Toast fade duration" + }, + { + "name": "opened", + "description": "(optional) Toast opened" + }, + { + "name": "position-right", + "description": "(optional) Toast position right" + }, + { + "name": "position-top", + "description": "(optional) Toast position at the top" + }, + { + "name": "size", + "description": "(optional) Toast size" + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "time", + "description": "(optional) Toast time" + }, + { + "name": "variant", + "description": "(optional) Toast variant" + } + ] + }, + { + "name": "scale-toggle-button", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "aria-description-translation", + "description": "a11y text for getting meaningful value. `$buttonNumber` and `$selected` are template variables and will be replaces by their corresponding properties." + }, + { + "name": "aria-label-toggle-button", + "description": "(optional) aria-label attribute needed for icon-only buttons" + }, + { + "name": "aria-lang-deselected", + "description": "(optional) translation of 'deselected" + }, + { + "name": "aria-lang-selected", + "description": "(optional) translation of 'selected" + }, + { + "name": "background", + "description": "(optional) Button background", + "values": [ + { + "name": "grey" + }, + { + "name": "white" + } + ] + }, + { + "name": "color-scheme", + "description": "", + "values": [ + { + "name": "color" + }, + { + "name": "monochrome" + } + ] + }, + { + "name": "disabled", + "description": "(optional) If `true`, the button is disabled" + }, + { + "name": "hide-border", + "description": "(optional) set the border-radius left, right or both" + }, + { + "name": "icon-only", + "description": "(optional) Button type" + }, + { + "name": "icon-position", + "description": "(optional) Icon position related to the label", + "values": [ + { + "name": "after" + }, + { + "name": "before" + } + ] + }, + { + "name": "position", + "description": "(optional) position within group" + }, + { + "name": "radius", + "description": "(optional) set the border-radius left, right or both", + "values": [ + { + "name": "both" + }, + { + "name": "left" + }, + { + "name": "neither" + }, + { + "name": "right" + } + ] + }, + { + "name": "selected", + "description": "(optional) If `true`, the button is selected" + }, + { + "name": "size", + "description": "(optional) The size of the button", + "values": [ + { + "name": "large" + }, + { + "name": "regular" + }, + { + "name": "small" + }, + { + "name": "xs" + } + ] + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "toggle-button-id", + "description": "(optional) toggle button's id" + }, + { + "name": "variant", + "description": "(optional) background variant of a selected toggle-button", + "values": [ + { + "name": "color" + }, + { + "name": "monochrome" + } + ] + } + ] + }, + { + "name": "scale-toggle-group", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "aria-label-translation", + "description": "(optional) aria-label attribute needed for icon-only buttons" + }, + { + "name": "background", + "description": "(optional) Button Group background", + "values": [ + { + "name": "grey" + }, + { + "name": "white" + } + ] + }, + { + "name": "color-scheme", + "description": "", + "values": [ + { + "name": "color" + }, + { + "name": "monochrome" + } + ] + }, + { + "name": "disabled", + "description": "(optional) If `true`, the button is disabled" + }, + { + "name": "full-width", + "description": "(optional) 100% width" + }, + { + "name": "hide-border", + "description": "(optional) If `true`, the group has a border" + }, + { + "name": "single-select", + "description": "(optional) more than one button selected possible" + }, + { + "name": "size", + "description": "(optional) The size of the button", + "values": [ + { + "name": "large" + }, + { + "name": "regular" + }, + { + "name": "small" + }, + { + "name": "xs" + } + ] + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "variant", + "description": "(optional) background variant of a selected toggle-button", + "values": [ + { + "name": "color" + }, + { + "name": "monochrome" + } + ] + } + ] + }, + { + "name": "scale-tooltip", + "description": { + "kind": "markdown", + "value": "" + }, + "attributes": [ + { + "name": "arrow-offset", + "description": "(optional) How much of the arrow element is \"hidden\"" + }, + { + "name": "arrow-padding", + "description": "(optional) Padding between the arrow and the edges of the tooltip" + }, + { + "name": "content", + "description": "(optional) The content of the Tooltip, supporting text only" + }, + { + "name": "disabled", + "description": "(optional) Disable the tooltip" + }, + { + "name": "distance", + "description": "(optional) Tooltip distance from the target element (related to `placement`)" + }, + { + "name": "flip", + "description": "(optional) Switching the flip option of the tooltip on and off" + }, + { + "name": "opened", + "description": "(optional) Set the tooltip to opened by default (will still be closed on closing events)" + }, + { + "name": "placement", + "description": "(optional) Position of the Tooltip around the trigger element", + "values": [ + { + "name": "bottom" + }, + { + "name": "bottom-end" + }, + { + "name": "bottom-start" + }, + { + "name": "left" + }, + { + "name": "left-end" + }, + { + "name": "left-start" + }, + { + "name": "right" + }, + { + "name": "right-end" + }, + { + "name": "right-start" + }, + { + "name": "top" + }, + { + "name": "top-end" + }, + { + "name": "top-start" + } + ] + }, + { + "name": "styles", + "description": "(optional) Injected CSS styles" + }, + { + "name": "trigger", + "description": "(optional) Set custom trigger event (hover, focus, click)" + } + ] + } + ] +} \ No newline at end of file From 8404698d3a149b00efc922f39677bd1569609987 Mon Sep 17 00:00:00 2001 From: tshimber Date: Mon, 2 Sep 2024 10:44:25 +0200 Subject: [PATCH 2/7] fix: test pipelines --- .github/workflows/build-pr.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 4170af692c..0927eb2745 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -1,5 +1,6 @@ name: build-pr on: + workflow_dispatch: pull_request: branches: - main @@ -137,12 +138,12 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 16 - - name: Set up Docker Compose alias + - name: Set up Docker Compose alias run: | sudo touch /usr/bin/docker-compose echo 'docker compose --compatibility "$@"' | sudo tee /usr/bin/docker-compose sudo chmod +x /usr/bin/docker-compose - + - name: Restore Lerna id: yarn-cache uses: actions/cache@v2 @@ -240,3 +241,4 @@ jobs: - name: Check for uncommitted changes run: | sh scripts/porcelain.sh + cat packages/components/custom-elements.json From 6545705eeaa432668828883131736f6815a0b108 Mon Sep 17 00:00:00 2001 From: tshimber Date: Mon, 2 Sep 2024 10:48:13 +0200 Subject: [PATCH 3/7] fix: test pipelines 2 --- .github/workflows/build-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 0927eb2745..fa81cb6958 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -240,5 +240,5 @@ jobs: - name: Check for uncommitted changes run: | - sh scripts/porcelain.sh cat packages/components/custom-elements.json + sh scripts/porcelain.sh From 5e746220bc8ee65cfd919968e1c8646d28668d5d Mon Sep 17 00:00:00 2001 From: tshimber Date: Mon, 2 Sep 2024 11:42:33 +0200 Subject: [PATCH 4/7] fix: test fix in custom elements --- packages/components/custom-elements.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/custom-elements.json b/packages/components/custom-elements.json index 3bfb41ef18..b205449164 100644 --- a/packages/components/custom-elements.json +++ b/packages/components/custom-elements.json @@ -608,7 +608,7 @@ "description": "Chart Data", "values": [ { - "name": "type" + "name": "value" } ] }, From 2c84277632cf1310c2ce86a4b2d1b012483b6b07 Mon Sep 17 00:00:00 2001 From: tshimber Date: Mon, 2 Sep 2024 11:58:50 +0200 Subject: [PATCH 5/7] fix: custom-elements.json removed from .gitignore --- packages/components/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/components/.gitignore b/packages/components/.gitignore index a187abe947..42fc27ddc4 100644 --- a/packages/components/.gitignore +++ b/packages/components/.gitignore @@ -31,4 +31,5 @@ hydrate/ build/ __diff_output__/ src/components/icons/ +custom-elements.json components.d.ts From 909d86dabebf781fd1ef022c3dfdf9ac91c57fc3 Mon Sep 17 00:00:00 2001 From: tshimber Date: Mon, 2 Sep 2024 12:05:22 +0200 Subject: [PATCH 6/7] fix: custom-elements.json removed --- packages/components/.gitignore | 1 - packages/components/custom-elements.json | 17611 --------------------- 2 files changed, 17612 deletions(-) delete mode 100644 packages/components/custom-elements.json diff --git a/packages/components/.gitignore b/packages/components/.gitignore index 42fc27ddc4..a187abe947 100644 --- a/packages/components/.gitignore +++ b/packages/components/.gitignore @@ -31,5 +31,4 @@ hydrate/ build/ __diff_output__/ src/components/icons/ -custom-elements.json components.d.ts diff --git a/packages/components/custom-elements.json b/packages/components/custom-elements.json deleted file mode 100644 index b205449164..0000000000 --- a/packages/components/custom-elements.json +++ /dev/null @@ -1,17611 +0,0 @@ -{ - "version": 1.1, - "tags": [ - { - "name": "app-logo", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "claim", - "description": "" - }, - { - "name": "claim-lang", - "description": "" - }, - { - "name": "color", - "description": "" - }, - { - "name": "focusable", - "description": "" - }, - { - "name": "href", - "description": "" - }, - { - "name": "logo-title", - "description": "" - } - ] - }, - { - "name": "app-mega-menu", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "active", - "description": "" - }, - { - "name": "active-route-id", - "description": "" - }, - { - "name": "is-active", - "description": "" - } - ] - }, - { - "name": "app-navigation-main-mobile", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "active-route-id", - "description": "" - } - ] - }, - { - "name": "app-navigation-sector-mobile", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "active-sector-id", - "description": "" - } - ] - }, - { - "name": "app-navigation-user-menu", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "navigation", - "description": "" - }, - { - "name": "styles", - "description": "" - } - ] - }, - { - "name": "scale-accordion", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "dependent", - "description": "If `true`, only one scale-collapsible within the accordion can be open at a time" - }, - { - "name": "expanded", - "description": "If `true`, scale-collapsibles within the accordion will all be open initially, unless this is dependant" - }, - { - "name": "heading-level", - "description": "Heading level for scale-collapsible descendants" - }, - { - "name": "icon-location", - "description": "", - "values": [ - { - "name": "left" - }, - { - "name": "right" - } - ] - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - } - ] - }, - { - "name": "scale-alert", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "headline", - "description": "(optional) Alert title" - }, - { - "name": "icon", - "description": "(optional) Alert icon" - }, - { - "name": "opened", - "description": "(optional) Alert opened" - }, - { - "name": "size", - "description": "(optional) Alert size" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "timeout", - "description": "(optional) Alert timeout" - }, - { - "name": "variant", - "description": "(optional) Alert variant" - } - ] - }, - { - "name": "scale-app-footer", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "copyright", - "description": "" - }, - { - "name": "footer-navigation", - "description": "" - }, - { - "name": "logo-aria-described-by", - "description": "" - }, - { - "name": "logo-click", - "description": "" - }, - { - "name": "logo-href", - "description": "" - }, - { - "name": "logo-title", - "description": "" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "variant", - "description": "" - } - ] - }, - { - "name": "scale-app-header", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "active-route-id", - "description": "" - }, - { - "name": "active-sector-id", - "description": "" - }, - { - "name": "addon-navigation", - "description": "" - }, - { - "name": "claim-lang", - "description": "" - }, - { - "name": "icon-navigation", - "description": "" - }, - { - "name": "is-mega-menu-visible", - "description": "" - }, - { - "name": "is-mobile-menu-visible", - "description": "" - }, - { - "name": "logo-aria-described-by", - "description": "" - }, - { - "name": "logo-click", - "description": "" - }, - { - "name": "logo-hide-title", - "description": "" - }, - { - "name": "logo-href", - "description": "" - }, - { - "name": "logo-title", - "description": "" - }, - { - "name": "main-navigation", - "description": "" - }, - { - "name": "mega-menu-visible", - "description": "" - }, - { - "name": "mobile-menu-visible", - "description": "" - }, - { - "name": "portal-name", - "description": "" - }, - { - "name": "sector-navigation", - "description": "" - }, - { - "name": "sticky", - "description": "" - }, - { - "name": "user-menu-aria-label", - "description": "" - }, - { - "name": "user-navigation", - "description": "" - } - ] - }, - { - "name": "scale-app-shell", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "active-route-id", - "description": "" - }, - { - "name": "active-sector-id", - "description": "" - }, - { - "name": "addon-navigation", - "description": "" - }, - { - "name": "claim-lang", - "description": "" - }, - { - "name": "icon-navigation", - "description": "" - }, - { - "name": "logo-aria-described-by", - "description": "" - }, - { - "name": "logo-click", - "description": "" - }, - { - "name": "logo-hide-title", - "description": "" - }, - { - "name": "logo-href", - "description": "" - }, - { - "name": "logo-title", - "description": "" - }, - { - "name": "main-navigation", - "description": "" - }, - { - "name": "portal-name", - "description": "" - }, - { - "name": "sector-navigation", - "description": "" - }, - { - "name": "sticky", - "description": "" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "user-menu-aria-label", - "description": "" - }, - { - "name": "user-navigation", - "description": "" - } - ] - }, - { - "name": "scale-badge", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "aria-label-translation", - "description": "a11y text for getting meaningful value." - }, - { - "name": "count", - "description": "" - }, - { - "name": "label", - "description": "" - }, - { - "name": "label-visually-hidden", - "description": "" - } - ] - }, - { - "name": "scale-breadcrumb", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "separator", - "description": "" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - } - ] - }, - { - "name": "scale-button", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "disabled", - "description": "(optional) If `true`, the button is disabled" - }, - { - "name": "download", - "description": "(optional) Name of a file to be downloaded" - }, - { - "name": "href", - "description": "(optional) When present, an tag will be used" - }, - { - "name": "icon-only", - "description": "(optional) Set to `true` when the button contains only an icon" - }, - { - "name": "icon-position", - "description": "(optional) Icon position related to the label", - "values": [ - { - "name": "after" - }, - { - "name": "before" - } - ] - }, - { - "name": "inner-aria-label", - "description": "(optional) Button aria-label" - }, - { - "name": "inner-tabindex", - "description": "(optional) Set `tabindex` in the inner button or link element" - }, - { - "name": "name", - "description": "(optional) The name of the button, submitted as a pair with the button's `value` as part of the form data" - }, - { - "name": "size", - "description": "(optional) The size of the button", - "values": [ - { - "name": "large" - }, - { - "name": "small" - } - ] - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "target", - "description": "(optional) The target attribute for the tag" - }, - { - "name": "type", - "description": "(optional) Button type", - "values": [ - { - "name": "button" - }, - { - "name": "reset" - }, - { - "name": "submit" - } - ] - }, - { - "name": "value", - "description": "(optional) Defines the value associated with the button's `name`" - }, - { - "name": "variant", - "description": "(optional) Button variant" - } - ] - }, - { - "name": "scale-callout", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "bottom", - "description": "(optional) CSS `bottom` value for absolute position" - }, - { - "name": "left", - "description": "(optional) CSS `left` value for absolute position" - }, - { - "name": "right", - "description": "(optional) CSS `right` value for absolute position" - }, - { - "name": "rotation", - "description": "(optional) Degree of rotation" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "top", - "description": "(optional) CSS `top` value for absolute position" - }, - { - "name": "variant", - "description": "(optional) Color variant of the callout" - } - ] - }, - { - "name": "scale-card", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "label", - "description": "(optional) Label of the card" - }, - { - "name": "rel", - "description": "(optional) Link card rel" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "target", - "description": "(optional) Link card target" - }, - { - "name": "to", - "description": "(optional) Link card" - } - ] - }, - { - "name": "scale-carousel", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "vertical", - "description": "(optional) carousel display direction" - } - ] - }, - { - "name": "scale-chart-stack-card", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "data", - "description": "Chart Data", - "values": [ - { - "name": "value" - } - ] - }, - { - "name": "heading", - "description": "Chart Title" - } - ] - }, - { - "name": "scale-checkbox", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "aria-label-checkbox", - "description": "(optional) Input label output" - }, - { - "name": "checked", - "description": "(optional) Active switch" - }, - { - "name": "disabled", - "description": "(optional) Input disabled" - }, - { - "name": "helper-text", - "description": "(optional) Input helper text" - }, - { - "name": "hide-label", - "description": "(optional) Hides the specified label visually" - }, - { - "name": "indeterminate", - "description": "(optional) indeterminate" - }, - { - "name": "input-id", - "description": "(optional) Input checkbox id" - }, - { - "name": "invalid", - "description": "(optional) Input status" - }, - { - "name": "label", - "description": "(optional) Input label" - }, - { - "name": "name", - "description": "(optional) Input name" - }, - { - "name": "required", - "description": "(optional) Input required" - }, - { - "name": "status", - "description": "" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "value", - "description": "(optional) Input value" - } - ] - }, - { - "name": "scale-checkbox-group", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "aria-label-checkbox-group", - "description": "" - }, - { - "name": "helper-text", - "description": "(optional) Input helper text" - }, - { - "name": "input-id", - "description": "(optional) Input checkbox id" - }, - { - "name": "invalid", - "description": "(optional) Input status" - }, - { - "name": "label", - "description": "(optional) Input label" - }, - { - "name": "name", - "description": "(optional) Input name" - }, - { - "name": "select-text", - "description": "" - }, - { - "name": "status", - "description": "" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "unselect-text", - "description": "" - }, - { - "name": "value", - "description": "(optional) Input value" - } - ] - }, - { - "name": "scale-chip", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "aria-checked-state", - "description": "" - }, - { - "name": "aria-role-title", - "description": "(optional) chip aria-role", - "values": [ - { - "name": "checkbox" - }, - { - "name": "menuitemcheckbox" - }, - { - "name": "menuitemreadio" - }, - { - "name": "option" - }, - { - "name": "radio" - }, - { - "name": "switch" - } - ] - }, - { - "name": "disabled", - "description": "(optional) chip disabled" - }, - { - "name": "dismiss-text", - "description": "(optional) Dismiss label" - }, - { - "name": "label", - "description": "(optional) chip label" - }, - { - "name": "selected", - "description": "(optional)" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "type", - "description": "(optional)", - "values": [ - { - "name": "dynamic" - }, - { - "name": "persistent" - } - ] - }, - { - "name": "variant", - "description": "(optional)", - "values": [ - { - "name": "outline" - }, - { - "name": "standard" - } - ] - } - ] - }, - { - "name": "scale-collapsible", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "expanded", - "description": "Set to `true` to expand" - }, - { - "name": "heading-level", - "description": "Default aria-level for heading" - }, - { - "name": "icon-location", - "description": "", - "values": [ - { - "name": "left" - }, - { - "name": "right" - } - ] - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - } - ] - }, - { - "name": "scale-data-grid", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "fields", - "description": "Input fields config array" - }, - { - "name": "freeze-header", - "description": "(optional) Freeze header row from scrolling" - }, - { - "name": "heading", - "description": "(optional) Heading string" - }, - { - "name": "height", - "description": "(optional) Set static table height, by default will auto-resize" - }, - { - "name": "hide-border", - "description": "(optional) Set to true to remove border" - }, - { - "name": "hide-header", - "description": "(optional) Set to true to hide header row" - }, - { - "name": "hide-info", - "description": "(optional) Set to true to remove info footer block including pagination and selection status" - }, - { - "name": "hide-menu", - "description": "(optional) Set to true to hide settings menu" - }, - { - "name": "numbered", - "description": "(optional) Set to true to add numbers column" - }, - { - "name": "page-size", - "description": "(optional) Set number of rows to display per pagination page" - }, - { - "name": "rows", - "description": "Input data array" - }, - { - "name": "selectable", - "description": "(optional) Set to true to add selection column" - }, - { - "name": "shade-alternate", - "description": "(optional) Shade every second row darker" - }, - { - "name": "sortable-column-title", - "description": "(optional) Title for sortable columns" - }, - { - "name": "styles", - "description": "(optional) Injected css styles" - }, - { - "name": "visible", - "description": "(optional) Set to false to hide table, used for nested tables to re-render upon toggle" - } - ] - }, - { - "name": "scale-date-picker", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "date-adapter", - "description": "Date adapter, for custom parsing/formatting.\r\nMust be object with a `parse` function which accepts a `string` and returns a `Date`,\r\nand a `format` function which accepts a `Date` and returns a `string`.\r\nDefault is IS0-8601 parsing and formatting." - }, - { - "name": "direction", - "description": "Forces the opening direction of the calendar modal to be always left or right.\r\nThis setting can be useful when the input is smaller than the opening date picker\r\nwould be as by default the picker always opens towards right.", - "values": [ - { - "name": "left" - }, - { - "name": "right" - } - ] - }, - { - "name": "disabled", - "description": "Makes the date picker input component disabled. This prevents users from being able to\r\ninteract with the input, and conveys its inactive state to assistive technologies." - }, - { - "name": "first-day-of-week", - "description": "Which day is considered first day of the week? `0` for Sunday, `1` for Monday, etc.\r\nDefault is Monday." - }, - { - "name": "helper-text", - "description": "(optional) Helper text" - }, - { - "name": "identifier", - "description": "Adds a unique identifier for the date picker input. Use this instead of html `id` attribute." - }, - { - "name": "inner-role", - "description": "Defines a specific role attribute for the date picker input." - }, - { - "name": "invalid", - "description": "(optional) invalid status" - }, - { - "name": "label", - "description": "(optional) Label" - }, - { - "name": "max", - "description": "Maximum date allowed to be picked. Must be in IS0-8601 format: YYYY-MM-DD.\r\nThis setting can be used alone or together with the min property." - }, - { - "name": "min", - "description": "Minimum date allowed to be picked. Must be in IS0-8601 format: YYYY-MM-DD.\r\nThis setting can be used alone or together with the max property." - }, - { - "name": "name", - "description": "Name of the date picker input." - }, - { - "name": "placeholder", - "description": "(optional) Input place holder" - }, - { - "name": "popup-title", - "description": "" - }, - { - "name": "required", - "description": "Should the input be marked as required?" - }, - { - "name": "size", - "description": "" - }, - { - "name": "status", - "description": "" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "value", - "description": "Date value. Must be in IS0-8601 format: YYYY-MM-DD." - }, - { - "name": "variant", - "description": "", - "values": [ - { - "name": "danger" - }, - { - "name": "informational" - }, - { - "name": "success" - }, - { - "name": "warning" - } - ] - } - ] - }, - { - "name": "scale-divider", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "vertical", - "description": "(optional) Divider vertical" - } - ] - }, - { - "name": "scale-dropdown", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "controlled", - "description": "(optional) Makes type `select` behave as a controlled component in React" - }, - { - "name": "disabled", - "description": "" - }, - { - "name": "helper-text", - "description": "(optional) Input helper text" - }, - { - "name": "hide-label-visually", - "description": "(optional) to avoid displaying the label" - }, - { - "name": "input-id", - "description": "(optional) Input checkbox id" - }, - { - "name": "invalid", - "description": "(optional) Input status" - }, - { - "name": "label", - "description": "(optional) Input label" - }, - { - "name": "multiple", - "description": "(optional) select multiple options" - }, - { - "name": "name", - "description": "(optional) Input name" - }, - { - "name": "required", - "description": "(optional) Input required" - }, - { - "name": "size", - "description": "" - }, - { - "name": "status", - "description": "" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "transparent", - "description": "(optional) input background transparent" - }, - { - "name": "value", - "description": "(optional) Input value" - }, - { - "name": "variant", - "description": "(optional) Variant", - "values": [ - { - "name": "danger" - }, - { - "name": "informational" - }, - { - "name": "success" - }, - { - "name": "warning" - } - ] - }, - { - "name": "visible-size", - "description": "(optional) the number of visible options in a select drop-down list" - } - ] - }, - { - "name": "scale-dropdown-select", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "aria-label-selected", - "description": "(optional) Screen reader text appended to the selected element" - }, - { - "name": "combobox-id", - "description": "" - }, - { - "name": "disabled", - "description": "" - }, - { - "name": "floating-strategy", - "description": "", - "values": [ - { - "name": "absolute" - }, - { - "name": "fixed" - } - ] - }, - { - "name": "hcm-label-disabled", - "description": "(optional) Text displayed in high contrast mode only to indicate disabled state" - }, - { - "name": "helper-text", - "description": "" - }, - { - "name": "hide-label-visually", - "description": "(optional) to hide the label" - }, - { - "name": "invalid", - "description": "" - }, - { - "name": "label", - "description": "" - }, - { - "name": "name", - "description": "" - }, - { - "name": "readonly", - "description": "" - }, - { - "name": "transparent", - "description": "" - }, - { - "name": "value", - "description": "" - }, - { - "name": "variant", - "description": "", - "values": [ - { - "name": "danger" - }, - { - "name": "informational" - }, - { - "name": "success" - }, - { - "name": "warning" - } - ] - } - ] - }, - { - "name": "scale-dropdown-select-item", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "disabled", - "description": "" - }, - { - "name": "focused", - "description": "" - }, - { - "name": "selected", - "description": "" - }, - { - "name": "value", - "description": "" - } - ] - }, - { - "name": "scale-grid", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "columns", - "description": "(optional) Set amount of columns in container" - }, - { - "name": "gutter-x", - "description": "(optioanl) Set gutter between rows" - }, - { - "name": "gutter-y", - "description": "(optional) Set gutter between columns" - }, - { - "name": "max-width", - "description": "(optioanl) Set max-width to contaier" - }, - { - "name": "spacing", - "description": "(optioanl) Set padding to container" - } - ] - }, - { - "name": "scale-grid-item", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "offset", - "description": "(optional) Set starting column" - }, - { - "name": "size", - "description": "(optional) Set size of column" - } - ] - }, - { - "name": "scale-helper-text", - "description": { - "kind": "markdown", - "value": "This is a superset of the default anchor `` element." - }, - "attributes": [ - { - "name": "helper-text", - "description": "(optional) Helper text" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "variant", - "description": "(optional) Injected CSS styles", - "values": [ - { - "name": "danger" - }, - { - "name": "informational" - }, - { - "name": "neutral" - }, - { - "name": "success" - }, - { - "name": "warning" - } - ] - } - ] - }, - { - "name": "scale-icon", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon as standalone, make it meaningful for accessibility" - }, - { - "name": "decorative", - "description": "(optional) If `true` the svg element will get aria-hidden=\"true\"" - }, - { - "name": "fill", - "description": "The SVG `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "name", - "description": "A name that will be used to reference an SVG object defined elsewhere,\r\nvia ``. `icon-` will be prepended to the name, so if\r\nyou pass `circle`, it will look for for the `icon-circle` id\r\ne.g. ``.\r\nIf there is no element in the document with the id by the name provided,\r\nthis component will render empty." - }, - { - "name": "path", - "description": "A path shape to be used in the `d` attribute of a path element." - }, - { - "name": "size", - "description": "Will be used for both `width` and `height`, all icons are square.\r\nKeep in mind the `viewBox` attribute is set to \"0 0 24 24\"." - }, - { - "name": "stroke", - "description": "The SVG `stroke` attribute" - } - ] - }, - { - "name": "scale-icon-action-add", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-add-card", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-arrange", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-arrow-down", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-arrow-left", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-arrow-right", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-arrow-up", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-auto-login", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-backspace", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-backward", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-changelog", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-checkmark", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-circle-add", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-circle-close", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-close", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-compare", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-copy-paste", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-cut-paste", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-disabled-microphone", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-download", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-download-from-cloud", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-drag-and-drop", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-edit", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-export", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-fast-forward", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-fast-forward-nb", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-favorite", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-filter", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-filter-2", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-forward", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-full-screen", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-hide-password", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-import", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-install", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-launch", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-light-dark-mode", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-link", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-logout", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-loop", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-menu", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-microphone", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-minimize-screen", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-minus", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-minus-circle", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-more", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-move", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-mute", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-notification", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-pause", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-pause-nb", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-pin", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-play", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-play-nb", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-pop-up-window", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-power", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-previous-nb", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-print", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-publish", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-random", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-record-nb", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-refresh", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-remove", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-reply", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-reply-all", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-reply-forward", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-restart", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-search", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-send", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-share", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-shopping-cart", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-show-password", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-sort", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-sound-on", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-star", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-stream-on", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-success", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-thumbs-down", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-thumbs-up", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-tiles-add", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-upload", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-upload-to-cloud", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-volume-down", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-volume-up", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-zoom-in", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-action-zoom-out", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-alert-antivirus-protection", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-alert-compliance", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-alert-cyber-security", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-alert-error", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-alert-help", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-alert-high-priority-email", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-alert-imprint-dataprivacy", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-alert-information", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-alert-legal", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-alert-network-disrupted", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-alert-password-breaking", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-alert-security", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-alert-traffic-disruption", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-alert-unknown", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-alert-warning", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-available", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-blog", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-call-incoming", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-call-outgoing", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-chat", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-chat-badge", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-email", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-end-call", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-feedback", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-flight-mode", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-happy-person", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-inbox", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-landing-mobile-contact-client", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-loyalty-earned", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-loyalty-lost", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-mail-opened", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-message", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-message-incoming", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-message-outgoing", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-mms-incoming", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-mms-outgoing", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-mobile-phone-number", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-network-signal", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-new-email", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-outbox", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-phone-number", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-recipient", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-save-emails-to-drafts", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-sms", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-spam", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-communication-voice-message", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-2fa-google-auth", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-achievement", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-android", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-apple", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-applications", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-available-keychain", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-bank", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-biometric", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-birthday", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-bookmark", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-calendar", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-clipboard", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-clock", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-cloud-security", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-code-scanner", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-color-selection", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-country", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-credit-card", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-data-visualisation", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-delivery", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-digital-banking", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-digital-media", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-discount", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-e-sim", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-eu", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-face-mask", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-features", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-flexible-tariffs", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-folder", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-food", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-gender-diverse", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-gender-female", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-gender-male", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-half-rating", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-heart", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-height", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-history", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-hour-glass", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-iban", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-id", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-in-stock", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-international", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-international-sms", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-interview", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-key", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-language", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-lock", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-loyalty", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-media-folder", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-money-at", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-music", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-news", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-out-of-stock", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-person-walking", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-prepaid-activate", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-price-tag", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-ratings", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-route", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-rss", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-shop", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-signal", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-sim-card", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-smile", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-sort-indicator-down", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-sort-indicator-mini-down", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-sort-indicator-up", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-sort-indicator-up-mini", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-status-inactive", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-status-recurring", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-stopwatch", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-support-chat", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-sustainable", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-tariffs", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-threats", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-todo-list", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-transport", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-unlock", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-voucher", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-waiting", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-content-wallet", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-add-device", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-camera", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-change-camera", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-computer", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-device-controller", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-device-ethernet", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-device-mesh", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-device-phone", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-device-router", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-device-tv", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-device-watch", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-dongle", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-fax", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-fixed-line-services", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-game-controller", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-media-receiver", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-mobile-data", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-mobile-devices-combination", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-mobile-equipment", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-mobile-phone-insurance", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-mobile-services", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-no-camera", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-phone-with-mobile-plan", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-phone-without-mobile-plan", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-photo-camera", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-remote-controller", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-replacement-mobilephone", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-screen-rotate", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-server", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-smart-speaker", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-tablet", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-tv-and-mobile", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-twitching-closed-state", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-device-twitching-open-state", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-home-home", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-home-internet-at-home", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-home-iot", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-home-light-bulb", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-home-network-secure", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-home-no-wifi", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-home-power-socket", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-home-preferred-wifi", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-home-reduced-wifi", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-home-slow-wifi", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-home-smarthome", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-home-unable-to-connect-to-router", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-home-wifi", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-home-wifi-connected", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-home-wifi-connection-error", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-home-wifi-manual-login", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-home-wifi-no-wired-internet", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-navigation-circle-top-up", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-navigation-collapse-down", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-navigation-collapse-up", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-navigation-double-left", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-navigation-double-right", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-navigation-external-link", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-navigation-internal-link", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-navigation-left", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-navigation-left-condensed", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-navigation-location", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-navigation-map", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-navigation-my-location", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-navigation-right", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-navigation-right-condensed", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-navigation-start", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-navigation-top-up", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-process-order-status", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-process-processing", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-process-sepa-transaction", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-service-devices-service", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-service-maintanance", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-service-manual", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-service-one-time-password", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-service-services", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-service-settings", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-service-support", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-service-vpn", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-t-product-2fa-telekom-app", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-t-product-magenta-cloud", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-t-product-magenta-tv", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-t-product-magentaone", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-t-product-measure-internet-speed", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-t-product-seamless-connectivity", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-t-product-telekom-1t1", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-t-product-telekom-plan", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-t-product-telekom-shop-b", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-t-product-usage", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-t-product-voice", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-admin", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-analytics", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-attachment", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-audio-file", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-billing", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-boy", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-bussines-users", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-communities", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-contacts", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-contacts-from-cloud", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-contracts", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-draft-file", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-families", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-family", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-file", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-file-collection", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-girl", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-handshake", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-html-file", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-id-card", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-image-file", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-logout", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-man", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-pdf-file", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-switch-users", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-user", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-videos", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-user-file-woman", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-weather-cloudy", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-weather-cloudy-rain", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-weather-cloudy-sleet", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-weather-cloudy-snow", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-weather-cloudy-thunder-rain", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-weather-cloudy-thunder-snow", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-weather-heavy-sleet", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-weather-heavy-snow", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-weather-moon-clear", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-weather-moon-cloudy-a", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-weather-moon-cloudy-b", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-weather-moon-rain", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-weather-moon-sleet", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-weather-moon-snow", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-weather-moon-thunder-rain", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-weather-moon-thunder-snow", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-weather-overcast", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-weather-rain", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-weather-sunny", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-weather-thunder-rain", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-icon-weather-thunder-snow", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "color", - "description": "(optional) Alias for `fill`" - }, - { - "name": "decorative", - "description": "(optional) If `true` the SVG element will get `aria-hidden=\"true\"`" - }, - { - "name": "fill", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "(optional) If `true` the icon can receive focus" - }, - { - "name": "selected", - "description": "(optional) If `true`, the icon changes visually" - }, - { - "name": "size", - "description": "(optional) The width and height in pixels" - } - ] - }, - { - "name": "scale-input", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "checked", - "description": "(optional) Active switch" - }, - { - "name": "cols", - "description": "(optional) textarea column" - }, - { - "name": "controlled", - "description": "(optional) Makes type `select` behave as a controlled component in React" - }, - { - "name": "counter", - "description": "(optional) Input counter" - }, - { - "name": "disabled", - "description": "(optional) Input disabled" - }, - { - "name": "helper-text", - "description": "(optional) Input helper text" - }, - { - "name": "icon", - "description": "(optional) Input checkbox checked icon" - }, - { - "name": "input-id", - "description": "(optional) Input checkbox id" - }, - { - "name": "invalid", - "description": "(optional) Input status" - }, - { - "name": "label", - "description": "(optional) Input label" - }, - { - "name": "max-length", - "description": "(optional) Input max length" - }, - { - "name": "min-length", - "description": "(optional) Input min length" - }, - { - "name": "multiple", - "description": "(optional) select multiple options" - }, - { - "name": "name", - "description": "(optional) Input name" - }, - { - "name": "placeholder", - "description": "(optional) Input placeHolder" - }, - { - "name": "required", - "description": "(optional) Input required" - }, - { - "name": "resize", - "description": "(optional) textarea resize", - "values": [ - { - "name": "horizontal" - }, - { - "name": "none" - }, - { - "name": "unset" - }, - { - "name": "vertical" - } - ] - }, - { - "name": "rows", - "description": "(optional) textarea row" - }, - { - "name": "size", - "description": "(optional) Input size" - }, - { - "name": "status", - "description": "" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "transparent", - "description": "(optional) input background transparent" - }, - { - "name": "type", - "description": "(optional) Input type", - "values": [ - { - "name": "checkbox" - }, - { - "name": "email" - }, - { - "name": "hidden" - }, - { - "name": "number" - }, - { - "name": "password" - }, - { - "name": "radio" - }, - { - "name": "select" - }, - { - "name": "tel" - }, - { - "name": "text" - }, - { - "name": "textarea" - }, - { - "name": "url" - } - ] - }, - { - "name": "value", - "description": "(optional) Input value" - }, - { - "name": "variant", - "description": "(optional) Input label variant", - "values": [ - { - "name": "animated" - }, - { - "name": "static" - } - ] - }, - { - "name": "visible-size", - "description": "(optional) the number of visible options in a select drop-down list" - } - ] - }, - { - "name": "scale-link", - "description": { - "kind": "markdown", - "value": "This is a superset of the default anchor `` element." - }, - "attributes": [ - { - "name": "disabled", - "description": "(optional) Disabled link" - }, - { - "name": "download", - "description": "(optional) Download declaration" - }, - { - "name": "href", - "description": "(optional) Link href" - }, - { - "name": "hreflang", - "description": "(optional)" - }, - { - "name": "icon-position", - "description": "(optional) Chnage icon/content slot order", - "values": [ - { - "name": "after" - }, - { - "name": "before" - } - ] - }, - { - "name": "inner-tabindex", - "description": "(optional) Set `tabindex` in the inner button or link element" - }, - { - "name": "omit-underline", - "description": "(optional) Remove the initial line from the text (can also be achieved via `--line-thickness-initial: 0`)\r\nRemove the line for every state with `--line-thickness: 0`" - }, - { - "name": "ping", - "description": "(optional)" - }, - { - "name": "referrerpolicy", - "description": "(optional)", - "values": [ - { - "name": "no-referrer" - }, - { - "name": "no-referrer-when-downgrade" - }, - { - "name": "origin" - }, - { - "name": "origin-when-cross-origin" - }, - { - "name": "same-origin" - }, - { - "name": "strict-origin" - }, - { - "name": "strict-origin-when-cross-origin" - }, - { - "name": "unsafe-url" - } - ] - }, - { - "name": "rel", - "description": "(optional)" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "target", - "description": "(optional)", - "values": [ - { - "name": "_blank" - }, - { - "name": "_parent" - }, - { - "name": "_self" - }, - { - "name": "_top" - } - ] - }, - { - "name": "type", - "description": "(optional)" - } - ] - }, - { - "name": "scale-list", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "ordered", - "description": "(optional) Make the list ordered (ol)" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - } - ] - }, - { - "name": "scale-list-item", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "index", - "description": "Index number, useful only for styling the `ordered` type" - }, - { - "name": "marker", - "description": "If `false`, no marker or left padding will be visible" - }, - { - "name": "ordered", - "description": "Whether this is a child of an ordered scale-list, gets set automatically by its parent" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - } - ] - }, - { - "name": "scale-loading-spinner", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "" - }, - { - "name": "alignment", - "description": "", - "values": [ - { - "name": "horizontal" - }, - { - "name": "vertical" - } - ] - }, - { - "name": "size", - "description": "", - "values": [ - { - "name": "large" - }, - { - "name": "small" - } - ] - }, - { - "name": "text", - "description": "" - }, - { - "name": "variant", - "description": "", - "values": [ - { - "name": "primary" - }, - { - "name": "white" - } - ] - } - ] - }, - { - "name": "scale-logo", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - }, - { - "name": "focusable", - "description": "" - }, - { - "name": "href", - "description": "(optional) Set a link" - }, - { - "name": "language", - "description": "" - }, - { - "name": "logo-aria-described-by", - "description": "FIXME is this actually working? probably not because of shadow DOM?" - }, - { - "name": "logo-aria-hidden", - "description": "FIXME this is also probably not working properly, see below (it needs a string value)" - }, - { - "name": "logo-hide-title", - "description": "(optional) Hide all logo related titles" - }, - { - "name": "logo-title", - "description": "(optional) set logo specific title" - }, - { - "name": "scroll-into-view-on-focus", - "description": "" - }, - { - "name": "size", - "description": "(optional) The height in pixels" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "transparent", - "description": "(optional) Set transparent background" - }, - { - "name": "variant", - "description": "(optional) Variant/color of the logo text and logo", - "values": [ - { - "name": "magenta" - }, - { - "name": "white" - } - ] - } - ] - }, - { - "name": "scale-logo-svg", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-title", - "description": "" - }, - { - "name": "color", - "description": "(optional) Sets the icon color via the `fill` attribute" - }, - { - "name": "focusable", - "description": "" - }, - { - "name": "inner-role", - "description": "", - "values": [ - { - "name": "img" - }, - { - "name": "link" - } - ] - }, - { - "name": "logo-hide-title", - "description": "(optional) Hide all logo related titles" - }, - { - "name": "logo-title", - "description": "(optional) When using the icon standalone, make it meaningful for accessibility" - } - ] - }, - { - "name": "scale-menu-flyout", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "close-on-select", - "description": "(optional) Determines whether the flyout should close when a menu item is selected" - }, - { - "name": "direction", - "description": "(optional) Set preference for where the menu appears, space permitting", - "values": [ - { - "name": "bottom-left" - }, - { - "name": "bottom-right" - }, - { - "name": "left" - }, - { - "name": "right" - }, - { - "name": "top-left" - }, - { - "name": "top-right" - } - ] - }, - { - "name": "styles", - "description": "(optional) Injected styles" - }, - { - "name": "trigger-has-popup", - "description": "(optional) Determines whether the flyout trigger should get the aria-haspopup attribute" - } - ] - }, - { - "name": "scale-menu-flyout-divider", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "styles", - "description": "(optional) Injected styles" - } - ] - }, - { - "name": "scale-menu-flyout-item", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "active", - "description": "(optional) Mark as active" - }, - { - "name": "cascade", - "description": "(optional) Set to true to display arrow icon suffix" - }, - { - "name": "checkable", - "description": "(optional) Whether the item should behave as a checkbox", - "values": [ - { - "name": "checkbox" - }, - { - "name": "radio" - } - ] - }, - { - "name": "checked", - "description": "(optional) Set to true to display check prefix, false to display empty prefix" - }, - { - "name": "disabled", - "description": "(optional) Disabled" - }, - { - "name": "styles", - "description": "(optional) Injected styles" - }, - { - "name": "value", - "description": "(optional) value" - } - ] - }, - { - "name": "scale-menu-flyout-list", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "active", - "description": "" - }, - { - "name": "brand-header-dropdown", - "description": "(optional) set to true when using in telekom-brand-header" - }, - { - "name": "close-on-select", - "description": "(optional) Determines whether the flyout should close when a menu item is selected" - }, - { - "name": "direction", - "description": "(optional) Set preference for where the menu appears, space permitting", - "values": [ - { - "name": "bottom-left" - }, - { - "name": "bottom-right" - }, - { - "name": "left" - }, - { - "name": "right" - }, - { - "name": "top-left" - }, - { - "name": "top-right" - } - ] - }, - { - "name": "opened", - "description": "" - }, - { - "name": "prevent-flip-vertical", - "description": "(optional) set to true to prevent flipping orientation when off the screen vertically" - }, - { - "name": "styles", - "description": "(optional) Injected styles" - } - ] - }, - { - "name": "scale-modal", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "align-actions", - "description": "(optional) Alignment of action buttons", - "values": [ - { - "name": "left" - }, - { - "name": "right" - } - ] - }, - { - "name": "allow-injecting-style-to-body", - "description": "(optional) allow to inject css style {overflow: hidden} to body when modal is open" - }, - { - "name": "close-button-label", - "description": "(optional) Label for close button" - }, - { - "name": "close-button-title", - "description": "(optional) title for close button" - }, - { - "name": "duration", - "description": "(optional) Transition duration" - }, - { - "name": "heading", - "description": "Modal heading" - }, - { - "name": "omit-close-button", - "description": "(optional) hide close button" - }, - { - "name": "opened", - "description": "(optional) If `true`, the Modal is open." - }, - { - "name": "size", - "description": "(optional) Modal size" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - } - ] - }, - { - "name": "scale-nav-icon", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "active", - "description": "" - }, - { - "name": "badge", - "description": "" - }, - { - "name": "badge-label", - "description": "" - }, - { - "name": "click-link", - "description": "" - }, - { - "name": "href", - "description": "(optional) href value" - }, - { - "name": "icon", - "description": "" - }, - { - "name": "is-active", - "description": "(optional) if this item is active" - }, - { - "name": "is-mobile-menu-open", - "description": "" - }, - { - "name": "mobile-menu-open", - "description": "" - }, - { - "name": "ref-mobile-menu-toggle", - "description": "" - }, - { - "name": "ref-mobile-user-menu-toggle", - "description": "" - }, - { - "name": "ref-user-menu-toggle", - "description": "" - } - ] - }, - { - "name": "scale-nav-main", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "active", - "description": "(optional) if this item is active" - }, - { - "name": "click-link", - "description": "" - }, - { - "name": "href", - "description": "(optional) href value" - }, - { - "name": "inner-id", - "description": "(optional) inner element id" - }, - { - "name": "is-active", - "description": "" - }, - { - "name": "is-mega-menu-visible", - "description": "" - }, - { - "name": "mega-menu-visible", - "description": "(optional) if this mega-menu is visible" - }, - { - "name": "name", - "description": "(optional) name value" - }, - { - "name": "popup", - "description": "" - }, - { - "name": "target", - "description": "(optional) target value" - } - ] - }, - { - "name": "scale-nav-segment", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "active", - "description": "" - }, - { - "name": "href", - "description": "(optional) href value" - }, - { - "name": "is-active", - "description": "(optional) if this item is active" - } - ] - }, - { - "name": "scale-notification", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "aria-heading", - "description": "(optional) string prepended to the heading" - }, - { - "name": "close-button-label", - "description": "(optional) Label for close button" - }, - { - "name": "close-button-title", - "description": "(optional) `title` for close button" - }, - { - "name": "delay", - "description": "(optional) Time in milliseconds until it closes by itself" - }, - { - "name": "dismissible", - "description": "(optional) Show the close button" - }, - { - "name": "heading", - "description": "Heading" - }, - { - "name": "heading-level", - "description": "Default aria-level for heading" - }, - { - "name": "inner-aria-live", - "description": "" - }, - { - "name": "inner-role", - "description": "(optional) string prepended to the heading", - "values": [ - { - "name": "alert" - }, - { - "name": "status" - } - ] - }, - { - "name": "opened", - "description": "(optional) Visible" - }, - { - "name": "styles", - "description": "(optional) Injected styles" - }, - { - "name": "type", - "description": "(optional) Type", - "values": [ - { - "name": "banner" - }, - { - "name": "inline" - }, - { - "name": "toast" - } - ] - }, - { - "name": "variant", - "description": "(optional) Variant", - "values": [ - { - "name": "danger" - }, - { - "name": "informational" - }, - { - "name": "success" - }, - { - "name": "warning" - } - ] - } - ] - }, - { - "name": "scale-notification-badge", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "click-handler", - "description": "(optional) Handle click on the badge and surroundet slot elements" - }, - { - "name": "label", - "description": "(optional) Text that is displayed in the badge" - }, - { - "name": "max-characters", - "description": "(optional) Maximal number of characters displayed in the badge" - }, - { - "name": "type", - "description": "(optional) Setting/Slotcontent in which the badge is used", - "values": [ - { - "name": "icon" - }, - { - "name": "nav-icon" - }, - { - "name": "text" - } - ] - } - ] - }, - { - "name": "scale-notification-banner", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "auto-hide", - "description": "" - }, - { - "name": "auto-hide-duration", - "description": "" - }, - { - "name": "close-button-label", - "description": "(optional) Label for close button" - }, - { - "name": "close-button-title", - "description": "(optional) Title for close button" - }, - { - "name": "dismissible", - "description": "" - }, - { - "name": "href", - "description": "" - }, - { - "name": "opened", - "description": "" - }, - { - "name": "variant", - "description": "", - "values": [ - { - "name": "error" - }, - { - "name": "informational" - }, - { - "name": "success" - }, - { - "name": "warning" - } - ] - } - ] - }, - { - "name": "scale-notification-message", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "auto-hide", - "description": "" - }, - { - "name": "auto-hide-duration", - "description": "" - }, - { - "name": "close-button-label", - "description": "(optional) Label for close button" - }, - { - "name": "close-button-title", - "description": "(optional) Title for close button" - }, - { - "name": "dismissible", - "description": "" - }, - { - "name": "opened", - "description": "" - }, - { - "name": "variant", - "description": "", - "values": [ - { - "name": "error" - }, - { - "name": "informational" - }, - { - "name": "success" - }, - { - "name": "warning" - } - ] - } - ] - }, - { - "name": "scale-notification-toast", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "alignment", - "description": "(optional) Alignment choose for top and bottom", - "values": [ - { - "name": "bottom-left" - }, - { - "name": "bottom-right" - }, - { - "name": "top-left" - }, - { - "name": "top-right" - } - ] - }, - { - "name": "animated", - "description": "(optional) Animated toast" - }, - { - "name": "auto-hide", - "description": "(optional) Toast auto hide" - }, - { - "name": "auto-hide-duration", - "description": "(optional) Toast auto hide duration" - }, - { - "name": "close-button-label", - "description": "(optional) Label for close button" - }, - { - "name": "close-button-title", - "description": "(optional) Title for close button" - }, - { - "name": "fade-duration", - "description": "(optional) Toast fade duration" - }, - { - "name": "href", - "description": "" - }, - { - "name": "opened", - "description": "(optional) Toast opened" - }, - { - "name": "position-horizontal", - "description": "(optional) Toast position right" - }, - { - "name": "position-vertical", - "description": "(optional) Toast position at the top" - }, - { - "name": "story", - "description": "(do not use) it is a helper prop for storybook" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "variant", - "description": "(optional) Toast variant", - "values": [ - { - "name": "error" - }, - { - "name": "informational" - }, - { - "name": "success" - }, - { - "name": "warning" - } - ] - } - ] - }, - { - "name": "scale-pagination", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "aria-label-first-page", - "description": "(optional) translation to 'Go to first page'" - }, - { - "name": "aria-label-last-page", - "description": "(optional) translation to 'Go to last page'" - }, - { - "name": "aria-label-next-page", - "description": "(optional) translation to 'Go to next page'" - }, - { - "name": "aria-label-previous-page", - "description": "(optional) translation to 'Go to previous page'" - }, - { - "name": "hide-border", - "description": "(optional) Set to true to hide top and bottom borders" - }, - { - "name": "hide-borders", - "description": "(optional) Deprecated; hideBorder should replace hideBorders" - }, - { - "name": "page-size", - "description": "(optional) Set number of rows/elements to show per page" - }, - { - "name": "size", - "description": "", - "values": [ - { - "name": "large" - }, - { - "name": "small" - } - ] - }, - { - "name": "small", - "description": "" - }, - { - "name": "start-element", - "description": "(optional) Index of first element to display" - }, - { - "name": "styles", - "description": "(optional) Injected styles" - }, - { - "name": "total-elements", - "description": "(optional) Total number of rows/elements used to calculate page displays" - } - ] - }, - { - "name": "scale-progress-bar", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "busy", - "description": "(optional) Progress bar busy switch" - }, - { - "name": "custom-color", - "description": "" - }, - { - "name": "disabled", - "description": "(optional) Progress bar disabled" - }, - { - "name": "has-error", - "description": "(optional) Progress bar error" - }, - { - "name": "icon", - "description": "(optional) Progress bar icon indicator" - }, - { - "name": "label", - "description": "(optional) Progress bar label" - }, - { - "name": "mute", - "description": "(optional) disables aria-live" - }, - { - "name": "percentage", - "description": "(required) Progress bar percentage" - }, - { - "name": "percentage-start", - "description": "(optional) Progress bar percentage to start the animation from (default: 0)" - }, - { - "name": "progress-bar-id", - "description": "(optional) Progress bar id" - }, - { - "name": "show-status", - "description": "(optional) Progress bar percentage text" - }, - { - "name": "status-description", - "description": "(optional) Progress bar status description text" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - } - ] - }, - { - "name": "scale-radio-button", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "checked", - "description": "(optional) Input checked" - }, - { - "name": "disabled", - "description": "(optional) Input disabled" - }, - { - "name": "helper-text", - "description": "(optional) Input helper text" - }, - { - "name": "input-id", - "description": "(optional) Input checkbox id" - }, - { - "name": "invalid", - "description": "(optional) Input status" - }, - { - "name": "label", - "description": "(optional) Input label" - }, - { - "name": "name", - "description": "(optional) Input name" - }, - { - "name": "status", - "description": "" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "value", - "description": "(optional) Input value" - } - ] - }, - { - "name": "scale-radio-button-group", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "helper-text", - "description": "(optional) Input helper text" - }, - { - "name": "invalid", - "description": "(optional) Input status" - }, - { - "name": "label", - "description": "(optional) Input label" - }, - { - "name": "status", - "description": "" - } - ] - }, - { - "name": "scale-rating-stars", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "aria-label-translation", - "description": "a11y text for getting meaningful value. `$rating` and `$max` (deprecated `$maxRating`) are template variables and will be replaces by their corresponding properties." - }, - { - "name": "disabled", - "description": "disables input" - }, - { - "name": "hide-label", - "description": "(optional) info text" - }, - { - "name": "info-text", - "description": "(optional) info text" - }, - { - "name": "label", - "description": "(optional) rating label" - }, - { - "name": "max", - "description": "The upper limit of the rating" - }, - { - "name": "max-rating", - "description": "" - }, - { - "name": "min-rating", - "description": "" - }, - { - "name": "rating", - "description": "Represents the current value of the rating" - }, - { - "name": "readonly", - "description": "makes the rating non-interactive (but still accessible)" - }, - { - "name": "size", - "description": "size of the stars", - "values": [ - { - "name": "large" - }, - { - "name": "small" - } - ] - }, - { - "name": "star-size", - "description": "", - "values": [ - { - "name": "large" - }, - { - "name": "small" - } - ] - } - ] - }, - { - "name": "scale-segment", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "adjacent-siblings", - "description": "", - "values": [ - { - "name": "left" - }, - { - "name": "leftright" - }, - { - "name": "right" - } - ] - }, - { - "name": "aria-description-translation", - "description": "a11y text for getting meaningful value. `$buttonNumber` and `$selected` are template variables and will be replaces by their corresponding properties." - }, - { - "name": "aria-label-segment", - "description": "(optional) aria-label attribute needed for icon-only segments" - }, - { - "name": "aria-lang-deselected", - "description": "(optional) translation of 'deselected" - }, - { - "name": "aria-lang-selected", - "description": "(optional) translation of 'selected" - }, - { - "name": "disabled", - "description": "(optional) If `true`, the segment is disabled" - }, - { - "name": "has-icon", - "description": "(optional) position within group" - }, - { - "name": "icon-only", - "description": "(optional) position within group" - }, - { - "name": "position", - "description": "(optional) position within group" - }, - { - "name": "segment-id", - "description": "(optional) segment's id" - }, - { - "name": "selected", - "description": "(optional) If `true`, the segment is selected" - }, - { - "name": "selected-index", - "description": "(optional) the index of the currently selected segment in the segmented-button" - }, - { - "name": "size", - "description": "(optional) The size of the segment", - "values": [ - { - "name": "large" - }, - { - "name": "medium" - }, - { - "name": "small" - } - ] - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "text-only", - "description": "(optional) position within group" - }, - { - "name": "width", - "description": "(optional) Segment width set to ensure that all segments have the same width" - } - ] - }, - { - "name": "scale-segmented-button", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "aria-label-translation", - "description": "(optional) aria-label attribute needed for icon-only buttons" - }, - { - "name": "disabled", - "description": "(optional) If `true`, the button is disabled" - }, - { - "name": "full-width", - "description": "(optional) If `true`, expand to container width" - }, - { - "name": "helper-text", - "description": "(optional) If `true`, show error message" - }, - { - "name": "invalid", - "description": "(optional) If `true`, show error message" - }, - { - "name": "label", - "description": "(optional) Button label" - }, - { - "name": "longest-button-width", - "description": "" - }, - { - "name": "multi-select", - "description": "(optional) Allow more than one button to be selected" - }, - { - "name": "selected-index", - "description": "(optional) the index of the selected segment" - }, - { - "name": "size", - "description": "(optional) The size of the button", - "values": [ - { - "name": "large" - }, - { - "name": "medium" - }, - { - "name": "small" - } - ] - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - } - ] - }, - { - "name": "scale-sidebar-nav", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "aria-label-sidebar-nav", - "description": "From mdn: A brief description of the purpose of the navigation,\r\nomitting the term \"navigation\", as the screen reader will read\r\nboth the role and the contents of the label." - }, - { - "name": "collapsible", - "description": "Set to `true` to make the sidebar toggleable (useful for small screens)" - }, - { - "name": "collapsible-label", - "description": "Label for toggle button" - }, - { - "name": "collapsible-media-query", - "description": "Automatically set `collapsible` based on this media query" - }, - { - "name": "styles", - "description": "(optional) Extra styles" - } - ] - }, - { - "name": "scale-sidebar-nav-collapsible", - "description": { - "kind": "markdown", - "value": "We tried adding ::-moz-focus-inner for the button but JSS fails to parse that selector.\r\n\r\n- https://developer.mozilla.org/en-US/docs/Web/CSS/::-moz-focus-inner\r\n- https://stackoverflow.com/a/199319" - }, - "attributes": [ - { - "name": "active", - "description": "Label and icon get the active color" - }, - { - "name": "bold", - "description": "Bold label and icon" - }, - { - "name": "condensed", - "description": "Used normally for third level items" - }, - { - "name": "expanded", - "description": "Set this to `true` to expand" - }, - { - "name": "href", - "description": "The URL where the link should point to" - }, - { - "name": "label", - "description": "The text for the button" - }, - { - "name": "nesting-level", - "description": "Nesting level within the parent, gets set automatically" - }, - { - "name": "styles", - "description": "(optional) Extra styles" - }, - { - "name": "tag", - "description": "The parent wrapper" - } - ] - }, - { - "name": "scale-sidebar-nav-item", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "active", - "description": "Text gets the active color" - }, - { - "name": "bold", - "description": "Bold text" - }, - { - "name": "condensed", - "description": "Used normally for third level items, remove the bottom border" - }, - { - "name": "current", - "description": "Mark the child link as \"current\" with `aria-current=page`.\r\nProvide the text hint if needed, default is: \"Zurzeit aktiv\"" - }, - { - "name": "nesting-level", - "description": "Nesting level within the parent, gets set automatically" - }, - { - "name": "styles", - "description": "(optional) Extra styles" - } - ] - }, - { - "name": "scale-slider", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "custom-color", - "description": "" - }, - { - "name": "decimals", - "description": "(optional) number of decimal places" - }, - { - "name": "disabled", - "description": "(optional) disabled" - }, - { - "name": "helper-text", - "description": "(optional) helper text" - }, - { - "name": "inner-aria-value-text", - "description": "(optional) Aria label for range slider" - }, - { - "name": "label", - "description": "(optional) slider label" - }, - { - "name": "max", - "description": "(optional) the maximal value of the slider" - }, - { - "name": "min", - "description": "t(optional) he minimal value of the slider" - }, - { - "name": "name", - "description": "(optional) the name of the slider" - }, - { - "name": "platform", - "description": "(optional) adapt styles for a specific platform.\r\nIdeally done via a global `data-platform` attribute\r\n(e.g. data-platform=\"ios\" on `body`)\r\nbut browser support is not yet sufficient.", - "values": [ - { - "name": "android" - }, - { - "name": "ios" - } - ] - }, - { - "name": "range", - "description": "(optional) multi-thumb" - }, - { - "name": "show-step-marks", - "description": "(optional) show a mark for each step" - }, - { - "name": "show-value", - "description": "(optional) slider display value" - }, - { - "name": "slider-id", - "description": "(optional) Slider id" - }, - { - "name": "step", - "description": "(optional) the step size to increase or decrease when dragging slider" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "thumb-large", - "description": "" - }, - { - "name": "track-small", - "description": "" - }, - { - "name": "unit", - "description": "(optional) slider value unit" - }, - { - "name": "unit-position", - "description": "(optional) unit position", - "values": [ - { - "name": "after" - }, - { - "name": "before" - } - ] - }, - { - "name": "value", - "description": "(optional) the value of the slider" - }, - { - "name": "value-from", - "description": "(optional) when `range` is true, the \"from\" value" - }, - { - "name": "value-to", - "description": "(optional) when `range` is true, the \"to\" value" - } - ] - }, - { - "name": "scale-ssr-slot-fix", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [] - }, - { - "name": "scale-switch", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "checked", - "description": "(optional) Active switch" - }, - { - "name": "disabled", - "description": "(optional) Disabled switch" - }, - { - "name": "input-id", - "description": "(optional) Input id" - }, - { - "name": "label", - "description": "(optional) switch label" - }, - { - "name": "name", - "description": "(optional) Input name" - }, - { - "name": "size", - "description": "", - "values": [ - { - "name": "large" - }, - { - "name": "small" - } - ] - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - } - ] - }, - { - "name": "scale-tab-header", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "disabled", - "description": "True for a disabled Tabnavigation" - }, - { - "name": "selected", - "description": "(optional) Whether the tab is selected" - }, - { - "name": "size", - "description": "(optional) size", - "values": [ - { - "name": "large" - }, - { - "name": "small" - } - ] - }, - { - "name": "small", - "description": "" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - } - ] - }, - { - "name": "scale-tab-nav", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "size", - "description": "(optional) size", - "values": [ - { - "name": "large" - }, - { - "name": "small" - } - ] - }, - { - "name": "small", - "description": "" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - } - ] - }, - { - "name": "scale-tab-panel", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "size", - "description": "", - "values": [ - { - "name": "large" - }, - { - "name": "small" - } - ] - }, - { - "name": "small", - "description": "" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "tabbable-panel", - "description": "(optional) adds tab-index=\"0\" to the panel, set to false to exclude the tab-panel from the tab sequence, e.g. if the first element in the panel is a focusable button" - } - ] - }, - { - "name": "scale-table", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "show-sort", - "description": "(optional) Display sort arrows on/off" - }, - { - "name": "size", - "description": "" - }, - { - "name": "striped", - "description": "(optional) Striped Table" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - } - ] - }, - { - "name": "scale-tag", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "color", - "description": "(optional) Tag color", - "values": [ - { - "name": "black" - }, - { - "name": "brown" - }, - { - "name": "cyan" - }, - { - "name": "dismissable" - }, - { - "name": "green" - }, - { - "name": "olive" - }, - { - "name": "orange" - }, - { - "name": "red" - }, - { - "name": "standard" - }, - { - "name": "teal" - }, - { - "name": "violet" - }, - { - "name": "yellow" - } - ] - }, - { - "name": "disabled", - "description": "(optional) Tag disabled" - }, - { - "name": "dismiss-text", - "description": "(optional) Dismiss label" - }, - { - "name": "dismissable", - "description": "(optional) Tag dismissable" - }, - { - "name": "href", - "description": "(optional) Tag href" - }, - { - "name": "size", - "description": "(optional) Tag size", - "values": [ - { - "name": "small" - } - ] - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "target", - "description": "(optional) Tag target" - }, - { - "name": "type", - "description": "(optional) Tag type", - "values": [ - { - "name": "standard" - }, - { - "name": "strong" - } - ] - } - ] - }, - { - "name": "scale-telekom-app-shell", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "styles", - "description": "(optional) Injected CSS styles" - } - ] - }, - { - "name": "scale-telekom-footer", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "type", - "description": "", - "values": [ - { - "name": "minimal" - }, - { - "name": "standard" - } - ] - } - ] - }, - { - "name": "scale-telekom-footer-content", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "logo-hide-title", - "description": "(optional) set logo specific title" - }, - { - "name": "logo-href", - "description": "(optional) Logo link" - }, - { - "name": "logo-title", - "description": "(optional) set logo specific title" - } - ] - }, - { - "name": "scale-telekom-footer-data-back-compat", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "copyright", - "description": "" - }, - { - "name": "footer-navigation", - "description": "" - }, - { - "name": "type", - "description": "", - "values": [ - { - "name": "minimal" - }, - { - "name": "standard" - } - ] - } - ] - }, - { - "name": "scale-telekom-footer-extended-navigation", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [] - }, - { - "name": "scale-telekom-footer-extended-navigation-column", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "expanded", - "description": "Set to `true` to expand" - }, - { - "name": "heading", - "description": "" - }, - { - "name": "heading-level", - "description": "" - } - ] - }, - { - "name": "scale-telekom-header", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "app-name", - "description": "" - }, - { - "name": "app-name-click", - "description": "" - }, - { - "name": "app-name-link", - "description": "" - }, - { - "name": "lang-switcher-aria-label", - "description": "" - }, - { - "name": "logo-hide-title", - "description": "" - }, - { - "name": "logo-href", - "description": "" - }, - { - "name": "logo-title", - "description": "" - }, - { - "name": "main-nav-aria-label", - "description": "" - }, - { - "name": "meta-nav-aria-label", - "description": "" - }, - { - "name": "meta-nav-external-aria-label", - "description": "" - }, - { - "name": "type", - "description": "" - } - ] - }, - { - "name": "scale-telekom-header-data-back-compat", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "active-route-id", - "description": "" - }, - { - "name": "addon-navigation", - "description": "" - }, - { - "name": "app-name", - "description": "" - }, - { - "name": "app-name-click", - "description": "" - }, - { - "name": "app-name-link", - "description": "" - }, - { - "name": "icon-navigation", - "description": "" - }, - { - "name": "logo-hide-title", - "description": "" - }, - { - "name": "logo-href", - "description": "" - }, - { - "name": "logo-title", - "description": "" - }, - { - "name": "main-navigation", - "description": "" - }, - { - "name": "sector-navigation", - "description": "" - }, - { - "name": "user-navigation", - "description": "" - } - ] - }, - { - "name": "scale-telekom-mega-menu", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [] - }, - { - "name": "scale-telekom-mega-menu-column", - "description": { - "kind": "markdown", - "value": "Usage example:\r\n\r\n```html\r\n \r\n \r\n My heading\r\n \r\n \r\n```" - }, - "attributes": [ - { - "name": "heading-level", - "description": "" - } - ] - }, - { - "name": "scale-telekom-mobile-flyout-canvas", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "app-name", - "description": "" - }, - { - "name": "app-name-click", - "description": "" - }, - { - "name": "app-name-link", - "description": "" - }, - { - "name": "close-button-label", - "description": "" - }, - { - "name": "close-button-title", - "description": "" - } - ] - }, - { - "name": "scale-telekom-mobile-menu", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "app-name", - "description": "" - }, - { - "name": "app-name-click", - "description": "" - }, - { - "name": "app-name-link", - "description": "" - }, - { - "name": "back-button-title", - "description": "" - } - ] - }, - { - "name": "scale-telekom-mobile-menu-item", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "active", - "description": "" - }, - { - "name": "current-level", - "description": "" - }, - { - "name": "level", - "description": "" - }, - { - "name": "open", - "description": "" - } - ] - }, - { - "name": "scale-telekom-nav-flyout", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "expanded", - "description": "Open the flyout menu" - }, - { - "name": "hover", - "description": "(optinal) Whether the flyout should open on hover (needs better name!)" - }, - { - "name": "trigger-selector", - "description": "(optional) Selector to query the trigger element in case it's not the previous sibling" - }, - { - "name": "variant", - "description": "(optional) Variant (\"mobile\" gives it a fixed height of `100vh`)", - "values": [ - { - "name": "mobile" - } - ] - } - ] - }, - { - "name": "scale-telekom-nav-item", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "active", - "description": "" - }, - { - "name": "hide-on-desktop", - "description": "" - }, - { - "name": "hide-on-mobile", - "description": "" - }, - { - "name": "role", - "description": "" - }, - { - "name": "variant", - "description": "", - "values": [ - { - "name": "functions" - }, - { - "name": "lang-switcher" - }, - { - "name": "main-nav" - }, - { - "name": "meta-nav" - }, - { - "name": "meta-nav-external" - } - ] - } - ] - }, - { - "name": "scale-telekom-nav-list", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "alignment", - "description": "", - "values": [ - { - "name": "center" - }, - { - "name": "left" - }, - { - "name": "right" - } - ] - }, - { - "name": "role", - "description": "" - }, - { - "name": "variant", - "description": "", - "values": [ - { - "name": "functions" - }, - { - "name": "lang-switcher" - }, - { - "name": "main-nav" - }, - { - "name": "meta-nav" - }, - { - "name": "meta-nav-external" - } - ] - } - ] - }, - { - "name": "scale-telekom-profile-menu", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "accessibility-label", - "description": "" - }, - { - "name": "app-name", - "description": "" - }, - { - "name": "close-menu-accessibility-label", - "description": "" - }, - { - "name": "hide-login-settings", - "description": "" - }, - { - "name": "label", - "description": "" - }, - { - "name": "logged-in", - "description": "" - }, - { - "name": "login-help-label", - "description": "" - }, - { - "name": "login-help-url", - "description": "" - }, - { - "name": "login-label", - "description": "" - }, - { - "name": "login-settings-label", - "description": "" - }, - { - "name": "login-settings-url", - "description": "" - }, - { - "name": "login-url", - "description": "" - }, - { - "name": "logout-handler", - "description": "" - }, - { - "name": "logout-label", - "description": "" - }, - { - "name": "logout-url", - "description": "" - }, - { - "name": "register-headline", - "description": "" - }, - { - "name": "register-label", - "description": "" - }, - { - "name": "register-url", - "description": "" - }, - { - "name": "service-description", - "description": "" - }, - { - "name": "service-links", - "description": "" - }, - { - "name": "service-name", - "description": "" - }, - { - "name": "user-info", - "description": "" - } - ] - }, - { - "name": "scale-text-field", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "aria-detailed-id", - "description": "(optional) id or space separated list of ids of elements that provide or link to additional related information." - }, - { - "name": "counter", - "description": "(optional) Input counter" - }, - { - "name": "disabled", - "description": "(optional) Input disabled" - }, - { - "name": "experimental-controlled", - "description": "(optional)) Makes type `input` behave as a controlled component in React" - }, - { - "name": "helper-text", - "description": "(optional) Input helper text" - }, - { - "name": "hide-label-visually", - "description": "(optional) to avoid displaying the label" - }, - { - "name": "input-autocomplete", - "description": "(optional) custom value for autocomplete HTML attribute" - }, - { - "name": "input-autofocus", - "description": "(optional) the input should automatically get focus when the page loads." - }, - { - "name": "input-id", - "description": "(optional) Input checkbox id" - }, - { - "name": "input-mode-type", - "description": "(optional) Input mode", - "values": [ - { - "name": "decimal" - }, - { - "name": "email" - }, - { - "name": "none" - }, - { - "name": "numeric" - }, - { - "name": "search" - }, - { - "name": "tel" - }, - { - "name": "text" - }, - { - "name": "url" - } - ] - }, - { - "name": "invalid", - "description": "(optional) Input status" - }, - { - "name": "label", - "description": "Input label" - }, - { - "name": "list", - "description": "(optional) input list" - }, - { - "name": "max", - "description": "(optional) define the numeric maximum value of input types such as month, date, time" - }, - { - "name": "max-length", - "description": "(optional) Input text string max length" - }, - { - "name": "min", - "description": "(optional) defines the numeric minimum value of input types such as month, date, time" - }, - { - "name": "min-length", - "description": "(optional) Input text string min length" - }, - { - "name": "name", - "description": "(optional) Input name" - }, - { - "name": "placeholder", - "description": "(optional) Input placeHolder" - }, - { - "name": "readonly", - "description": "(optional) Input readonly" - }, - { - "name": "required", - "description": "(optional) Input required" - }, - { - "name": "size", - "description": "" - }, - { - "name": "status", - "description": "" - }, - { - "name": "step", - "description": "(optional) the step attribute specifies the interval between legal numbers in an element." - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "transparent", - "description": "(optional) input background transparent" - }, - { - "name": "type", - "description": "(optional) Input type", - "values": [ - { - "name": "date" - }, - { - "name": "datetime-local" - }, - { - "name": "email" - }, - { - "name": "hidden" - }, - { - "name": "month" - }, - { - "name": "number" - }, - { - "name": "password" - }, - { - "name": "tel" - }, - { - "name": "text" - }, - { - "name": "time" - }, - { - "name": "url" - }, - { - "name": "week" - } - ] - }, - { - "name": "value", - "description": "(optional) Input value" - }, - { - "name": "variant", - "description": "(optional) Variant", - "values": [ - { - "name": "danger" - }, - { - "name": "informational" - }, - { - "name": "success" - }, - { - "name": "warning" - } - ] - } - ] - }, - { - "name": "scale-textarea", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "cols", - "description": "(optional) textarea column" - }, - { - "name": "counter", - "description": "(optional) Input counter" - }, - { - "name": "disabled", - "description": "(optional) Input disabled" - }, - { - "name": "helper-text", - "description": "(optional) Input helper text" - }, - { - "name": "input-autofocus", - "description": "(optional) the input should automatically get focus when the page loads." - }, - { - "name": "input-id", - "description": "(optional) Input checkbox id" - }, - { - "name": "invalid", - "description": "(optional) Input status" - }, - { - "name": "label", - "description": "(optional) Input label" - }, - { - "name": "max-length", - "description": "(optional) Input max length" - }, - { - "name": "min-length", - "description": "(optional) Input min length" - }, - { - "name": "name", - "description": "(optional) Input name" - }, - { - "name": "placeholder", - "description": "(optional) Input placeHolder" - }, - { - "name": "readonly", - "description": "(optional) Input readonly" - }, - { - "name": "required", - "description": "(optional) Input required" - }, - { - "name": "resize", - "description": "(optional) textarea resize", - "values": [ - { - "name": "horizontal" - }, - { - "name": "none" - }, - { - "name": "unset" - }, - { - "name": "vertical" - } - ] - }, - { - "name": "rows", - "description": "(optional) textarea row" - }, - { - "name": "status", - "description": "" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "transparent", - "description": "(optional) input background transparent" - }, - { - "name": "value", - "description": "(optional) Input value" - }, - { - "name": "variant", - "description": "(optional) Variant", - "values": [ - { - "name": "danger" - }, - { - "name": "informational" - }, - { - "name": "success" - }, - { - "name": "warning" - } - ] - } - ] - }, - { - "name": "scale-toast", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "animated", - "description": "(optional) Animated toast" - }, - { - "name": "auto-hide", - "description": "(optional) Toast autohide time" - }, - { - "name": "fade-duration", - "description": "(optional) Toast fade duration" - }, - { - "name": "opened", - "description": "(optional) Toast opened" - }, - { - "name": "position-right", - "description": "(optional) Toast position right" - }, - { - "name": "position-top", - "description": "(optional) Toast position at the top" - }, - { - "name": "size", - "description": "(optional) Toast size" - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "time", - "description": "(optional) Toast time" - }, - { - "name": "variant", - "description": "(optional) Toast variant" - } - ] - }, - { - "name": "scale-toggle-button", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "aria-description-translation", - "description": "a11y text for getting meaningful value. `$buttonNumber` and `$selected` are template variables and will be replaces by their corresponding properties." - }, - { - "name": "aria-label-toggle-button", - "description": "(optional) aria-label attribute needed for icon-only buttons" - }, - { - "name": "aria-lang-deselected", - "description": "(optional) translation of 'deselected" - }, - { - "name": "aria-lang-selected", - "description": "(optional) translation of 'selected" - }, - { - "name": "background", - "description": "(optional) Button background", - "values": [ - { - "name": "grey" - }, - { - "name": "white" - } - ] - }, - { - "name": "color-scheme", - "description": "", - "values": [ - { - "name": "color" - }, - { - "name": "monochrome" - } - ] - }, - { - "name": "disabled", - "description": "(optional) If `true`, the button is disabled" - }, - { - "name": "hide-border", - "description": "(optional) set the border-radius left, right or both" - }, - { - "name": "icon-only", - "description": "(optional) Button type" - }, - { - "name": "icon-position", - "description": "(optional) Icon position related to the label", - "values": [ - { - "name": "after" - }, - { - "name": "before" - } - ] - }, - { - "name": "position", - "description": "(optional) position within group" - }, - { - "name": "radius", - "description": "(optional) set the border-radius left, right or both", - "values": [ - { - "name": "both" - }, - { - "name": "left" - }, - { - "name": "neither" - }, - { - "name": "right" - } - ] - }, - { - "name": "selected", - "description": "(optional) If `true`, the button is selected" - }, - { - "name": "size", - "description": "(optional) The size of the button", - "values": [ - { - "name": "large" - }, - { - "name": "regular" - }, - { - "name": "small" - }, - { - "name": "xs" - } - ] - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "toggle-button-id", - "description": "(optional) toggle button's id" - }, - { - "name": "variant", - "description": "(optional) background variant of a selected toggle-button", - "values": [ - { - "name": "color" - }, - { - "name": "monochrome" - } - ] - } - ] - }, - { - "name": "scale-toggle-group", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "aria-label-translation", - "description": "(optional) aria-label attribute needed for icon-only buttons" - }, - { - "name": "background", - "description": "(optional) Button Group background", - "values": [ - { - "name": "grey" - }, - { - "name": "white" - } - ] - }, - { - "name": "color-scheme", - "description": "", - "values": [ - { - "name": "color" - }, - { - "name": "monochrome" - } - ] - }, - { - "name": "disabled", - "description": "(optional) If `true`, the button is disabled" - }, - { - "name": "full-width", - "description": "(optional) 100% width" - }, - { - "name": "hide-border", - "description": "(optional) If `true`, the group has a border" - }, - { - "name": "single-select", - "description": "(optional) more than one button selected possible" - }, - { - "name": "size", - "description": "(optional) The size of the button", - "values": [ - { - "name": "large" - }, - { - "name": "regular" - }, - { - "name": "small" - }, - { - "name": "xs" - } - ] - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "variant", - "description": "(optional) background variant of a selected toggle-button", - "values": [ - { - "name": "color" - }, - { - "name": "monochrome" - } - ] - } - ] - }, - { - "name": "scale-tooltip", - "description": { - "kind": "markdown", - "value": "" - }, - "attributes": [ - { - "name": "arrow-offset", - "description": "(optional) How much of the arrow element is \"hidden\"" - }, - { - "name": "arrow-padding", - "description": "(optional) Padding between the arrow and the edges of the tooltip" - }, - { - "name": "content", - "description": "(optional) The content of the Tooltip, supporting text only" - }, - { - "name": "disabled", - "description": "(optional) Disable the tooltip" - }, - { - "name": "distance", - "description": "(optional) Tooltip distance from the target element (related to `placement`)" - }, - { - "name": "flip", - "description": "(optional) Switching the flip option of the tooltip on and off" - }, - { - "name": "opened", - "description": "(optional) Set the tooltip to opened by default (will still be closed on closing events)" - }, - { - "name": "placement", - "description": "(optional) Position of the Tooltip around the trigger element", - "values": [ - { - "name": "bottom" - }, - { - "name": "bottom-end" - }, - { - "name": "bottom-start" - }, - { - "name": "left" - }, - { - "name": "left-end" - }, - { - "name": "left-start" - }, - { - "name": "right" - }, - { - "name": "right-end" - }, - { - "name": "right-start" - }, - { - "name": "top" - }, - { - "name": "top-end" - }, - { - "name": "top-start" - } - ] - }, - { - "name": "styles", - "description": "(optional) Injected CSS styles" - }, - { - "name": "trigger", - "description": "(optional) Set custom trigger event (hover, focus, click)" - } - ] - } - ] -} \ No newline at end of file From 7281a6274fabdec97e6b173d99a304ba2a0f2d1e Mon Sep 17 00:00:00 2001 From: tshimber Date: Mon, 2 Sep 2024 12:10:56 +0200 Subject: [PATCH 7/7] fix: custom-elements.json removed from .gitignore --- packages/components/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/components/.gitignore b/packages/components/.gitignore index a187abe947..42fc27ddc4 100644 --- a/packages/components/.gitignore +++ b/packages/components/.gitignore @@ -31,4 +31,5 @@ hydrate/ build/ __diff_output__/ src/components/icons/ +custom-elements.json components.d.ts