@dynatrace/strato-icons 0.29.1 → 0.31.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 +19 -0
- package/index.cjs.js +1434 -1250
- package/index.esm.js +1434 -1250
- package/index.esm.js.map +3 -3
- package/package.json +5 -6
- package/src/__icons/AcceptIcon.d.ts +3 -0
- package/src/__icons/AssetOffIcon.d.ts +17 -0
- package/src/__icons/AttackAllowlistedIcon.d.ts +17 -0
- package/src/__icons/AttackBlockIcon.d.ts +17 -0
- package/src/__icons/AttackExploitedIcon.d.ts +17 -0
- package/src/__icons/AttackIcon.d.ts +17 -0
- package/src/__icons/DeclineIcon.d.ts +3 -0
- package/src/__icons/DownloadingIcon.d.ts +3 -0
- package/src/__icons/EducationIcon.d.ts +17 -0
- package/src/__icons/ExploitOffIcon.d.ts +17 -0
- package/src/__icons/FavoriteIcon.d.ts +17 -0
- package/src/__icons/FavouriteIcon.d.ts +3 -0
- package/src/__icons/MoreIcon.d.ts +0 -1
- package/src/__icons/MoveIcon.d.ts +3 -0
- package/src/__icons/ParseIcon.d.ts +17 -0
- package/src/__icons/ParseIconIcon.d.ts +3 -0
- package/src/__icons/PublicExposureIcon.d.ts +17 -0
- package/src/__icons/PublicExposureOffIcon.d.ts +17 -0
- package/src/__icons/ScatterplotIcon.d.ts +17 -0
- package/src/__icons/SyncDownloadIcon.d.ts +0 -1
- package/src/__icons/SyncUploadIcon.d.ts +0 -1
- package/src/__icons/UnfavoriteIcon.d.ts +17 -0
- package/src/__icons/UnfavouriteIcon.d.ts +3 -0
- package/src/__icons/VulnerableFunctionOffIcon.d.ts +17 -0
- package/src/index.d.ts +14 -0
- package/src/lib/SvgIcon.d.ts +5 -1
- package/src/lib/types.d.ts +1 -1
- package/metadata.json +0 -1
package/package.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynatrace/strato-icons",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.31.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
|
-
"main": "./index.cjs.js",
|
|
7
|
-
"module": "./index.esm.js",
|
|
8
|
-
"typings": "./index.d.ts",
|
|
9
|
-
"devDependencies": {},
|
|
10
6
|
"peerDependencies": {
|
|
11
7
|
"react": "^17.0.2"
|
|
12
|
-
}
|
|
8
|
+
},
|
|
9
|
+
"typings": "./index.d.ts",
|
|
10
|
+
"main": "./index.cjs.js",
|
|
11
|
+
"module": "./index.esm.js"
|
|
13
12
|
}
|
|
@@ -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 AssetOffIcon: 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 AttackAllowlistedIcon: 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 AttackBlockIcon: 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 AttackExploitedIcon: 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 AttackIcon: 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 EducationIcon: 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 ExploitOffIcon: 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 FavoriteIcon: 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 ParseIcon: 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 PublicExposureIcon: 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 PublicExposureOffIcon: 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 ScatterplotIcon: 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 UnfavoriteIcon: 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 VulnerableFunctionOffIcon: SvgIconType;
|
package/src/index.d.ts
CHANGED
|
@@ -35,6 +35,11 @@ export { ArrowSmallUpLeftIcon } from './__icons/ArrowSmallUpLeftIcon';
|
|
|
35
35
|
export { ArrowSmallUpRightIcon } from './__icons/ArrowSmallUpRightIcon';
|
|
36
36
|
export { ArrowUpIcon } from './__icons/ArrowUpIcon';
|
|
37
37
|
export { AssetIcon } from './__icons/AssetIcon';
|
|
38
|
+
export { AssetOffIcon } from './__icons/AssetOffIcon';
|
|
39
|
+
export { AttackAllowlistedIcon } from './__icons/AttackAllowlistedIcon';
|
|
40
|
+
export { AttackBlockIcon } from './__icons/AttackBlockIcon';
|
|
41
|
+
export { AttackExploitedIcon } from './__icons/AttackExploitedIcon';
|
|
42
|
+
export { AttackIcon } from './__icons/AttackIcon';
|
|
38
43
|
export { BandChartIcon } from './__icons/BandChartIcon';
|
|
39
44
|
export { BarChartIcon } from './__icons/BarChartIcon';
|
|
40
45
|
export { BarGaugeIcon } from './__icons/BarGaugeIcon';
|
|
@@ -92,16 +97,19 @@ export { DragHandleIcon } from './__icons/DragHandleIcon';
|
|
|
92
97
|
export { DragVerticalIcon } from './__icons/DragVerticalIcon';
|
|
93
98
|
export { DuplicateIcon } from './__icons/DuplicateIcon';
|
|
94
99
|
export { EditIcon } from './__icons/EditIcon';
|
|
100
|
+
export { EducationIcon } from './__icons/EducationIcon';
|
|
95
101
|
export { EnterIcon } from './__icons/EnterIcon';
|
|
96
102
|
export { ErrorIcon } from './__icons/ErrorIcon';
|
|
97
103
|
export { EventIcon } from './__icons/EventIcon';
|
|
98
104
|
export { EventTriggerIcon } from './__icons/EventTriggerIcon';
|
|
99
105
|
export { ExpandIcon } from './__icons/ExpandIcon';
|
|
100
106
|
export { ExploitIcon } from './__icons/ExploitIcon';
|
|
107
|
+
export { ExploitOffIcon } from './__icons/ExploitOffIcon';
|
|
101
108
|
export { ExtensionsIcon } from './__icons/ExtensionsIcon';
|
|
102
109
|
export { ExternalLinkIcon } from './__icons/ExternalLinkIcon';
|
|
103
110
|
export { EyeIcon } from './__icons/EyeIcon';
|
|
104
111
|
export { EyeOffIcon } from './__icons/EyeOffIcon';
|
|
112
|
+
export { FavoriteIcon } from './__icons/FavoriteIcon';
|
|
105
113
|
export { FavouriteIcon } from './__icons/FavouriteIcon';
|
|
106
114
|
export { FeedbackIcon } from './__icons/FeedbackIcon';
|
|
107
115
|
export { FileCopyIcon } from './__icons/FileCopyIcon';
|
|
@@ -160,6 +168,7 @@ export { OpenWithIcon } from './__icons/OpenWithIcon';
|
|
|
160
168
|
export { OptionsIcon } from './__icons/OptionsIcon';
|
|
161
169
|
export { Pan1DIcon } from './__icons/Pan1DIcon';
|
|
162
170
|
export { PanHorizontalIcon } from './__icons/PanHorizontalIcon';
|
|
171
|
+
export { ParseIcon } from './__icons/ParseIcon';
|
|
163
172
|
export { ParseIconIcon } from './__icons/ParseIconIcon';
|
|
164
173
|
export { PauseIcon } from './__icons/PauseIcon';
|
|
165
174
|
export { PauseLoadIcon } from './__icons/PauseLoadIcon';
|
|
@@ -167,6 +176,8 @@ export { PinIcon } from './__icons/PinIcon';
|
|
|
167
176
|
export { PinOffIcon } from './__icons/PinOffIcon';
|
|
168
177
|
export { PlayIcon } from './__icons/PlayIcon';
|
|
169
178
|
export { PlusIcon } from './__icons/PlusIcon';
|
|
179
|
+
export { PublicExposureIcon } from './__icons/PublicExposureIcon';
|
|
180
|
+
export { PublicExposureOffIcon } from './__icons/PublicExposureOffIcon';
|
|
170
181
|
export { RecommendIcon } from './__icons/RecommendIcon';
|
|
171
182
|
export { RedoIcon } from './__icons/RedoIcon';
|
|
172
183
|
export { RefreshIcon } from './__icons/RefreshIcon';
|
|
@@ -176,6 +187,7 @@ export { RequestIcon } from './__icons/RequestIcon';
|
|
|
176
187
|
export { ResetIcon } from './__icons/ResetIcon';
|
|
177
188
|
export { ResizeIcon } from './__icons/ResizeIcon';
|
|
178
189
|
export { SaveIcon } from './__icons/SaveIcon';
|
|
190
|
+
export { ScatterplotIcon } from './__icons/ScatterplotIcon';
|
|
179
191
|
export { SecurityCriticalIcon } from './__icons/SecurityCriticalIcon';
|
|
180
192
|
export { SecurityHighIcon } from './__icons/SecurityHighIcon';
|
|
181
193
|
export { SecurityIcon } from './__icons/SecurityIcon';
|
|
@@ -216,6 +228,7 @@ export { TitleOffIcon } from './__icons/TitleOffIcon';
|
|
|
216
228
|
export { TrashIcon } from './__icons/TrashIcon';
|
|
217
229
|
export { TriggerIcon } from './__icons/TriggerIcon';
|
|
218
230
|
export { UndoIcon } from './__icons/UndoIcon';
|
|
231
|
+
export { UnfavoriteIcon } from './__icons/UnfavoriteIcon';
|
|
219
232
|
export { UnfavouriteIcon } from './__icons/UnfavouriteIcon';
|
|
220
233
|
export { UnfoldLessIcon } from './__icons/UnfoldLessIcon';
|
|
221
234
|
export { UnfoldMoreIcon } from './__icons/UnfoldMoreIcon';
|
|
@@ -227,6 +240,7 @@ export { ViewSidebarIcon } from './__icons/ViewSidebarIcon';
|
|
|
227
240
|
export { VolumeIcon } from './__icons/VolumeIcon';
|
|
228
241
|
export { VolumeOffIcon } from './__icons/VolumeOffIcon';
|
|
229
242
|
export { VulnerableFunctionIcon } from './__icons/VulnerableFunctionIcon';
|
|
243
|
+
export { VulnerableFunctionOffIcon } from './__icons/VulnerableFunctionOffIcon';
|
|
230
244
|
export { WarningIcon } from './__icons/WarningIcon';
|
|
231
245
|
export { WhatsNewIcon } from './__icons/WhatsNewIcon';
|
|
232
246
|
export { WrapTextIcon } from './__icons/WrapTextIcon';
|
package/src/lib/SvgIcon.d.ts
CHANGED
|
@@ -16,7 +16,11 @@
|
|
|
16
16
|
import React from 'react';
|
|
17
17
|
import { SvgIconSize } from './types';
|
|
18
18
|
export interface SvgIconProps {
|
|
19
|
-
|
|
19
|
+
/**
|
|
20
|
+
* Size of the icon. Three predefined sizes are available, or specify a custom size in px.
|
|
21
|
+
* @defaultValue 20px
|
|
22
|
+
*/
|
|
23
|
+
size?: SvgIconSize | number;
|
|
20
24
|
}
|
|
21
25
|
interface IntSvgIconProps extends SvgIconProps {
|
|
22
26
|
children: React.ReactNode;
|
package/src/lib/types.d.ts
CHANGED
|
@@ -15,4 +15,4 @@
|
|
|
15
15
|
*/
|
|
16
16
|
import { SvgIconProps } from './SvgIcon';
|
|
17
17
|
export declare type SvgIconType = (props: SvgIconProps & React.RefAttributes<SVGSVGElement>) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
18
|
-
export declare type SvgIconSize = '
|
|
18
|
+
export declare type SvgIconSize = 'small' | 'default' | 'large';
|