Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3173,6 +3173,7 @@ Instead, use \`onSelect\` in combination with the \`onChange\` handler only as a
"ellipsis",
"zoom-in",
"zoom-out",
"dot",
"security",
"download",
"edit",
Expand Down Expand Up @@ -5474,6 +5475,7 @@ This property is ignored if you use a predefined icon or if you set your custom
"ellipsis",
"zoom-in",
"zoom-out",
"dot",
"security",
"download",
"edit",
Expand Down Expand Up @@ -6271,6 +6273,7 @@ The main action also supports the following properties of the [button](/componen
"ellipsis",
"zoom-in",
"zoom-out",
"dot",
"security",
"download",
"edit",
Expand Down Expand Up @@ -14563,6 +14566,7 @@ use the \`id\` attribute, consider setting it on a parent element instead.",
"ellipsis",
"zoom-in",
"zoom-out",
"dot",
"security",
"download",
"edit",
Expand Down Expand Up @@ -14988,6 +14992,11 @@ The same applies to switching icons in the same configuration (for example, \`{'
"optional": true,
"type": "React.ReactNode",
},
{
"name": "dot",
"optional": true,
"type": "React.ReactNode",
},
{
"name": "download",
"optional": true,
Expand Down Expand Up @@ -20603,6 +20612,7 @@ Requires React 18.",
"ellipsis",
"zoom-in",
"zoom-out",
"dot",
"security",
"download",
"edit",
Expand Down Expand Up @@ -20966,6 +20976,7 @@ This property is ignored if you use a predefined icon or if you set your custom
"ellipsis",
"zoom-in",
"zoom-out",
"dot",
"security",
"download",
"edit",
Expand Down Expand Up @@ -24545,6 +24556,7 @@ The event \`detail\` contains the current \`selectedOption\`.",
"ellipsis",
"zoom-in",
"zoom-out",
"dot",
"security",
"download",
"edit",
Expand Down Expand Up @@ -25161,6 +25173,7 @@ If you want to clear the selection, use \`null\`.",
"ellipsis",
"zoom-in",
"zoom-out",
"dot",
"security",
"download",
"edit",
Expand Down Expand Up @@ -30665,6 +30678,7 @@ If an href is provided, it opens the link in a new tab.",
"ellipsis",
"zoom-in",
"zoom-out",
"dot",
"security",
"download",
"edit",
Expand Down Expand Up @@ -30873,6 +30887,7 @@ We do not support using this attribute to apply custom styling.",
"ellipsis",
"zoom-in",
"zoom-out",
"dot",
"security",
"download",
"edit",
Expand Down
1 change: 1 addition & 0 deletions src/icon-provider/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export type BuiltInIconName =
| 'copy'
| 'command-prompt'
| 'delete-marker'
| 'dot'
| 'download'
| 'drag-indicator'
| 'edit'
Expand Down
3 changes: 3 additions & 0 deletions src/icon/icons/dot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading