@dynatrace/strato-icons 0.34.0 → 0.35.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dynatrace/strato-icons",
3
3
  "private": false,
4
- "version": "0.34.0",
4
+ "version": "0.35.0",
5
5
  "license": "Apache-2.0",
6
6
  "types": "./index.d.ts",
7
7
  "main": "./index.cjs.js",
@@ -0,0 +1,20 @@
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
+ /**
18
+ * Usage only for world map
19
+ */
20
+ export declare const AttackFilledIcon: 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 AttackOffIcon: 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 ContainerIcon: SvgIconType;
@@ -0,0 +1,20 @@
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
+ /**
18
+ * Usage only for world map
19
+ */
20
+ export declare const HomeFilledIcon: 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 HostsIcon: SvgIconType;
@@ -0,0 +1,20 @@
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
+ /**
18
+ * Usage only for world map
19
+ */
20
+ export declare const LocationPinFilledSubscriptIcon: 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 MoneyIcon: SvgIconType;
@@ -0,0 +1,20 @@
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
+ /**
18
+ * Usage only for world map
19
+ */
20
+ export declare const PinFilledSubscriptIcon: 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 QueuesIcon: 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 RamIcon: SvgIconType;
package/src/index.d.ts CHANGED
@@ -50,7 +50,9 @@ export { AssetOffIcon } from './__icons/AssetOffIcon';
50
50
  export { AttackAllowlistedIcon } from './__icons/AttackAllowlistedIcon';
51
51
  export { AttackBlockIcon } from './__icons/AttackBlockIcon';
52
52
  export { AttackExploitedIcon } from './__icons/AttackExploitedIcon';
53
+ export { AttackFilledIcon } from './__icons/AttackFilledIcon';
53
54
  export { AttackIcon } from './__icons/AttackIcon';
55
+ export { AttackOffIcon } from './__icons/AttackOffIcon';
54
56
  export { AutomationEngineIcon } from './__icons/AutomationEngineIcon';
55
57
  export { AutomationEngineSignetIcon } from './__icons/AutomationEngineSignetIcon';
56
58
  export { BandChartIcon } from './__icons/BandChartIcon';
@@ -92,6 +94,7 @@ export { CodeOffIcon } from './__icons/CodeOffIcon';
92
94
  export { CodeblockIcon } from './__icons/CodeblockIcon';
93
95
  export { CollapseIcon } from './__icons/CollapseIcon';
94
96
  export { ConditionsIcon } from './__icons/ConditionsIcon';
97
+ export { ContainerIcon } from './__icons/ContainerIcon';
95
98
  export { CopyIcon } from './__icons/CopyIcon';
96
99
  export { CriticalFailedIcon } from './__icons/CriticalFailedIcon';
97
100
  export { CriticalIcon } from './__icons/CriticalIcon';
@@ -157,8 +160,10 @@ export { Heading3Icon } from './__icons/Heading3Icon';
157
160
  export { Heading4Icon } from './__icons/Heading4Icon';
158
161
  export { HelpIcon } from './__icons/HelpIcon';
159
162
  export { HistoryIcon } from './__icons/HistoryIcon';
163
+ export { HomeFilledIcon } from './__icons/HomeFilledIcon';
160
164
  export { HomeIcon } from './__icons/HomeIcon';
161
165
  export { HorizontalRuleIcon } from './__icons/HorizontalRuleIcon';
166
+ export { HostsIcon } from './__icons/HostsIcon';
162
167
  export { HttpIcon } from './__icons/HttpIcon';
163
168
  export { IdeaIcon } from './__icons/IdeaIcon';
164
169
  export { ImageIcon } from './__icons/ImageIcon';
@@ -171,6 +176,7 @@ export { LinkIcon } from './__icons/LinkIcon';
171
176
  export { ListIcon } from './__icons/ListIcon';
172
177
  export { LocationMarkerFilledIcon } from './__icons/LocationMarkerFilledIcon';
173
178
  export { LocationMarkerIcon } from './__icons/LocationMarkerIcon';
179
+ export { LocationPinFilledSubscriptIcon } from './__icons/LocationPinFilledSubscriptIcon';
174
180
  export { LockIcon } from './__icons/LockIcon';
175
181
  export { LoginIcon } from './__icons/LoginIcon';
176
182
  export { LogoutIcon } from './__icons/LogoutIcon';
@@ -184,6 +190,7 @@ export { MicrophoneIcon } from './__icons/MicrophoneIcon';
184
190
  export { MicrophoneOffIcon } from './__icons/MicrophoneOffIcon';
185
191
  export { MinimizeIcon } from './__icons/MinimizeIcon';
186
192
  export { MinusIcon } from './__icons/MinusIcon';
193
+ export { MoneyIcon } from './__icons/MoneyIcon';
187
194
  export { MoreIcon } from './__icons/MoreIcon';
188
195
  export { MoveIcon } from './__icons/MoveIcon';
189
196
  export { MuteIcon } from './__icons/MuteIcon';
@@ -201,6 +208,7 @@ export { ParseIcon } from './__icons/ParseIcon';
201
208
  export { ParseIconIcon } from './__icons/ParseIconIcon';
202
209
  export { PauseIcon } from './__icons/PauseIcon';
203
210
  export { PauseLoadIcon } from './__icons/PauseLoadIcon';
211
+ export { PinFilledSubscriptIcon } from './__icons/PinFilledSubscriptIcon';
204
212
  export { PinIcon } from './__icons/PinIcon';
205
213
  export { PinOffIcon } from './__icons/PinOffIcon';
206
214
  export { PlayIcon } from './__icons/PlayIcon';
@@ -209,6 +217,8 @@ export { PublicExposureIcon } from './__icons/PublicExposureIcon';
209
217
  export { PublicExposureOffIcon } from './__icons/PublicExposureOffIcon';
210
218
  export { PurePathIcon } from './__icons/PurePathIcon';
211
219
  export { PurePathSignetIcon } from './__icons/PurePathSignetIcon';
220
+ export { QueuesIcon } from './__icons/QueuesIcon';
221
+ export { RamIcon } from './__icons/RamIcon';
212
222
  export { RecommendIcon } from './__icons/RecommendIcon';
213
223
  export { RedoIcon } from './__icons/RedoIcon';
214
224
  export { RefreshIcon } from './__icons/RefreshIcon';