@nice2dev/icons-tech 1.0.10

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.
@@ -0,0 +1,2051 @@
1
+ import { CSSProperties } from 'react';
2
+ import { default as default_2 } from 'react';
3
+ import { ForwardRefExoticComponent } from 'react';
4
+ import { RefAttributes } from 'react';
5
+ import { SVGProps } from 'react';
6
+
7
+ /** Accessibility test icon */
8
+ export declare const A11yTestIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
9
+
10
+ /** Accessibility icon */
11
+ export declare const AccessibilityIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
12
+
13
+ /** ACID icon */
14
+ export declare const ACIDIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
15
+
16
+ /** Adapter pattern icon */
17
+ export declare const AdapterIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
18
+
19
+ /** Aggregate icon */
20
+ export declare const AggregateIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
21
+
22
+ /** AI Brain icon */
23
+ export declare const AIBrainIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
24
+
25
+ export declare type AIMLIconName = 'NeuralNetwork' | 'DeepLearning' | 'Transformer' | 'CNN' | 'RNN' | 'GAN' | 'DecisionTree' | 'RandomForest' | 'Clustering' | 'Regression' | 'Classification' | 'KMeans' | 'SVM' | 'AIBrain' | 'Chatbot' | 'LLM' | 'ComputerVision' | 'NLP' | 'ModelTraining' | 'Inference' | 'Dataset' | 'FeatureEngineering' | 'Hyperparameter' | 'CrossValidation' | 'Embedding' | 'Tensor' | 'GPU';
26
+
27
+ declare namespace _AIMLIcons {
28
+ export {
29
+ NeuralNetworkIcon,
30
+ DeepLearningIcon,
31
+ TransformerIcon,
32
+ CNNIcon,
33
+ RNNIcon,
34
+ GANIcon,
35
+ DecisionTreeIcon,
36
+ RandomForestIcon,
37
+ ClusteringIcon,
38
+ RegressionIcon,
39
+ ClassificationIcon,
40
+ KMeansIcon,
41
+ SVMIcon,
42
+ AIBrainIcon,
43
+ ChatbotIcon,
44
+ LLMIcon,
45
+ ComputerVisionIcon,
46
+ NLPIcon,
47
+ ModelTrainingIcon,
48
+ InferenceIcon,
49
+ DatasetIcon,
50
+ FeatureEngineeringIcon,
51
+ HyperparameterIcon,
52
+ CrossValidationIcon,
53
+ EmbeddingIcon,
54
+ TensorIcon,
55
+ GPUIcon,
56
+ AIMLIconName
57
+ }
58
+ }
59
+
60
+ export declare const aimlIcons: typeof _AIMLIcons;
61
+
62
+ export declare const allTechIcons: {
63
+ readonly VSCodeIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
64
+ readonly JetBrainsIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
65
+ readonly VimIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
66
+ readonly SublimeIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
67
+ readonly AtomIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
68
+ readonly NotepadPlusIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
69
+ readonly GitIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
70
+ readonly GitHubIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
71
+ readonly GitLabIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
72
+ readonly BitbucketIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
73
+ readonly CommitIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
74
+ readonly BranchIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
75
+ readonly MergeIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
76
+ readonly NPMIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
77
+ readonly YarnIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
78
+ readonly PNPMIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
79
+ readonly WebpackIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
80
+ readonly ViteIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
81
+ readonly RollupIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
82
+ readonly PostmanIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
83
+ readonly SwaggerIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
84
+ readonly GraphQLPlaygroundIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
85
+ readonly ESLintIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
86
+ readonly PrettierIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
87
+ readonly StyleLintIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
88
+ readonly DebuggerIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
89
+ readonly BreakpointIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
90
+ readonly ProfilerIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
91
+ readonly ConsoleIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
92
+ readonly SnippetIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
93
+ readonly KeyboardShortcutIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
94
+ readonly ExtensionIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
95
+ readonly ThemeIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
96
+ readonly SettingsIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
97
+ readonly MicroservicesIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
98
+ readonly MonolithIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
99
+ readonly SOAIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
100
+ readonly EventDrivenIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
101
+ readonly ServerlessIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
102
+ readonly HexagonalIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
103
+ readonly CleanArchitectureIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
104
+ readonly SingletonIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
105
+ readonly FactoryIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
106
+ readonly ObserverIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
107
+ readonly StrategyIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
108
+ readonly AdapterIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
109
+ readonly DecoratorIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
110
+ readonly CommandIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
111
+ readonly MessageQueueIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
112
+ readonly CacheIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
113
+ readonly CDNIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
114
+ readonly APIIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
115
+ readonly SDKIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
116
+ readonly WebhookIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
117
+ readonly CQRSIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
118
+ readonly DDDIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
119
+ readonly AggregateIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
120
+ readonly RepositoryPatternIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
121
+ readonly HorizontalScaleIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
122
+ readonly VerticalScaleIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
123
+ readonly ShardingPatternIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
124
+ readonly CircuitBreakerIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
125
+ readonly HTTPIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
126
+ readonly HTTPSIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
127
+ readonly TCPIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
128
+ readonly UDPIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
129
+ readonly FTPIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
130
+ readonly SSHIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
131
+ readonly DNSIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
132
+ readonly DHCPIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
133
+ readonly RouterIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
134
+ readonly SwitchIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
135
+ readonly FirewallIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
136
+ readonly LoadBalancerIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
137
+ readonly GatewayIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
138
+ readonly ProxyIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
139
+ readonly WiFiIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
140
+ readonly BluetoothIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
141
+ readonly EthernetIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
142
+ readonly CellularIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
143
+ readonly NFCIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
144
+ readonly IPAddressIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
145
+ readonly SubnetIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
146
+ readonly PortIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
147
+ readonly BandwidthIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
148
+ readonly LatencyIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
149
+ readonly PacketIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
150
+ readonly TopologyIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
151
+ readonly VPNTunnelIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
152
+ readonly SSLIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
153
+ readonly APIGatewayIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
154
+ readonly NetworkSecurityIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
155
+ readonly PostgreSQLIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
156
+ readonly MySQLIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
157
+ readonly SQLServerIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
158
+ readonly OracleIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
159
+ readonly SQLiteIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
160
+ readonly MongoDBIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
161
+ readonly RedisIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
162
+ readonly CassandraIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
163
+ readonly DynamoDBIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
164
+ readonly CouchDBIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
165
+ readonly Neo4jIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
166
+ readonly FirebaseIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
167
+ readonly SupabaseIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
168
+ readonly PlanetScaleIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
169
+ readonly FaunaIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
170
+ readonly SchemaIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
171
+ readonly MigrationIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
172
+ readonly BackupIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
173
+ readonly ReplicationIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
174
+ readonly ShardingIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
175
+ readonly IndexIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
176
+ readonly QueryIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
177
+ readonly TransactionIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
178
+ readonly ACIDIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
179
+ readonly ORMIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
180
+ readonly DataWarehouseIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
181
+ readonly ETLIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
182
+ readonly SnowflakeIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
183
+ readonly BigQueryIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
184
+ readonly RedshiftIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
185
+ readonly DatabricksIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
186
+ readonly PipelineIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
187
+ readonly BuildIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
188
+ readonly DeployIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
189
+ readonly ReleaseIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
190
+ readonly RollbackIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
191
+ readonly StagingIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
192
+ readonly ProductionIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
193
+ readonly GitHubActionsIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
194
+ readonly GitLabCIIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
195
+ readonly JenkinsIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
196
+ readonly AzureDevOpsIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
197
+ readonly CircleCIIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
198
+ readonly TravisCIIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
199
+ readonly DroneCIIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
200
+ readonly TerraformIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
201
+ readonly AnsibleIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
202
+ readonly PulumiIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
203
+ readonly HelmIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
204
+ readonly ArgoCDIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
205
+ readonly PrometheusIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
206
+ readonly GrafanaIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
207
+ readonly DatadogIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
208
+ readonly NewRelicIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
209
+ readonly SentryIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
210
+ readonly ELKIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
211
+ readonly GitOpsIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
212
+ readonly IaCIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
213
+ readonly BlueGreenIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
214
+ readonly CanaryIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
215
+ readonly FeatureFlagIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
216
+ readonly ServiceMeshIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
217
+ readonly TestPassedIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
218
+ readonly TestFailedIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
219
+ readonly TestSkippedIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
220
+ readonly TestPendingIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
221
+ readonly TestFlakyIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
222
+ readonly UnitTestIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
223
+ readonly IntegrationTestIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
224
+ readonly E2ETestIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
225
+ readonly PerformanceTestIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
226
+ readonly LoadTestIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
227
+ readonly SecurityTestIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
228
+ readonly A11yTestIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
229
+ readonly VisualRegressionIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
230
+ readonly SmokeTestIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
231
+ readonly RegressionTestIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
232
+ readonly JestIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
233
+ readonly CypressIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
234
+ readonly PlaywrightIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
235
+ readonly SeleniumIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
236
+ readonly MochaIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
237
+ readonly VitestIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
238
+ readonly TestingLibraryIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
239
+ readonly TestCoverageIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
240
+ readonly TestReportIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
241
+ readonly BugIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
242
+ readonly DebugIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
243
+ readonly AssertionIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
244
+ readonly MockIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
245
+ readonly SpyIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
246
+ readonly FixtureIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
247
+ readonly SnapshotIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
248
+ readonly TestRunnerIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
249
+ readonly iOSIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
250
+ readonly AndroidIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
251
+ readonly SwiftIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
252
+ readonly KotlinIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
253
+ readonly FlutterIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
254
+ readonly ReactNativeIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
255
+ readonly XamarinIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
256
+ readonly IonicIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
257
+ readonly CapacitorIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
258
+ readonly CordovaIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
259
+ readonly SmartphoneIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
260
+ readonly TabletIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
261
+ readonly SmartwatchIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
262
+ readonly AppStoreIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
263
+ readonly PlayStoreIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
264
+ readonly PushNotificationIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
265
+ readonly GesturesIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
266
+ readonly TouchIDIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
267
+ readonly FaceIDIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
268
+ readonly MobilePaymentIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
269
+ readonly DeepLinkingIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
270
+ readonly OfflineModeIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
271
+ readonly AppIconIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
272
+ readonly AppAnalyticsIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
273
+ readonly ResponsiveLayoutIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
274
+ readonly InAppPurchaseIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
275
+ readonly EmulatorIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
276
+ readonly SimulatorIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
277
+ readonly APKIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
278
+ readonly IPAIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
279
+ readonly ReactIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
280
+ readonly AngularIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
281
+ readonly VueIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
282
+ readonly SvelteIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
283
+ readonly NextJSIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
284
+ readonly NuxtIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
285
+ readonly GatsbyIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
286
+ readonly SolidJSIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
287
+ readonly AstroIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
288
+ readonly RemixIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
289
+ readonly NodeJSIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
290
+ readonly ExpressIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
291
+ readonly FastAPIIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
292
+ readonly DjangoIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
293
+ readonly FlaskIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
294
+ readonly SpringIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
295
+ readonly DotNetIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
296
+ readonly LaravelIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
297
+ readonly RailsIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
298
+ readonly GoIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
299
+ readonly TailwindIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
300
+ readonly BootstrapIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
301
+ readonly MaterialUIIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
302
+ readonly ChakraUIIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
303
+ readonly AntDesignIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
304
+ readonly StyledComponentsIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
305
+ readonly HTML5Icon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
306
+ readonly CSS3Icon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
307
+ readonly JavaScriptIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
308
+ readonly TypeScriptIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
309
+ readonly ResponsiveIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
310
+ readonly DOMIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
311
+ readonly ComponentIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
312
+ readonly StateIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
313
+ readonly CSSGridIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
314
+ readonly FlexboxIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
315
+ readonly ServerIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
316
+ readonly RestAPIIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
317
+ readonly GraphQLIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
318
+ readonly WebSocketIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
319
+ readonly MiddlewareIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
320
+ readonly AuthIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
321
+ readonly SessionIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
322
+ readonly CookieIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
323
+ readonly PerformanceIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
324
+ readonly PWAIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
325
+ readonly SEOIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
326
+ readonly AccessibilityIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
327
+ readonly BundleIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
328
+ readonly MinifyIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
329
+ readonly SSRIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
330
+ readonly StaticSiteIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
331
+ readonly NeuralNetworkIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
332
+ readonly DeepLearningIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
333
+ readonly TransformerIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
334
+ readonly CNNIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
335
+ readonly RNNIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
336
+ readonly GANIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
337
+ readonly DecisionTreeIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
338
+ readonly RandomForestIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
339
+ readonly ClusteringIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
340
+ readonly RegressionIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
341
+ readonly ClassificationIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
342
+ readonly KMeansIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
343
+ readonly SVMIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
344
+ readonly AIBrainIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
345
+ readonly ChatbotIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
346
+ readonly LLMIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
347
+ readonly ComputerVisionIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
348
+ readonly NLPIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
349
+ readonly ModelTrainingIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
350
+ readonly InferenceIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
351
+ readonly DatasetIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
352
+ readonly FeatureEngineeringIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
353
+ readonly HyperparameterIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
354
+ readonly CrossValidationIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
355
+ readonly EmbeddingIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
356
+ readonly TensorIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
357
+ readonly GPUIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
358
+ readonly LockIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
359
+ readonly UnlockIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
360
+ readonly ShieldIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
361
+ readonly ShieldCheckIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
362
+ readonly KeyIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
363
+ readonly FingerprintIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
364
+ readonly TwoFactorIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
365
+ readonly OAuthIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
366
+ readonly JWTIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
367
+ readonly EncryptionIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
368
+ readonly CertificateIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
369
+ readonly HashIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
370
+ readonly PrivateKeyIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
371
+ readonly PublicKeyIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
372
+ readonly MalwareIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
373
+ readonly VirusIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
374
+ readonly PhishingIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
375
+ readonly DDoSIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
376
+ readonly FirewallSecIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
377
+ readonly IntrusionDetectionIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
378
+ readonly RBACIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
379
+ readonly PermissionIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
380
+ readonly AuditLogIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
381
+ readonly VPNIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
382
+ readonly ZeroTrustIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
383
+ readonly SecretManagerIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
384
+ readonly VariableIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
385
+ readonly FunctionDevIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
386
+ readonly ClassIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
387
+ readonly InterfaceIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
388
+ readonly ModuleIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
389
+ readonly HookIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
390
+ readonly PropsIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
391
+ readonly EventIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
392
+ readonly AsyncIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
393
+ readonly PromiseIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
394
+ readonly StreamIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
395
+ readonly TypeIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
396
+ readonly EnumIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
397
+ readonly DatabaseIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
398
+ readonly QueueIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
399
+ readonly ClusterIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
400
+ readonly NodeIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
401
+ readonly NetworkIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
402
+ readonly MonitoringIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
403
+ readonly LogsIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
404
+ readonly MetricsIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
405
+ readonly DisasterRecoveryIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
406
+ readonly CICDIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
407
+ readonly CloudIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
408
+ readonly CloudUploadIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
409
+ readonly CloudDownloadIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
410
+ readonly LambdaIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
411
+ readonly S3BucketIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
412
+ readonly KubernetesIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
413
+ readonly DockerIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
414
+ readonly ContainerIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
415
+ readonly MicroserviceIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
416
+ readonly VPCIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
417
+ readonly TerminalIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
418
+ readonly CodeIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
419
+ readonly GitBranchIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
420
+ readonly GitCommitIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
421
+ readonly GitMergeIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
422
+ readonly JSONIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
423
+ readonly RegexIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
424
+ readonly PackageIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
425
+ readonly TestIcon: ForwardRefExoticComponent<TechIconProps & RefAttributes<SVGSVGElement>>;
426
+ };
427
+
428
+ /** Android icon */
429
+ export declare const AndroidIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
430
+
431
+ /** Angular icon */
432
+ export declare const AngularIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
433
+
434
+ declare type AnimationDuration = 'slow' | 'normal' | 'fast';
435
+
436
+ /** Ansible icon */
437
+ export declare const AnsibleIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
438
+
439
+ /** Ant Design icon */
440
+ export declare const AntDesignIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
441
+
442
+ /** API Gateway icon */
443
+ export declare const APIGatewayIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
444
+
445
+ export declare const APIIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
446
+
447
+ /** API icon */
448
+ declare const APIIcon_2: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
449
+
450
+ /** APK icon */
451
+ export declare const APKIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
452
+
453
+ /** App analytics icon */
454
+ export declare const AppAnalyticsIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
455
+
456
+ /** App icon placeholder */
457
+ export declare const AppIconIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
458
+
459
+ /** App Store icon */
460
+ export declare const AppStoreIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
461
+
462
+ export declare type ArchitectureIconName = 'Microservices' | 'Monolith' | 'SOA' | 'EventDriven' | 'Serverless' | 'Hexagonal' | 'CleanArchitecture' | 'Singleton' | 'Factory' | 'Observer' | 'Strategy' | 'Adapter' | 'Decorator' | 'Command' | 'MessageQueue' | 'Cache' | 'CDN' | 'API' | 'SDK' | 'Webhook' | 'CQRS' | 'DDD' | 'Aggregate' | 'RepositoryPattern' | 'HorizontalScale' | 'VerticalScale' | 'ShardingPattern' | 'CircuitBreaker';
463
+
464
+ declare namespace _ArchitectureIcons {
465
+ export {
466
+ MicroservicesIcon,
467
+ MonolithIcon,
468
+ SOAIcon,
469
+ EventDrivenIcon,
470
+ ServerlessIcon_2 as ServerlessIcon,
471
+ HexagonalIcon,
472
+ CleanArchitectureIcon,
473
+ SingletonIcon,
474
+ FactoryIcon,
475
+ ObserverIcon,
476
+ StrategyIcon,
477
+ AdapterIcon,
478
+ DecoratorIcon,
479
+ CommandIcon,
480
+ MessageQueueIcon,
481
+ CacheIcon_3 as CacheIcon,
482
+ CDNIcon_3 as CDNIcon,
483
+ APIIcon_2 as APIIcon,
484
+ SDKIcon_2 as SDKIcon,
485
+ WebhookIcon,
486
+ CQRSIcon,
487
+ DDDIcon,
488
+ AggregateIcon,
489
+ RepositoryPatternIcon,
490
+ HorizontalScaleIcon,
491
+ VerticalScaleIcon,
492
+ ShardingPatternIcon,
493
+ CircuitBreakerIcon,
494
+ ArchitectureIconName
495
+ }
496
+ }
497
+
498
+ export declare const architectureIcons: typeof _ArchitectureIcons;
499
+
500
+ /** ArgoCD icon */
501
+ export declare const ArgoCDIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
502
+
503
+ /** Assertion icon */
504
+ export declare const AssertionIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
505
+
506
+ /** Astro icon */
507
+ export declare const AstroIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
508
+
509
+ export declare const AsyncIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
510
+
511
+ /** Atom icon */
512
+ export declare const AtomIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
513
+
514
+ /** Audit log icon */
515
+ export declare const AuditLogIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
516
+
517
+ /** Authentication icon */
518
+ export declare const AuthIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
519
+
520
+ /** Azure DevOps icon */
521
+ export declare const AzureDevOpsIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
522
+
523
+ export declare const BackupIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
524
+
525
+ /** Backup icon */
526
+ declare const BackupIcon_2: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
527
+
528
+ /** Bandwidth icon */
529
+ export declare const BandwidthIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
530
+
531
+ /** BigQuery icon */
532
+ export declare const BigQueryIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
533
+
534
+ /** Bitbucket icon */
535
+ export declare const BitbucketIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
536
+
537
+ /** Blue-Green Deployment icon */
538
+ export declare const BlueGreenIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
539
+
540
+ /** Bluetooth icon */
541
+ export declare const BluetoothIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
542
+
543
+ /** Bootstrap icon */
544
+ export declare const BootstrapIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
545
+
546
+ /** Branch icon */
547
+ export declare const BranchIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
548
+
549
+ /** Breakpoint icon */
550
+ export declare const BreakpointIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
551
+
552
+ export declare const BugIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
553
+
554
+ /** Bug icon */
555
+ declare const BugIcon_2: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
556
+
557
+ export declare const BuildIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
558
+
559
+ /** Build icon */
560
+ declare const BuildIcon_2: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
561
+
562
+ /** Bundle icon */
563
+ export declare const BundleIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
564
+
565
+ export declare const CacheIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
566
+
567
+ /** Cache icon */
568
+ declare const CacheIcon_2: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
569
+
570
+ /** Cache icon */
571
+ declare const CacheIcon_3: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
572
+
573
+ /** Canary Deployment icon */
574
+ export declare const CanaryIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
575
+
576
+ /** Capacitor icon */
577
+ export declare const CapacitorIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
578
+
579
+ /** Cassandra icon */
580
+ export declare const CassandraIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
581
+
582
+ export declare const CDNIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
583
+
584
+ /** CDN icon */
585
+ declare const CDNIcon_2: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
586
+
587
+ /** CDN icon */
588
+ declare const CDNIcon_3: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
589
+
590
+ /** Cellular/5G icon */
591
+ export declare const CellularIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
592
+
593
+ /** SSL/TLS Certificate icon */
594
+ export declare const CertificateIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
595
+
596
+ /** Chakra UI icon */
597
+ export declare const ChakraUIIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
598
+
599
+ /** Chatbot icon */
600
+ export declare const ChatbotIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
601
+
602
+ export declare const CICDIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
603
+
604
+ /** CircleCI icon */
605
+ export declare const CircleCIIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
606
+
607
+ /** Circuit breaker icon */
608
+ export declare const CircuitBreakerIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
609
+
610
+ export declare const ClassIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
611
+
612
+ /** Classification icon */
613
+ export declare const ClassificationIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
614
+
615
+ /** Clean architecture icon */
616
+ export declare const CleanArchitectureIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
617
+
618
+ export declare const CloudDownloadIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
619
+
620
+ export declare const CloudIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
621
+
622
+ export declare type CloudIconName = 'cloud' | 'cloud-upload' | 'cloud-download' | 'server' | 'serverless' | 'cdn' | 'lambda' | 's3-bucket' | 'kubernetes' | 'docker' | 'container' | 'microservice' | 'load-balancer' | 'firewall' | 'vpc';
623
+
624
+ declare namespace _CloudIcons {
625
+ export {
626
+ CloudIcon,
627
+ CloudUploadIcon,
628
+ CloudDownloadIcon,
629
+ ServerIcon,
630
+ ServerlessIcon,
631
+ CDNIcon,
632
+ LambdaIcon,
633
+ S3BucketIcon,
634
+ KubernetesIcon,
635
+ DockerIcon,
636
+ ContainerIcon,
637
+ MicroserviceIcon,
638
+ LoadBalancerIcon,
639
+ FirewallIcon,
640
+ VPCIcon
641
+ }
642
+ }
643
+
644
+ export declare const cloudIcons: typeof _CloudIcons;
645
+
646
+ export declare const CloudUploadIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
647
+
648
+ export declare const ClusterIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
649
+
650
+ /** Clustering icon */
651
+ export declare const ClusteringIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
652
+
653
+ /** CNN icon */
654
+ export declare const CNNIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
655
+
656
+ export declare const CodeIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
657
+
658
+ /** Command pattern icon */
659
+ export declare const CommandIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
660
+
661
+ /** Commit icon */
662
+ export declare const CommitIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
663
+
664
+ export declare const ComponentIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
665
+
666
+ /** Component icon */
667
+ declare const ComponentIcon_2: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
668
+
669
+ /** Computer vision icon */
670
+ export declare const ComputerVisionIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
671
+
672
+ export declare const ConsoleIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
673
+
674
+ /** Console icon */
675
+ declare const ConsoleIcon_2: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
676
+
677
+ export declare const ContainerIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
678
+
679
+ /** Cookie icon */
680
+ export declare const CookieIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
681
+
682
+ /** Cordova icon */
683
+ export declare const CordovaIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
684
+
685
+ /** CouchDB icon */
686
+ export declare const CouchDBIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
687
+
688
+ /** CQRS icon */
689
+ export declare const CQRSIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
690
+
691
+ export declare function createTechIcon(renderIcon: (props: TechIconProps) => default_2.ReactNode, options: CreateTechIconOptions): default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
692
+
693
+ declare interface CreateTechIconOptions {
694
+ displayName: string;
695
+ viewBox?: string;
696
+ defaultSize?: number;
697
+ defaultColor?: string;
698
+ defaultAccentColor?: string;
699
+ defaultVariant?: 'filled' | 'outlined' | 'duotone';
700
+ }
701
+
702
+ /** Cross-validation icon */
703
+ export declare const CrossValidationIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
704
+
705
+ /** CSS3 icon */
706
+ export declare const CSS3Icon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
707
+
708
+ /** CSS Grid icon */
709
+ export declare const CSSGridIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
710
+
711
+ /** Cypress icon */
712
+ export declare const CypressIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
713
+
714
+ export declare type DatabaseExtIconName = 'PostgreSQL' | 'MySQL' | 'SQLServer' | 'Oracle' | 'SQLite' | 'MongoDB' | 'Redis' | 'Cassandra' | 'DynamoDB' | 'CouchDB' | 'Neo4j' | 'Firebase' | 'Supabase' | 'PlanetScale' | 'Fauna' | 'Schema' | 'Migration' | 'Backup' | 'Replication' | 'Sharding' | 'Index' | 'Query' | 'Transaction' | 'ACID' | 'ORM' | 'DataWarehouse' | 'ETL' | 'Snowflake' | 'BigQuery' | 'Redshift' | 'Databricks';
715
+
716
+ declare namespace _DatabaseExtIcons {
717
+ export {
718
+ PostgreSQLIcon,
719
+ MySQLIcon,
720
+ SQLServerIcon,
721
+ OracleIcon,
722
+ SQLiteIcon,
723
+ MongoDBIcon,
724
+ RedisIcon_2 as RedisIcon,
725
+ CassandraIcon,
726
+ DynamoDBIcon,
727
+ CouchDBIcon,
728
+ Neo4jIcon,
729
+ FirebaseIcon,
730
+ SupabaseIcon,
731
+ PlanetScaleIcon,
732
+ FaunaIcon,
733
+ SchemaIcon,
734
+ MigrationIcon,
735
+ BackupIcon_2 as BackupIcon,
736
+ ReplicationIcon,
737
+ ShardingIcon,
738
+ IndexIcon,
739
+ QueryIcon,
740
+ TransactionIcon,
741
+ ACIDIcon,
742
+ ORMIcon,
743
+ DataWarehouseIcon,
744
+ ETLIcon,
745
+ SnowflakeIcon,
746
+ BigQueryIcon,
747
+ RedshiftIcon,
748
+ DatabricksIcon,
749
+ DatabaseExtIconName
750
+ }
751
+ }
752
+
753
+ export declare const databaseExtIcons: typeof _DatabaseExtIcons;
754
+
755
+ export declare const DatabaseIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
756
+
757
+ /** Databricks icon */
758
+ export declare const DatabricksIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
759
+
760
+ /** Datadog icon */
761
+ export declare const DatadogIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
762
+
763
+ /** Dataset icon */
764
+ export declare const DatasetIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
765
+
766
+ /** Data warehouse icon */
767
+ export declare const DataWarehouseIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
768
+
769
+ /** Domain-Driven Design icon */
770
+ export declare const DDDIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
771
+
772
+ /** DDoS attack icon */
773
+ export declare const DDoSIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
774
+
775
+ /** Debugger icon */
776
+ export declare const DebuggerIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
777
+
778
+ export declare const DebugIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
779
+
780
+ /** Debug icon */
781
+ declare const DebugIcon_2: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
782
+
783
+ /** Decision tree icon */
784
+ export declare const DecisionTreeIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
785
+
786
+ /** Decorator pattern icon */
787
+ export declare const DecoratorIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
788
+
789
+ /** Deep learning icon */
790
+ export declare const DeepLearningIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
791
+
792
+ /** Deep linking icon */
793
+ export declare const DeepLinkingIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
794
+
795
+ /** Deploy icon */
796
+ export declare const DeployIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
797
+
798
+ export declare type DevelopmentIconName = 'variable' | 'function-dev' | 'class' | 'interface' | 'module' | 'component' | 'hook' | 'state' | 'props' | 'event' | 'async' | 'promise' | 'stream' | 'type' | 'enum';
799
+
800
+ export declare const developmentIcons: typeof _DevIcons;
801
+
802
+ declare namespace _DevIcons {
803
+ export {
804
+ VariableIcon,
805
+ FunctionDevIcon,
806
+ ClassIcon,
807
+ InterfaceIcon,
808
+ ModuleIcon,
809
+ ComponentIcon,
810
+ HookIcon,
811
+ StateIcon,
812
+ PropsIcon,
813
+ EventIcon,
814
+ AsyncIcon,
815
+ PromiseIcon,
816
+ StreamIcon,
817
+ TypeIcon,
818
+ EnumIcon
819
+ }
820
+ }
821
+
822
+ export declare type DevOpsIconName = 'Pipeline' | 'Build' | 'Deploy' | 'Release' | 'Rollback' | 'Staging' | 'Production' | 'GitHubActions' | 'GitLabCI' | 'Jenkins' | 'AzureDevOps' | 'CircleCI' | 'TravisCI' | 'DroneCI' | 'Terraform' | 'Ansible' | 'Pulumi' | 'Helm' | 'ArgoCD' | 'Prometheus' | 'Grafana' | 'Datadog' | 'NewRelic' | 'Sentry' | 'ELK' | 'GitOps' | 'IaC' | 'BlueGreen' | 'Canary' | 'FeatureFlag' | 'ServiceMesh';
823
+
824
+ declare namespace _DevOpsIcons {
825
+ export {
826
+ PipelineIcon,
827
+ BuildIcon_2 as BuildIcon,
828
+ DeployIcon,
829
+ ReleaseIcon,
830
+ RollbackIcon,
831
+ StagingIcon,
832
+ ProductionIcon,
833
+ GitHubActionsIcon,
834
+ GitLabCIIcon,
835
+ JenkinsIcon,
836
+ AzureDevOpsIcon,
837
+ CircleCIIcon,
838
+ TravisCIIcon,
839
+ DroneCIIcon,
840
+ TerraformIcon,
841
+ AnsibleIcon,
842
+ PulumiIcon,
843
+ HelmIcon,
844
+ ArgoCDIcon,
845
+ PrometheusIcon,
846
+ GrafanaIcon,
847
+ DatadogIcon,
848
+ NewRelicIcon,
849
+ SentryIcon,
850
+ ELKIcon,
851
+ GitOpsIcon,
852
+ IaCIcon,
853
+ BlueGreenIcon,
854
+ CanaryIcon,
855
+ FeatureFlagIcon,
856
+ ServiceMeshIcon,
857
+ DevOpsIconName
858
+ }
859
+ }
860
+
861
+ export declare const devopsIcons: typeof _DevOpsIcons;
862
+
863
+ export declare type DevToolsIconName = 'terminal' | 'code' | 'git-branch' | 'git-commit' | 'git-merge' | 'bug' | 'debug' | 'console' | 'api' | 'json' | 'regex' | 'npm' | 'package' | 'build' | 'test';
864
+
865
+ declare namespace _DevToolsIcons {
866
+ export {
867
+ TerminalIcon,
868
+ CodeIcon,
869
+ GitBranchIcon,
870
+ GitCommitIcon,
871
+ GitMergeIcon,
872
+ BugIcon,
873
+ DebugIcon,
874
+ ConsoleIcon,
875
+ APIIcon,
876
+ JSONIcon,
877
+ RegexIcon,
878
+ NPMIcon,
879
+ PackageIcon,
880
+ BuildIcon,
881
+ TestIcon
882
+ }
883
+ }
884
+
885
+ export declare const devToolsIcons: typeof _DevToolsIcons;
886
+
887
+ /** DHCP icon */
888
+ export declare const DHCPIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
889
+
890
+ export declare const DisasterRecoveryIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
891
+
892
+ /** Django icon */
893
+ export declare const DjangoIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
894
+
895
+ export declare const DNSIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
896
+
897
+ /** DNS icon */
898
+ declare const DNSIcon_2: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
899
+
900
+ export declare const DockerIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
901
+
902
+ /** DOM icon */
903
+ export declare const DOMIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
904
+
905
+ /** .NET icon */
906
+ export declare const DotNetIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
907
+
908
+ /** Drone CI icon */
909
+ export declare const DroneCIIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
910
+
911
+ /** DynamoDB icon */
912
+ export declare const DynamoDBIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
913
+
914
+ /** E2E test icon */
915
+ export declare const E2ETestIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
916
+
917
+ /** ELK Stack icon */
918
+ export declare const ELKIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
919
+
920
+ /** Embedding icon */
921
+ export declare const EmbeddingIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
922
+
923
+ /** Emulator icon */
924
+ export declare const EmulatorIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
925
+
926
+ /** Encryption icon */
927
+ export declare const EncryptionIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
928
+
929
+ export declare const EnumIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
930
+
931
+ /** ESLint icon */
932
+ export declare const ESLintIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
933
+
934
+ /** Ethernet icon */
935
+ export declare const EthernetIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
936
+
937
+ /** ETL icon */
938
+ export declare const ETLIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
939
+
940
+ /** Event-driven architecture icon */
941
+ export declare const EventDrivenIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
942
+
943
+ export declare const EventIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
944
+
945
+ /** Express icon */
946
+ export declare const ExpressIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
947
+
948
+ /** Extension/Plugin icon */
949
+ export declare const ExtensionIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
950
+
951
+ /** Face ID icon */
952
+ export declare const FaceIDIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
953
+
954
+ /** Factory pattern icon */
955
+ export declare const FactoryIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
956
+
957
+ /** FastAPI icon */
958
+ export declare const FastAPIIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
959
+
960
+ /** Fauna icon */
961
+ export declare const FaunaIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
962
+
963
+ /** Feature engineering icon */
964
+ export declare const FeatureEngineeringIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
965
+
966
+ /** Feature flag icon */
967
+ export declare const FeatureFlagIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
968
+
969
+ /** Fingerprint icon */
970
+ export declare const FingerprintIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
971
+
972
+ /** Firebase icon */
973
+ export declare const FirebaseIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
974
+
975
+ export declare const FirewallIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
976
+
977
+ /** Firewall icon */
978
+ declare const FirewallIcon_2: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
979
+
980
+ /** Firewall icon */
981
+ export declare const FirewallSecIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
982
+
983
+ /** Fixture icon */
984
+ export declare const FixtureIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
985
+
986
+ /** Flask icon */
987
+ export declare const FlaskIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
988
+
989
+ /** Flexbox icon */
990
+ export declare const FlexboxIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
991
+
992
+ /** Flutter icon */
993
+ export declare const FlutterIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
994
+
995
+ export declare type FrameworkIconName = 'React' | 'Angular' | 'Vue' | 'Svelte' | 'NextJS' | 'Nuxt' | 'Gatsby' | 'SolidJS' | 'Astro' | 'Remix' | 'NodeJS' | 'Express' | 'FastAPI' | 'Django' | 'Flask' | 'Spring' | 'DotNet' | 'Laravel' | 'Rails' | 'Go' | 'Tailwind' | 'Bootstrap' | 'MaterialUI' | 'ChakraUI' | 'AntDesign' | 'StyledComponents';
996
+
997
+ declare namespace _FrameworksIcons {
998
+ export {
999
+ ReactIcon,
1000
+ AngularIcon,
1001
+ VueIcon,
1002
+ SvelteIcon,
1003
+ NextJSIcon,
1004
+ NuxtIcon,
1005
+ GatsbyIcon,
1006
+ SolidJSIcon,
1007
+ AstroIcon,
1008
+ RemixIcon,
1009
+ NodeJSIcon,
1010
+ ExpressIcon,
1011
+ FastAPIIcon,
1012
+ DjangoIcon,
1013
+ FlaskIcon,
1014
+ SpringIcon,
1015
+ DotNetIcon,
1016
+ LaravelIcon,
1017
+ RailsIcon,
1018
+ GoIcon,
1019
+ TailwindIcon,
1020
+ BootstrapIcon,
1021
+ MaterialUIIcon,
1022
+ ChakraUIIcon,
1023
+ AntDesignIcon,
1024
+ StyledComponentsIcon,
1025
+ FrameworkIconName
1026
+ }
1027
+ }
1028
+
1029
+ export declare const frameworksIcons: typeof _FrameworksIcons;
1030
+
1031
+ /** FTP icon */
1032
+ export declare const FTPIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1033
+
1034
+ export declare const FunctionDevIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1035
+
1036
+ /** GAN icon */
1037
+ export declare const GANIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1038
+
1039
+ /** Gateway icon */
1040
+ export declare const GatewayIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1041
+
1042
+ /** Gatsby icon */
1043
+ export declare const GatsbyIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1044
+
1045
+ /** Mobile gestures icon */
1046
+ export declare const GesturesIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1047
+
1048
+ export declare function getTechAnimation(animation: TechIconAnimation, duration: string): default_2.ReactNode;
1049
+
1050
+ export declare const GitBranchIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1051
+
1052
+ export declare const GitCommitIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1053
+
1054
+ /** GitHub Actions icon */
1055
+ export declare const GitHubActionsIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1056
+
1057
+ /** GitHub icon */
1058
+ export declare const GitHubIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1059
+
1060
+ /** Git icon */
1061
+ export declare const GitIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1062
+
1063
+ /** GitLab CI icon */
1064
+ export declare const GitLabCIIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1065
+
1066
+ /** GitLab icon */
1067
+ export declare const GitLabIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1068
+
1069
+ export declare const GitMergeIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1070
+
1071
+ /** GitOps icon */
1072
+ export declare const GitOpsIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1073
+
1074
+ /** Go/Gin icon */
1075
+ export declare const GoIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1076
+
1077
+ /** GPU/TPU icon */
1078
+ export declare const GPUIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1079
+
1080
+ /** Grafana icon */
1081
+ export declare const GrafanaIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1082
+
1083
+ /** GraphQL icon */
1084
+ export declare const GraphQLIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1085
+
1086
+ /** GraphQL Playground icon */
1087
+ export declare const GraphQLPlaygroundIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1088
+
1089
+ /** Hash icon */
1090
+ export declare const HashIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1091
+
1092
+ /** Helm icon */
1093
+ export declare const HelmIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1094
+
1095
+ /** Hexagonal architecture icon */
1096
+ export declare const HexagonalIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1097
+
1098
+ export declare const HookIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1099
+
1100
+ /** Horizontal scaling icon */
1101
+ export declare const HorizontalScaleIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1102
+
1103
+ /** HTML5 icon */
1104
+ export declare const HTML5Icon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1105
+
1106
+ /** HTTP icon */
1107
+ export declare const HTTPIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1108
+
1109
+ /** HTTPS icon */
1110
+ export declare const HTTPSIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1111
+
1112
+ /** Hyperparameter tuning icon */
1113
+ export declare const HyperparameterIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1114
+
1115
+ /** Infrastructure as Code icon */
1116
+ export declare const IaCIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1117
+
1118
+ export declare const iconDefaults: {
1119
+ size: number;
1120
+ color: string;
1121
+ variant: "filled";
1122
+ animation: "none";
1123
+ animationDuration: "normal";
1124
+ };
1125
+
1126
+ /** In-app purchase icon */
1127
+ export declare const InAppPurchaseIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1128
+
1129
+ /** Index icon */
1130
+ export declare const IndexIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1131
+
1132
+ /** Inference icon */
1133
+ export declare const InferenceIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1134
+
1135
+ export declare type InfraIconName = 'database' | 'redis' | 'queue' | 'cache' | 'cluster' | 'node' | 'network' | 'dns' | 'ssl' | 'monitoring' | 'logs' | 'metrics' | 'backup' | 'disaster-recovery' | 'ci-cd';
1136
+
1137
+ declare namespace _InfraIcons {
1138
+ export {
1139
+ DatabaseIcon,
1140
+ RedisIcon,
1141
+ QueueIcon,
1142
+ CacheIcon,
1143
+ ClusterIcon,
1144
+ NodeIcon,
1145
+ NetworkIcon,
1146
+ DNSIcon,
1147
+ SSLIcon,
1148
+ MonitoringIcon,
1149
+ LogsIcon,
1150
+ MetricsIcon,
1151
+ BackupIcon,
1152
+ DisasterRecoveryIcon,
1153
+ CICDIcon
1154
+ }
1155
+ }
1156
+
1157
+ export declare const infrastructureIcons: typeof _InfraIcons;
1158
+
1159
+ /** Integration test icon */
1160
+ export declare const IntegrationTestIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1161
+
1162
+ export declare const InterfaceIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1163
+
1164
+ /** Intrusion detection icon */
1165
+ export declare const IntrusionDetectionIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1166
+
1167
+ /** Ionic icon */
1168
+ export declare const IonicIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1169
+
1170
+ /** iOS/Apple icon */
1171
+ export declare const iOSIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1172
+
1173
+ /** IP Address icon */
1174
+ export declare const IPAddressIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1175
+
1176
+ /** IPA icon */
1177
+ export declare const IPAIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1178
+
1179
+ /** JavaScript icon */
1180
+ export declare const JavaScriptIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1181
+
1182
+ /** Jenkins icon */
1183
+ export declare const JenkinsIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1184
+
1185
+ /** Jest icon */
1186
+ export declare const JestIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1187
+
1188
+ /** JetBrains icon */
1189
+ export declare const JetBrainsIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1190
+
1191
+ export declare const JSONIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1192
+
1193
+ /** JWT Token icon */
1194
+ export declare const JWTIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1195
+
1196
+ /** Keyboard shortcut icon */
1197
+ export declare const KeyboardShortcutIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1198
+
1199
+ /** Key icon */
1200
+ export declare const KeyIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1201
+
1202
+ /** K-means icon */
1203
+ export declare const KMeansIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1204
+
1205
+ /** Kotlin icon */
1206
+ export declare const KotlinIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1207
+
1208
+ export declare const KubernetesIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1209
+
1210
+ export declare const LambdaIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1211
+
1212
+ /** Laravel icon */
1213
+ export declare const LaravelIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1214
+
1215
+ /** Latency icon */
1216
+ export declare const LatencyIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1217
+
1218
+ /** LLM icon */
1219
+ export declare const LLMIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1220
+
1221
+ export declare const LoadBalancerIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1222
+
1223
+ /** Load balancer icon */
1224
+ declare const LoadBalancerIcon_2: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1225
+
1226
+ /** Load test icon */
1227
+ export declare const LoadTestIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1228
+
1229
+ /** Lock/security icon */
1230
+ export declare const LockIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1231
+
1232
+ export declare const LogsIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1233
+
1234
+ /** Malware icon */
1235
+ export declare const MalwareIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1236
+
1237
+ /** Material UI icon */
1238
+ export declare const MaterialUIIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1239
+
1240
+ /** Merge icon */
1241
+ export declare const MergeIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1242
+
1243
+ /** Message queue icon */
1244
+ export declare const MessageQueueIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1245
+
1246
+ export declare const MetricsIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1247
+
1248
+ export declare const MicroserviceIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1249
+
1250
+ /** Microservices icon */
1251
+ export declare const MicroservicesIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1252
+
1253
+ /** Middleware icon */
1254
+ export declare const MiddlewareIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1255
+
1256
+ /** Migration icon */
1257
+ export declare const MigrationIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1258
+
1259
+ /** Minify icon */
1260
+ export declare const MinifyIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1261
+
1262
+ export declare type MobileIconName = 'iOS' | 'Android' | 'Swift' | 'Kotlin' | 'Flutter' | 'ReactNative' | 'Xamarin' | 'Ionic' | 'Capacitor' | 'Cordova' | 'Smartphone' | 'Tablet' | 'Smartwatch' | 'AppStore' | 'PlayStore' | 'PushNotification' | 'Gestures' | 'TouchID' | 'FaceID' | 'MobilePayment' | 'DeepLinking' | 'OfflineMode' | 'AppIcon' | 'AppAnalytics' | 'ResponsiveLayout' | 'InAppPurchase' | 'SDK' | 'Emulator' | 'Simulator' | 'APK' | 'IPA';
1263
+
1264
+ declare namespace _MobileIcons {
1265
+ export {
1266
+ iOSIcon,
1267
+ AndroidIcon,
1268
+ SwiftIcon,
1269
+ KotlinIcon,
1270
+ FlutterIcon,
1271
+ ReactNativeIcon,
1272
+ XamarinIcon,
1273
+ IonicIcon,
1274
+ CapacitorIcon,
1275
+ CordovaIcon,
1276
+ SmartphoneIcon,
1277
+ TabletIcon,
1278
+ SmartwatchIcon,
1279
+ AppStoreIcon,
1280
+ PlayStoreIcon,
1281
+ PushNotificationIcon,
1282
+ GesturesIcon,
1283
+ TouchIDIcon,
1284
+ FaceIDIcon,
1285
+ MobilePaymentIcon,
1286
+ DeepLinkingIcon,
1287
+ OfflineModeIcon,
1288
+ AppIconIcon,
1289
+ AppAnalyticsIcon,
1290
+ ResponsiveLayoutIcon,
1291
+ InAppPurchaseIcon,
1292
+ SDKIcon,
1293
+ EmulatorIcon,
1294
+ SimulatorIcon,
1295
+ APKIcon,
1296
+ IPAIcon,
1297
+ MobileIconName
1298
+ }
1299
+ }
1300
+
1301
+ export declare const mobileIcons: typeof _MobileIcons;
1302
+
1303
+ /** Mobile payment icon */
1304
+ export declare const MobilePaymentIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1305
+
1306
+ /** Mocha icon */
1307
+ export declare const MochaIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1308
+
1309
+ /** Mock icon */
1310
+ export declare const MockIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1311
+
1312
+ /** Model training icon */
1313
+ export declare const ModelTrainingIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1314
+
1315
+ export declare const ModuleIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1316
+
1317
+ /** MongoDB icon */
1318
+ export declare const MongoDBIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1319
+
1320
+ export declare const MonitoringIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1321
+
1322
+ /** Monolith icon */
1323
+ export declare const MonolithIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1324
+
1325
+ /** MySQL icon */
1326
+ export declare const MySQLIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1327
+
1328
+ /** Neo4j icon */
1329
+ export declare const Neo4jIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1330
+
1331
+ export declare const NetworkIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1332
+
1333
+ export declare type NetworkingIconName = 'HTTP' | 'HTTPS' | 'TCP' | 'UDP' | 'FTP' | 'SSH' | 'DNS' | 'DHCP' | 'Router' | 'Switch' | 'Firewall' | 'LoadBalancer' | 'Gateway' | 'Proxy' | 'WiFi' | 'Bluetooth' | 'Ethernet' | 'Cellular' | 'NFC' | 'IPAddress' | 'Subnet' | 'Port' | 'Bandwidth' | 'Latency' | 'Packet' | 'Topology' | 'VPNTunnel' | 'SSL' | 'APIGateway' | 'NetworkSecurity';
1334
+
1335
+ declare namespace _NetworkingIcons {
1336
+ export {
1337
+ HTTPIcon,
1338
+ HTTPSIcon,
1339
+ TCPIcon,
1340
+ UDPIcon,
1341
+ FTPIcon,
1342
+ SSHIcon,
1343
+ DNSIcon_2 as DNSIcon,
1344
+ DHCPIcon,
1345
+ RouterIcon,
1346
+ SwitchIcon,
1347
+ FirewallIcon_2 as FirewallIcon,
1348
+ LoadBalancerIcon_2 as LoadBalancerIcon,
1349
+ GatewayIcon,
1350
+ ProxyIcon,
1351
+ WiFiIcon,
1352
+ BluetoothIcon,
1353
+ EthernetIcon,
1354
+ CellularIcon,
1355
+ NFCIcon,
1356
+ IPAddressIcon,
1357
+ SubnetIcon,
1358
+ PortIcon,
1359
+ BandwidthIcon,
1360
+ LatencyIcon,
1361
+ PacketIcon,
1362
+ TopologyIcon,
1363
+ VPNTunnelIcon,
1364
+ SSLIcon_2 as SSLIcon,
1365
+ APIGatewayIcon,
1366
+ NetworkSecurityIcon,
1367
+ NetworkingIconName
1368
+ }
1369
+ }
1370
+
1371
+ export declare const networkingIcons: typeof _NetworkingIcons;
1372
+
1373
+ /** Network security icon */
1374
+ export declare const NetworkSecurityIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1375
+
1376
+ /** Neural network icon */
1377
+ export declare const NeuralNetworkIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1378
+
1379
+ /** NewRelic icon */
1380
+ export declare const NewRelicIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1381
+
1382
+ /** Next.js icon */
1383
+ export declare const NextJSIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1384
+
1385
+ /** NFC icon */
1386
+ export declare const NFCIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1387
+
1388
+ /** NLP icon */
1389
+ export declare const NLPIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1390
+
1391
+ export declare const NodeIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1392
+
1393
+ /** Node.js icon */
1394
+ export declare const NodeJSIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1395
+
1396
+ /** Notepad++ icon */
1397
+ export declare const NotepadPlusIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1398
+
1399
+ export declare const NPMIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1400
+
1401
+ /** NPM icon */
1402
+ declare const NPMIcon_2: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1403
+
1404
+ /** Nuxt icon */
1405
+ export declare const NuxtIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1406
+
1407
+ /** OAuth icon */
1408
+ export declare const OAuthIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1409
+
1410
+ /** Observer pattern icon */
1411
+ export declare const ObserverIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1412
+
1413
+ /** Offline mode icon */
1414
+ export declare const OfflineModeIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1415
+
1416
+ /** Oracle icon */
1417
+ export declare const OracleIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1418
+
1419
+ /** ORM icon */
1420
+ export declare const ORMIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1421
+
1422
+ export declare const PackageIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1423
+
1424
+ /** Packet icon */
1425
+ export declare const PacketIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1426
+
1427
+ /** Performance/Lighthouse icon */
1428
+ export declare const PerformanceIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1429
+
1430
+ /** Performance test icon */
1431
+ export declare const PerformanceTestIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1432
+
1433
+ /** Permission icon */
1434
+ export declare const PermissionIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1435
+
1436
+ /** Phishing icon */
1437
+ export declare const PhishingIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1438
+
1439
+ /** Pipeline icon */
1440
+ export declare const PipelineIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1441
+
1442
+ /** PlanetScale icon */
1443
+ export declare const PlanetScaleIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1444
+
1445
+ /** Play Store icon */
1446
+ export declare const PlayStoreIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1447
+
1448
+ /** Playwright icon */
1449
+ export declare const PlaywrightIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1450
+
1451
+ /** PNPM icon */
1452
+ export declare const PNPMIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1453
+
1454
+ /** Port icon */
1455
+ export declare const PortIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1456
+
1457
+ /** PostgreSQL icon */
1458
+ export declare const PostgreSQLIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1459
+
1460
+ /** Postman icon */
1461
+ export declare const PostmanIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1462
+
1463
+ /** Prettier icon */
1464
+ export declare const PrettierIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1465
+
1466
+ /** Private key icon */
1467
+ export declare const PrivateKeyIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1468
+
1469
+ /** Production icon */
1470
+ export declare const ProductionIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1471
+
1472
+ /** Profiler icon */
1473
+ export declare const ProfilerIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1474
+
1475
+ /** Prometheus icon */
1476
+ export declare const PrometheusIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1477
+
1478
+ export declare const PromiseIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1479
+
1480
+ export declare const PropsIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1481
+
1482
+ /** Proxy icon */
1483
+ export declare const ProxyIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1484
+
1485
+ /** Public key icon */
1486
+ export declare const PublicKeyIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1487
+
1488
+ /** Pulumi icon */
1489
+ export declare const PulumiIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1490
+
1491
+ /** Push notification icon */
1492
+ export declare const PushNotificationIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1493
+
1494
+ /** PWA icon */
1495
+ export declare const PWAIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1496
+
1497
+ /** Query icon */
1498
+ export declare const QueryIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1499
+
1500
+ export declare const QueueIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1501
+
1502
+ /** Rails icon */
1503
+ export declare const RailsIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1504
+
1505
+ /** Random forest icon */
1506
+ export declare const RandomForestIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1507
+
1508
+ /** Role-based access icon */
1509
+ export declare const RBACIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1510
+
1511
+ /** React icon */
1512
+ export declare const ReactIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1513
+
1514
+ /** React Native icon */
1515
+ export declare const ReactNativeIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1516
+
1517
+ export declare const RedisIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1518
+
1519
+ /** Redis icon */
1520
+ declare const RedisIcon_2: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1521
+
1522
+ /** Redshift icon */
1523
+ export declare const RedshiftIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1524
+
1525
+ export declare const RegexIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1526
+
1527
+ /** Regression icon */
1528
+ export declare const RegressionIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1529
+
1530
+ /** Regression test icon */
1531
+ export declare const RegressionTestIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1532
+
1533
+ /** Release icon */
1534
+ export declare const ReleaseIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1535
+
1536
+ /** Remix icon */
1537
+ export declare const RemixIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1538
+
1539
+ /** Replication icon */
1540
+ export declare const ReplicationIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1541
+
1542
+ /** Repository pattern icon */
1543
+ export declare const RepositoryPatternIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1544
+
1545
+ /** Responsive design icon */
1546
+ export declare const ResponsiveIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1547
+
1548
+ /** Responsive layout icon */
1549
+ export declare const ResponsiveLayoutIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1550
+
1551
+ /** REST API icon */
1552
+ export declare const RestAPIIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1553
+
1554
+ /** RNN/LSTM icon */
1555
+ export declare const RNNIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1556
+
1557
+ /** Rollback icon */
1558
+ export declare const RollbackIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1559
+
1560
+ /** Rollup icon */
1561
+ export declare const RollupIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1562
+
1563
+ /** Router icon */
1564
+ export declare const RouterIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1565
+
1566
+ export declare const S3BucketIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1567
+
1568
+ /** Database schema icon */
1569
+ export declare const SchemaIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1570
+
1571
+ /** SDK icon */
1572
+ declare const SDKIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1573
+
1574
+ /** SDK icon */
1575
+ declare const SDKIcon_2: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1576
+
1577
+ /** Secret manager icon */
1578
+ export declare const SecretManagerIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1579
+
1580
+ export declare type SecurityIconName = 'Lock' | 'Unlock' | 'Shield' | 'ShieldCheck' | 'Key' | 'Fingerprint' | 'TwoFactor' | 'OAuth' | 'JWT' | 'Encryption' | 'Certificate' | 'Hash' | 'PrivateKey' | 'PublicKey' | 'Malware' | 'Virus' | 'Phishing' | 'DDoS' | 'FirewallSec' | 'IntrusionDetection' | 'RBAC' | 'Permission' | 'Session' | 'AuditLog' | 'VPN' | 'ZeroTrust' | 'SecretManager';
1581
+
1582
+ declare namespace _SecurityIcons {
1583
+ export {
1584
+ LockIcon,
1585
+ UnlockIcon,
1586
+ ShieldIcon,
1587
+ ShieldCheckIcon,
1588
+ KeyIcon,
1589
+ FingerprintIcon,
1590
+ TwoFactorIcon,
1591
+ OAuthIcon,
1592
+ JWTIcon,
1593
+ EncryptionIcon,
1594
+ CertificateIcon,
1595
+ HashIcon,
1596
+ PrivateKeyIcon,
1597
+ PublicKeyIcon,
1598
+ MalwareIcon,
1599
+ VirusIcon,
1600
+ PhishingIcon,
1601
+ DDoSIcon,
1602
+ FirewallSecIcon,
1603
+ IntrusionDetectionIcon,
1604
+ RBACIcon,
1605
+ PermissionIcon,
1606
+ SessionIcon,
1607
+ AuditLogIcon,
1608
+ VPNIcon,
1609
+ ZeroTrustIcon,
1610
+ SecretManagerIcon,
1611
+ SecurityIconName
1612
+ }
1613
+ }
1614
+
1615
+ export declare const securityIcons: typeof _SecurityIcons;
1616
+
1617
+ /** Security test icon */
1618
+ export declare const SecurityTestIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1619
+
1620
+ /** Selenium icon */
1621
+ export declare const SeleniumIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1622
+
1623
+ /** Sentry icon */
1624
+ export declare const SentryIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1625
+
1626
+ /** SEO icon */
1627
+ export declare const SEOIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1628
+
1629
+ export declare const ServerIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1630
+
1631
+ /** Server icon */
1632
+ declare const ServerIcon_2: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1633
+
1634
+ export declare const ServerlessIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1635
+
1636
+ /** Serverless icon */
1637
+ declare const ServerlessIcon_2: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1638
+
1639
+ /** Service mesh icon */
1640
+ export declare const ServiceMeshIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1641
+
1642
+ /** Session icon */
1643
+ export declare const SessionIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1644
+
1645
+ /** Session icon */
1646
+ declare const SessionIcon_2: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1647
+
1648
+ /** Settings/Gear icon */
1649
+ export declare const SettingsIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1650
+
1651
+ /** Sharding icon */
1652
+ export declare const ShardingIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1653
+
1654
+ /** Sharding icon */
1655
+ export declare const ShardingPatternIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1656
+
1657
+ /** Shield check icon */
1658
+ export declare const ShieldCheckIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1659
+
1660
+ /** Shield icon */
1661
+ export declare const ShieldIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1662
+
1663
+ /** Simulator icon */
1664
+ export declare const SimulatorIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1665
+
1666
+ /** Singleton pattern icon */
1667
+ export declare const SingletonIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1668
+
1669
+ /** Smartphone icon */
1670
+ export declare const SmartphoneIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1671
+
1672
+ /** Smartwatch icon */
1673
+ export declare const SmartwatchIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1674
+
1675
+ /** Smoke test icon */
1676
+ export declare const SmokeTestIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1677
+
1678
+ /** Snapshot icon */
1679
+ export declare const SnapshotIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1680
+
1681
+ /** Snippet icon */
1682
+ export declare const SnippetIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1683
+
1684
+ /** Snowflake icon */
1685
+ export declare const SnowflakeIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1686
+
1687
+ /** SOA (Service Oriented Architecture) icon */
1688
+ export declare const SOAIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1689
+
1690
+ /** Solid icon */
1691
+ export declare const SolidJSIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1692
+
1693
+ /** Spring icon */
1694
+ export declare const SpringIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1695
+
1696
+ /** Spy/Stub icon */
1697
+ export declare const SpyIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1698
+
1699
+ /** SQLite icon */
1700
+ export declare const SQLiteIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1701
+
1702
+ /** SQL Server icon */
1703
+ export declare const SQLServerIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1704
+
1705
+ /** SSH icon */
1706
+ export declare const SSHIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1707
+
1708
+ export declare const SSLIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1709
+
1710
+ /** SSL/TLS icon */
1711
+ declare const SSLIcon_2: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1712
+
1713
+ /** SSR (Server Side Rendering) icon */
1714
+ export declare const SSRIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1715
+
1716
+ /** Staging icon */
1717
+ export declare const StagingIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1718
+
1719
+ export declare const StateIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1720
+
1721
+ /** State management icon */
1722
+ declare const StateIcon_2: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1723
+
1724
+ /** Static Site icon */
1725
+ export declare const StaticSiteIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1726
+
1727
+ /** Strategy pattern icon */
1728
+ export declare const StrategyIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1729
+
1730
+ export declare const StreamIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1731
+
1732
+ /** Styled Components icon */
1733
+ export declare const StyledComponentsIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1734
+
1735
+ /** StyleLint icon */
1736
+ export declare const StyleLintIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1737
+
1738
+ /** Sublime Text icon */
1739
+ export declare const SublimeIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1740
+
1741
+ /** Subnet icon */
1742
+ export declare const SubnetIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1743
+
1744
+ /** Supabase icon */
1745
+ export declare const SupabaseIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1746
+
1747
+ /** Svelte icon */
1748
+ export declare const SvelteIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1749
+
1750
+ /** SVM icon */
1751
+ export declare const SVMIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1752
+
1753
+ /** Swagger icon */
1754
+ export declare const SwaggerIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1755
+
1756
+ /** Swift icon */
1757
+ export declare const SwiftIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1758
+
1759
+ /** Switch icon */
1760
+ export declare const SwitchIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1761
+
1762
+ /** Tablet icon */
1763
+ export declare const TabletIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1764
+
1765
+ /** Tailwind CSS icon */
1766
+ export declare const TailwindIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1767
+
1768
+ /** TCP icon */
1769
+ export declare const TCPIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1770
+
1771
+ export declare type TechIconAnimation = 'none' | 'pulse' | 'grow' | 'shake' | 'spin' | 'bounce' | 'fade' | 'flip' | 'slide' | 'glow';
1772
+
1773
+ export declare type TechIconName = DevToolsIconName | CloudIconName | InfraIconName | DevelopmentIconName;
1774
+
1775
+ export declare interface TechIconProps extends Omit<SVGProps<SVGSVGElement>, 'ref'> {
1776
+ /** Icon size in pixels or CSS string */
1777
+ size?: number | string;
1778
+ /** Primary color */
1779
+ color?: string;
1780
+ /** Secondary/accent color */
1781
+ accentColor?: string;
1782
+ /** Animation type */
1783
+ animation?: TechIconAnimation;
1784
+ /** Animation duration */
1785
+ animationDuration?: AnimationDuration;
1786
+ /** Whether animation should play */
1787
+ animate?: boolean;
1788
+ /** Title for accessibility */
1789
+ title?: string;
1790
+ /** Additional CSS classes */
1791
+ className?: string;
1792
+ /** Inline styles */
1793
+ style?: CSSProperties;
1794
+ /** Stroke width for outlined icons */
1795
+ strokeWidth?: number;
1796
+ /** Whether icon is filled or outlined */
1797
+ variant?: 'filled' | 'outlined' | 'duotone';
1798
+ }
1799
+
1800
+ /** Tensor icon */
1801
+ export declare const TensorIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1802
+
1803
+ export declare const TerminalIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1804
+
1805
+ /** Terraform icon */
1806
+ export declare const TerraformIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1807
+
1808
+ /** Test coverage icon */
1809
+ export declare const TestCoverageIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1810
+
1811
+ /** Test failed icon */
1812
+ export declare const TestFailedIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1813
+
1814
+ /** Test flaky icon */
1815
+ export declare const TestFlakyIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1816
+
1817
+ export declare const TestIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1818
+
1819
+ export declare type TestingIconName = 'TestPassed' | 'TestFailed' | 'TestSkipped' | 'TestPending' | 'TestFlaky' | 'UnitTest' | 'IntegrationTest' | 'E2ETest' | 'PerformanceTest' | 'LoadTest' | 'SecurityTest' | 'A11yTest' | 'VisualRegression' | 'SmokeTest' | 'RegressionTest' | 'Jest' | 'Cypress' | 'Playwright' | 'Selenium' | 'Mocha' | 'Vitest' | 'TestingLibrary' | 'TestCoverage' | 'TestReport' | 'Bug' | 'Debug' | 'Assertion' | 'Mock' | 'Spy' | 'Fixture' | 'Snapshot' | 'TestRunner';
1820
+
1821
+ declare namespace _TestingIcons {
1822
+ export {
1823
+ TestPassedIcon,
1824
+ TestFailedIcon,
1825
+ TestSkippedIcon,
1826
+ TestPendingIcon,
1827
+ TestFlakyIcon,
1828
+ UnitTestIcon,
1829
+ IntegrationTestIcon,
1830
+ E2ETestIcon,
1831
+ PerformanceTestIcon,
1832
+ LoadTestIcon,
1833
+ SecurityTestIcon,
1834
+ A11yTestIcon,
1835
+ VisualRegressionIcon,
1836
+ SmokeTestIcon,
1837
+ RegressionTestIcon,
1838
+ JestIcon,
1839
+ CypressIcon,
1840
+ PlaywrightIcon,
1841
+ SeleniumIcon,
1842
+ MochaIcon,
1843
+ VitestIcon,
1844
+ TestingLibraryIcon,
1845
+ TestCoverageIcon,
1846
+ TestReportIcon,
1847
+ BugIcon_2 as BugIcon,
1848
+ DebugIcon_2 as DebugIcon,
1849
+ AssertionIcon,
1850
+ MockIcon,
1851
+ SpyIcon,
1852
+ FixtureIcon,
1853
+ SnapshotIcon,
1854
+ TestRunnerIcon,
1855
+ TestingIconName
1856
+ }
1857
+ }
1858
+
1859
+ export declare const testingIcons: typeof _TestingIcons;
1860
+
1861
+ /** Testing Library icon */
1862
+ export declare const TestingLibraryIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1863
+
1864
+ /** Test passed icon */
1865
+ export declare const TestPassedIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1866
+
1867
+ /** Test pending icon */
1868
+ export declare const TestPendingIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1869
+
1870
+ /** Test report icon */
1871
+ export declare const TestReportIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1872
+
1873
+ /** Test runner icon */
1874
+ export declare const TestRunnerIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1875
+
1876
+ /** Test skipped icon */
1877
+ export declare const TestSkippedIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1878
+
1879
+ /** Theme icon */
1880
+ export declare const ThemeIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1881
+
1882
+ export declare type ToolsIconName = 'VSCode' | 'JetBrains' | 'Vim' | 'Sublime' | 'Atom' | 'NotepadPlus' | 'Git' | 'GitHub' | 'GitLab' | 'Bitbucket' | 'Commit' | 'Branch' | 'Merge' | 'NPM' | 'Yarn' | 'PNPM' | 'Webpack' | 'Vite' | 'Rollup' | 'Postman' | 'Swagger' | 'GraphQLPlayground' | 'ESLint' | 'Prettier' | 'StyleLint' | 'Debugger' | 'Breakpoint' | 'Profiler' | 'Console' | 'Snippet' | 'KeyboardShortcut' | 'Extension' | 'Theme' | 'Settings';
1883
+
1884
+ declare namespace _ToolsIcons {
1885
+ export {
1886
+ VSCodeIcon,
1887
+ JetBrainsIcon,
1888
+ VimIcon,
1889
+ SublimeIcon,
1890
+ AtomIcon,
1891
+ NotepadPlusIcon,
1892
+ GitIcon,
1893
+ GitHubIcon,
1894
+ GitLabIcon,
1895
+ BitbucketIcon,
1896
+ CommitIcon,
1897
+ BranchIcon,
1898
+ MergeIcon,
1899
+ NPMIcon_2 as NPMIcon,
1900
+ YarnIcon,
1901
+ PNPMIcon,
1902
+ WebpackIcon,
1903
+ ViteIcon,
1904
+ RollupIcon,
1905
+ PostmanIcon,
1906
+ SwaggerIcon,
1907
+ GraphQLPlaygroundIcon,
1908
+ ESLintIcon,
1909
+ PrettierIcon,
1910
+ StyleLintIcon,
1911
+ DebuggerIcon,
1912
+ BreakpointIcon,
1913
+ ProfilerIcon,
1914
+ ConsoleIcon_2 as ConsoleIcon,
1915
+ SnippetIcon,
1916
+ KeyboardShortcutIcon,
1917
+ ExtensionIcon,
1918
+ ThemeIcon,
1919
+ SettingsIcon,
1920
+ ToolsIconName
1921
+ }
1922
+ }
1923
+
1924
+ export declare const toolsIcons: typeof _ToolsIcons;
1925
+
1926
+ /** Network topology icon */
1927
+ export declare const TopologyIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1928
+
1929
+ /** Touch ID icon */
1930
+ export declare const TouchIDIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1931
+
1932
+ /** Transaction icon */
1933
+ export declare const TransactionIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1934
+
1935
+ /** Transformer/Attention icon */
1936
+ export declare const TransformerIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1937
+
1938
+ /** Travis CI icon */
1939
+ export declare const TravisCIIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1940
+
1941
+ /** Two-factor auth (2FA) icon */
1942
+ export declare const TwoFactorIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1943
+
1944
+ export declare const TypeIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1945
+
1946
+ /** TypeScript icon */
1947
+ export declare const TypeScriptIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1948
+
1949
+ /** UDP icon */
1950
+ export declare const UDPIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1951
+
1952
+ /** Unit test icon */
1953
+ export declare const UnitTestIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1954
+
1955
+ /** Unlock icon */
1956
+ export declare const UnlockIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1957
+
1958
+ export declare const VariableIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1959
+
1960
+ /** Vertical scaling icon */
1961
+ export declare const VerticalScaleIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1962
+
1963
+ /** Vim icon */
1964
+ export declare const VimIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1965
+
1966
+ /** Virus icon */
1967
+ export declare const VirusIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1968
+
1969
+ /** Visual regression icon */
1970
+ export declare const VisualRegressionIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1971
+
1972
+ /** Vite icon */
1973
+ export declare const ViteIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1974
+
1975
+ /** Vitest icon */
1976
+ export declare const VitestIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1977
+
1978
+ export declare const VPCIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1979
+
1980
+ /** VPN icon */
1981
+ export declare const VPNIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1982
+
1983
+ /** VPN tunnel icon */
1984
+ export declare const VPNTunnelIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1985
+
1986
+ /** VS Code icon */
1987
+ export declare const VSCodeIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1988
+
1989
+ /** Vue icon */
1990
+ export declare const VueIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1991
+
1992
+ /** Webhook icon */
1993
+ export declare const WebhookIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
1994
+
1995
+ export declare type WebIconName = 'HTML5' | 'CSS3' | 'JavaScript' | 'TypeScript' | 'Responsive' | 'DOM' | 'Component' | 'State' | 'CSSGrid' | 'Flexbox' | 'Server' | 'RestAPI' | 'GraphQL' | 'WebSocket' | 'Middleware' | 'Auth' | 'Session' | 'Cookie' | 'Performance' | 'PWA' | 'Cache' | 'CDN' | 'SEO' | 'Accessibility' | 'Bundle' | 'Minify' | 'SSR' | 'StaticSite';
1996
+
1997
+ declare namespace _WebIcons {
1998
+ export {
1999
+ HTML5Icon,
2000
+ CSS3Icon,
2001
+ JavaScriptIcon,
2002
+ TypeScriptIcon,
2003
+ ResponsiveIcon,
2004
+ DOMIcon,
2005
+ ComponentIcon_2 as ComponentIcon,
2006
+ StateIcon_2 as StateIcon,
2007
+ CSSGridIcon,
2008
+ FlexboxIcon,
2009
+ ServerIcon_2 as ServerIcon,
2010
+ RestAPIIcon,
2011
+ GraphQLIcon,
2012
+ WebSocketIcon,
2013
+ MiddlewareIcon,
2014
+ AuthIcon,
2015
+ SessionIcon_2 as SessionIcon,
2016
+ CookieIcon,
2017
+ PerformanceIcon,
2018
+ PWAIcon,
2019
+ CacheIcon_2 as CacheIcon,
2020
+ CDNIcon_2 as CDNIcon,
2021
+ SEOIcon,
2022
+ AccessibilityIcon,
2023
+ BundleIcon,
2024
+ MinifyIcon,
2025
+ SSRIcon,
2026
+ StaticSiteIcon,
2027
+ WebIconName
2028
+ }
2029
+ }
2030
+
2031
+ export declare const webIcons: typeof _WebIcons;
2032
+
2033
+ /** Webpack icon */
2034
+ export declare const WebpackIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
2035
+
2036
+ /** WebSocket icon */
2037
+ export declare const WebSocketIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
2038
+
2039
+ /** WiFi icon */
2040
+ export declare const WiFiIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
2041
+
2042
+ /** Xamarin icon */
2043
+ export declare const XamarinIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
2044
+
2045
+ /** Yarn icon */
2046
+ export declare const YarnIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
2047
+
2048
+ /** Zero trust icon */
2049
+ export declare const ZeroTrustIcon: default_2.ForwardRefExoticComponent<TechIconProps & default_2.RefAttributes<SVGSVGElement>>;
2050
+
2051
+ export { }