@dynatrace/strato-icons 0.31.0 → 0.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/index.cjs.js +897 -2720
- package/index.esm.js +889 -2719
- package/index.esm.js.map +4 -4
- package/package.json +7 -6
- package/src/__icons/AppEngineIcon.d.ts +17 -0
- package/src/__icons/AppEngineSignetIcon.d.ts +17 -0
- package/src/__icons/ApplicationSecurityIcon.d.ts +17 -0
- package/src/__icons/ApplicationSecuritySignetIcon.d.ts +17 -0
- package/src/__icons/ArrowDownLeftIcon.d.ts +17 -0
- package/src/__icons/ArrowDownRightIcon.d.ts +17 -0
- package/src/__icons/ArrowUpLeftIcon.d.ts +17 -0
- package/src/__icons/ArrowUpRightIcon.d.ts +17 -0
- package/src/__icons/AutomationEngineIcon.d.ts +17 -0
- package/src/__icons/AutomationEngineSignetIcon.d.ts +17 -0
- package/src/__icons/BookmarkIcon.d.ts +17 -0
- package/src/__icons/DavisAiIcon.d.ts +17 -0
- package/src/__icons/DavisAiSignetIcon.d.ts +17 -0
- package/src/__icons/EpicIcon.d.ts +17 -0
- package/src/__icons/GrailIcon.d.ts +17 -0
- package/src/__icons/GrailSignetIcon.d.ts +17 -0
- package/src/__icons/OneAgentIcon.d.ts +17 -0
- package/src/__icons/OneAgentSignetIcon.d.ts +17 -0
- package/src/__icons/PurePathIcon.d.ts +17 -0
- package/src/__icons/PurePathSignetIcon.d.ts +17 -0
- package/src/__icons/ResearchIcon.d.ts +17 -0
- package/src/__icons/SmartscapeIcon.d.ts +17 -0
- package/src/__icons/SmartscapeSignetIcon.d.ts +17 -0
- package/src/index.d.ts +23 -0
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynatrace/strato-icons",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.32.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
|
-
"
|
|
7
|
-
"react": "^17.0.2"
|
|
8
|
-
},
|
|
9
|
-
"typings": "./index.d.ts",
|
|
6
|
+
"types": "./index.d.ts",
|
|
10
7
|
"main": "./index.cjs.js",
|
|
11
|
-
"module": "./index.esm.js"
|
|
8
|
+
"module": "./index.esm.js",
|
|
9
|
+
"peerDependencies": {
|
|
10
|
+
"react": "^17.0.2 || ^18.0.0",
|
|
11
|
+
"react-dom": "^17.0.2 || ^18.0.0"
|
|
12
|
+
}
|
|
12
13
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const AppEngineIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const AppEngineSignetIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const ApplicationSecurityIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const ApplicationSecuritySignetIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const ArrowDownLeftIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const ArrowDownRightIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const ArrowUpLeftIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const ArrowUpRightIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const AutomationEngineIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const AutomationEngineSignetIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const BookmarkIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const DavisAiIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const DavisAiSignetIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const EpicIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const GrailIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const GrailSignetIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const OneAgentIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const OneAgentSignetIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const PurePathIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const PurePathSignetIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const ResearchIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const SmartscapeIcon: SvgIconType;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2023 Dynatrace LLC
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SvgIconType } from '../lib/types';
|
|
17
|
+
export declare const SmartscapeSignetIcon: SvgIconType;
|
package/src/index.d.ts
CHANGED
|
@@ -20,9 +20,15 @@ export { AccountIcon } from './__icons/AccountIcon';
|
|
|
20
20
|
export { ActionIcon } from './__icons/ActionIcon';
|
|
21
21
|
export { ActionTriggerIcon } from './__icons/ActionTriggerIcon';
|
|
22
22
|
export { AnalyticsIcon } from './__icons/AnalyticsIcon';
|
|
23
|
+
export { AppEngineIcon } from './__icons/AppEngineIcon';
|
|
24
|
+
export { AppEngineSignetIcon } from './__icons/AppEngineSignetIcon';
|
|
23
25
|
export { AppearanceIcon } from './__icons/AppearanceIcon';
|
|
26
|
+
export { ApplicationSecurityIcon } from './__icons/ApplicationSecurityIcon';
|
|
27
|
+
export { ApplicationSecuritySignetIcon } from './__icons/ApplicationSecuritySignetIcon';
|
|
24
28
|
export { AppsIcon } from './__icons/AppsIcon';
|
|
25
29
|
export { ArrowDownIcon } from './__icons/ArrowDownIcon';
|
|
30
|
+
export { ArrowDownLeftIcon } from './__icons/ArrowDownLeftIcon';
|
|
31
|
+
export { ArrowDownRightIcon } from './__icons/ArrowDownRightIcon';
|
|
26
32
|
export { ArrowLeftIcon } from './__icons/ArrowLeftIcon';
|
|
27
33
|
export { ArrowRightIcon } from './__icons/ArrowRightIcon';
|
|
28
34
|
export { ArrowSmallDownIcon } from './__icons/ArrowSmallDownIcon';
|
|
@@ -34,18 +40,23 @@ export { ArrowSmallUpIcon } from './__icons/ArrowSmallUpIcon';
|
|
|
34
40
|
export { ArrowSmallUpLeftIcon } from './__icons/ArrowSmallUpLeftIcon';
|
|
35
41
|
export { ArrowSmallUpRightIcon } from './__icons/ArrowSmallUpRightIcon';
|
|
36
42
|
export { ArrowUpIcon } from './__icons/ArrowUpIcon';
|
|
43
|
+
export { ArrowUpLeftIcon } from './__icons/ArrowUpLeftIcon';
|
|
44
|
+
export { ArrowUpRightIcon } from './__icons/ArrowUpRightIcon';
|
|
37
45
|
export { AssetIcon } from './__icons/AssetIcon';
|
|
38
46
|
export { AssetOffIcon } from './__icons/AssetOffIcon';
|
|
39
47
|
export { AttackAllowlistedIcon } from './__icons/AttackAllowlistedIcon';
|
|
40
48
|
export { AttackBlockIcon } from './__icons/AttackBlockIcon';
|
|
41
49
|
export { AttackExploitedIcon } from './__icons/AttackExploitedIcon';
|
|
42
50
|
export { AttackIcon } from './__icons/AttackIcon';
|
|
51
|
+
export { AutomationEngineIcon } from './__icons/AutomationEngineIcon';
|
|
52
|
+
export { AutomationEngineSignetIcon } from './__icons/AutomationEngineSignetIcon';
|
|
43
53
|
export { BandChartIcon } from './__icons/BandChartIcon';
|
|
44
54
|
export { BarChartIcon } from './__icons/BarChartIcon';
|
|
45
55
|
export { BarGaugeIcon } from './__icons/BarGaugeIcon';
|
|
46
56
|
export { BellIcon } from './__icons/BellIcon';
|
|
47
57
|
export { BellOffIcon } from './__icons/BellOffIcon';
|
|
48
58
|
export { BlockIcon } from './__icons/BlockIcon';
|
|
59
|
+
export { BookmarkIcon } from './__icons/BookmarkIcon';
|
|
49
60
|
export { BugReportIcon } from './__icons/BugReportIcon';
|
|
50
61
|
export { CalendarIcon } from './__icons/CalendarIcon';
|
|
51
62
|
export { CallIcon } from './__icons/CallIcon';
|
|
@@ -85,6 +96,8 @@ export { CycleIcon } from './__icons/CycleIcon';
|
|
|
85
96
|
export { DarkmodeIcon } from './__icons/DarkmodeIcon';
|
|
86
97
|
export { DataTableIcon } from './__icons/DataTableIcon';
|
|
87
98
|
export { DatabaseIcon } from './__icons/DatabaseIcon';
|
|
99
|
+
export { DavisAiIcon } from './__icons/DavisAiIcon';
|
|
100
|
+
export { DavisAiSignetIcon } from './__icons/DavisAiSignetIcon';
|
|
88
101
|
export { DeclineIcon } from './__icons/DeclineIcon';
|
|
89
102
|
export { DeleteIcon } from './__icons/DeleteIcon';
|
|
90
103
|
export { DescriptionIcon } from './__icons/DescriptionIcon';
|
|
@@ -99,6 +112,7 @@ export { DuplicateIcon } from './__icons/DuplicateIcon';
|
|
|
99
112
|
export { EditIcon } from './__icons/EditIcon';
|
|
100
113
|
export { EducationIcon } from './__icons/EducationIcon';
|
|
101
114
|
export { EnterIcon } from './__icons/EnterIcon';
|
|
115
|
+
export { EpicIcon } from './__icons/EpicIcon';
|
|
102
116
|
export { ErrorIcon } from './__icons/ErrorIcon';
|
|
103
117
|
export { EventIcon } from './__icons/EventIcon';
|
|
104
118
|
export { EventTriggerIcon } from './__icons/EventTriggerIcon';
|
|
@@ -121,6 +135,8 @@ export { FormatListNumberedIcon } from './__icons/FormatListNumberedIcon';
|
|
|
121
135
|
export { FormatQuoteIcon } from './__icons/FormatQuoteIcon';
|
|
122
136
|
export { GhostIcon } from './__icons/GhostIcon';
|
|
123
137
|
export { GrabIcon } from './__icons/GrabIcon';
|
|
138
|
+
export { GrailIcon } from './__icons/GrailIcon';
|
|
139
|
+
export { GrailSignetIcon } from './__icons/GrailSignetIcon';
|
|
124
140
|
export { GridIcon } from './__icons/GridIcon';
|
|
125
141
|
export { GripIcon } from './__icons/GripIcon';
|
|
126
142
|
export { GroupIcon } from './__icons/GroupIcon';
|
|
@@ -163,6 +179,8 @@ export { MuteIcon } from './__icons/MuteIcon';
|
|
|
163
179
|
export { MuteOffIcon } from './__icons/MuteOffIcon';
|
|
164
180
|
export { NotificationIcon } from './__icons/NotificationIcon';
|
|
165
181
|
export { NotificationOffIcon } from './__icons/NotificationOffIcon';
|
|
182
|
+
export { OneAgentIcon } from './__icons/OneAgentIcon';
|
|
183
|
+
export { OneAgentSignetIcon } from './__icons/OneAgentSignetIcon';
|
|
166
184
|
export { OpenSidebarIcon } from './__icons/OpenSidebarIcon';
|
|
167
185
|
export { OpenWithIcon } from './__icons/OpenWithIcon';
|
|
168
186
|
export { OptionsIcon } from './__icons/OptionsIcon';
|
|
@@ -178,12 +196,15 @@ export { PlayIcon } from './__icons/PlayIcon';
|
|
|
178
196
|
export { PlusIcon } from './__icons/PlusIcon';
|
|
179
197
|
export { PublicExposureIcon } from './__icons/PublicExposureIcon';
|
|
180
198
|
export { PublicExposureOffIcon } from './__icons/PublicExposureOffIcon';
|
|
199
|
+
export { PurePathIcon } from './__icons/PurePathIcon';
|
|
200
|
+
export { PurePathSignetIcon } from './__icons/PurePathSignetIcon';
|
|
181
201
|
export { RecommendIcon } from './__icons/RecommendIcon';
|
|
182
202
|
export { RedoIcon } from './__icons/RedoIcon';
|
|
183
203
|
export { RefreshIcon } from './__icons/RefreshIcon';
|
|
184
204
|
export { RepeatIcon } from './__icons/RepeatIcon';
|
|
185
205
|
export { ReplayIcon } from './__icons/ReplayIcon';
|
|
186
206
|
export { RequestIcon } from './__icons/RequestIcon';
|
|
207
|
+
export { ResearchIcon } from './__icons/ResearchIcon';
|
|
187
208
|
export { ResetIcon } from './__icons/ResetIcon';
|
|
188
209
|
export { ResizeIcon } from './__icons/ResizeIcon';
|
|
189
210
|
export { SaveIcon } from './__icons/SaveIcon';
|
|
@@ -197,6 +218,8 @@ export { SelectIndicatorIcon } from './__icons/SelectIndicatorIcon';
|
|
|
197
218
|
export { SettingIcon } from './__icons/SettingIcon';
|
|
198
219
|
export { ShareIcon } from './__icons/ShareIcon';
|
|
199
220
|
export { SingleValueChartIcon } from './__icons/SingleValueChartIcon';
|
|
221
|
+
export { SmartscapeIcon } from './__icons/SmartscapeIcon';
|
|
222
|
+
export { SmartscapeSignetIcon } from './__icons/SmartscapeSignetIcon';
|
|
200
223
|
export { SorterDoubleIcon } from './__icons/SorterDoubleIcon';
|
|
201
224
|
export { SorterDoubleSmallIcon } from './__icons/SorterDoubleSmallIcon';
|
|
202
225
|
export { SorterIcon } from './__icons/SorterIcon';
|