You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The `atomic-icon` component displays an SVG icon with a 1:1 aspect ratio.
1131
-
* This component can display an icon from those available in the Atomic package, from a specific location, or as an inline SVG element.
1132
-
*/
1133
-
interface AtomicIcon {
1134
-
/**
1135
-
* The SVG icon to display. - Use a value that starts with `http://`, `https://`, `./`, or `../`, to fetch and display an icon from a given location. - Use a value that starts with `assets://`, to display an icon from the Atomic package. - Use a stringified SVG to display it directly.
1136
-
*/
1137
-
"icon": string;
1138
-
}
1139
1129
interface AtomicInsightEditToggle {
1140
1130
"clickCallback": () => void;
1141
1131
"tooltip": string;
@@ -4476,16 +4466,6 @@ declare global {
4476
4466
prototype: HTMLAtomicHtmlElement;
4477
4467
new (): HTMLAtomicHtmlElement;
4478
4468
};
4479
-
/**
4480
-
* The `atomic-icon` component displays an SVG icon with a 1:1 aspect ratio.
4481
-
* This component can display an icon from those available in the Atomic package, from a specific location, or as an inline SVG element.
* The `atomic-icon` component displays an SVG icon with a 1:1 aspect ratio.
7310
-
* This component can display an icon from those available in the Atomic package, from a specific location, or as an inline SVG element.
7311
-
*/
7312
-
interface AtomicIcon {
7313
-
/**
7314
-
* The SVG icon to display. - Use a value that starts with `http://`, `https://`, `./`, or `../`, to fetch and display an icon from a given location. - Use a value that starts with `assets://`, to display an icon from the Atomic package. - Use a stringified SVG to display it directly.
0 commit comments