tech-icons 0.0.1__tar.gz

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.
Files changed (3177) hide show
  1. tech_icons-0.0.1/.gitignore +222 -0
  2. tech_icons-0.0.1/Makefile +54 -0
  3. tech_icons-0.0.1/PKG-INFO +19 -0
  4. tech_icons-0.0.1/README.md +140 -0
  5. tech_icons-0.0.1/pyproject.toml +104 -0
  6. tech_icons-0.0.1/scripts/build_catalog.py +376 -0
  7. tech_icons-0.0.1/scripts/normalize_icons.py +168 -0
  8. tech_icons-0.0.1/tech_icons/__init__.py +26 -0
  9. tech_icons-0.0.1/tech_icons/_paths.py +32 -0
  10. tech_icons-0.0.1/tech_icons/bridges/__init__.py +0 -0
  11. tech_icons-0.0.1/tech_icons/bridges/ppt_master.py +165 -0
  12. tech_icons-0.0.1/tech_icons/catalog/embedding_ids.json +3142 -0
  13. tech_icons-0.0.1/tech_icons/catalog/embeddings.npz +0 -0
  14. tech_icons-0.0.1/tech_icons/catalog/enrichments.yaml +296 -0
  15. tech_icons-0.0.1/tech_icons/catalog/icons.json +59469 -0
  16. tech_icons-0.0.1/tech_icons/catalog/keyword_index.json +21735 -0
  17. tech_icons-0.0.1/tech_icons/concepts.py +100 -0
  18. tech_icons-0.0.1/tech_icons/formats.py +105 -0
  19. tech_icons-0.0.1/tech_icons/icons/.gitkeep +0 -0
  20. tech_icons-0.0.1/tech_icons/icons/aws/analytics/athena-data-source-connectors.svg +7 -0
  21. tech_icons-0.0.1/tech_icons/icons/aws/analytics/athena.svg +10 -0
  22. tech_icons-0.0.1/tech_icons/icons/aws/analytics/clean-rooms.svg +10 -0
  23. tech_icons-0.0.1/tech_icons/icons/aws/analytics/cloudsearch-search-documents.svg +7 -0
  24. tech_icons-0.0.1/tech_icons/icons/aws/analytics/cloudsearch.svg +10 -0
  25. tech_icons-0.0.1/tech_icons/icons/aws/analytics/data-exchange-for-apis.svg +7 -0
  26. tech_icons-0.0.1/tech_icons/icons/aws/analytics/data-exchange.svg +10 -0
  27. tech_icons-0.0.1/tech_icons/icons/aws/analytics/data-firehose.svg +12 -0
  28. tech_icons-0.0.1/tech_icons/icons/aws/analytics/datazone-business-data-catalog.svg +7 -0
  29. tech_icons-0.0.1/tech_icons/icons/aws/analytics/datazone-data-portal.svg +7 -0
  30. tech_icons-0.0.1/tech_icons/icons/aws/analytics/datazone-data-projects.svg +7 -0
  31. tech_icons-0.0.1/tech_icons/icons/aws/analytics/datazone.svg +10 -0
  32. tech_icons-0.0.1/tech_icons/icons/aws/analytics/emr-cluster.svg +7 -0
  33. tech_icons-0.0.1/tech_icons/icons/aws/analytics/emr-emr-engine.svg +7 -0
  34. tech_icons-0.0.1/tech_icons/icons/aws/analytics/emr-hdfs-cluster.svg +7 -0
  35. tech_icons-0.0.1/tech_icons/icons/aws/analytics/emr.svg +10 -0
  36. tech_icons-0.0.1/tech_icons/icons/aws/analytics/entity-resolution.svg +12 -0
  37. tech_icons-0.0.1/tech_icons/icons/aws/analytics/finspace.svg +12 -0
  38. tech_icons-0.0.1/tech_icons/icons/aws/analytics/glue-aws-glue-for-ray.svg +7 -0
  39. tech_icons-0.0.1/tech_icons/icons/aws/analytics/glue-crawler.svg +7 -0
  40. tech_icons-0.0.1/tech_icons/icons/aws/analytics/glue-data-catalog.svg +7 -0
  41. tech_icons-0.0.1/tech_icons/icons/aws/analytics/glue-data-quality.svg +7 -0
  42. tech_icons-0.0.1/tech_icons/icons/aws/analytics/glue-databrew.svg +12 -0
  43. tech_icons-0.0.1/tech_icons/icons/aws/analytics/glue.svg +10 -0
  44. tech_icons-0.0.1/tech_icons/icons/aws/analytics/kinesis-data-streams.svg +12 -0
  45. tech_icons-0.0.1/tech_icons/icons/aws/analytics/kinesis-video-streams.svg +12 -0
  46. tech_icons-0.0.1/tech_icons/icons/aws/analytics/kinesis.svg +10 -0
  47. tech_icons-0.0.1/tech_icons/icons/aws/analytics/lake-formation-data-lake.svg +7 -0
  48. tech_icons-0.0.1/tech_icons/icons/aws/analytics/lake-formation.svg +10 -0
  49. tech_icons-0.0.1/tech_icons/icons/aws/analytics/managed-service-for-apache-flink.svg +12 -0
  50. tech_icons-0.0.1/tech_icons/icons/aws/analytics/managed-streaming-for-apache-kafka.svg +10 -0
  51. tech_icons-0.0.1/tech_icons/icons/aws/analytics/msk-amazon-msk-connect.svg +7 -0
  52. tech_icons-0.0.1/tech_icons/icons/aws/analytics/opensearch-service-cluster-administrator-node.svg +7 -0
  53. tech_icons-0.0.1/tech_icons/icons/aws/analytics/opensearch-service-data-node.svg +7 -0
  54. tech_icons-0.0.1/tech_icons/icons/aws/analytics/opensearch-service-index.svg +7 -0
  55. tech_icons-0.0.1/tech_icons/icons/aws/analytics/opensearch-service-observability.svg +7 -0
  56. tech_icons-0.0.1/tech_icons/icons/aws/analytics/opensearch-service-opensearch-dashboards.svg +7 -0
  57. tech_icons-0.0.1/tech_icons/icons/aws/analytics/opensearch-service-opensearch-ingestion.svg +7 -0
  58. tech_icons-0.0.1/tech_icons/icons/aws/analytics/opensearch-service-traces.svg +7 -0
  59. tech_icons-0.0.1/tech_icons/icons/aws/analytics/opensearch-service-ultrawarm-node.svg +7 -0
  60. tech_icons-0.0.1/tech_icons/icons/aws/analytics/opensearch-service.svg +10 -0
  61. tech_icons-0.0.1/tech_icons/icons/aws/analytics/redshift-auto-copy.svg +7 -0
  62. tech_icons-0.0.1/tech_icons/icons/aws/analytics/redshift-data-sharing-governance.svg +7 -0
  63. tech_icons-0.0.1/tech_icons/icons/aws/analytics/redshift-dense-compute-node.svg +7 -0
  64. tech_icons-0.0.1/tech_icons/icons/aws/analytics/redshift-dense-storage-node.svg +7 -0
  65. tech_icons-0.0.1/tech_icons/icons/aws/analytics/redshift-ml.svg +7 -0
  66. tech_icons-0.0.1/tech_icons/icons/aws/analytics/redshift-query-editor-v2.svg +7 -0
  67. tech_icons-0.0.1/tech_icons/icons/aws/analytics/redshift-ra3.svg +7 -0
  68. tech_icons-0.0.1/tech_icons/icons/aws/analytics/redshift-streaming-ingestion.svg +7 -0
  69. tech_icons-0.0.1/tech_icons/icons/aws/analytics/redshift.svg +10 -0
  70. tech_icons-0.0.1/tech_icons/icons/aws/analytics/sagemaker.svg +4 -0
  71. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/appflow.svg +12 -0
  72. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/appsync.svg +12 -0
  73. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/b2b-data-interchange.svg +12 -0
  74. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/eventbridge-custom-event-bus.svg +7 -0
  75. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/eventbridge-default-event-bus.svg +7 -0
  76. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/eventbridge-event.svg +7 -0
  77. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/eventbridge-pipes.svg +7 -0
  78. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/eventbridge-rule.svg +7 -0
  79. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/eventbridge-saas-partner-event.svg +7 -0
  80. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/eventbridge-scheduler.svg +7 -0
  81. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/eventbridge-schema-registry.svg +7 -0
  82. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/eventbridge-schema.svg +7 -0
  83. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/eventbridge.svg +10 -0
  84. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/express-workflows.svg +10 -0
  85. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/managed-workflows-for-apache-airflow.svg +12 -0
  86. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/mq-broker.svg +7 -0
  87. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/mq.svg +10 -0
  88. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/simple-notification-service-email-notification.svg +7 -0
  89. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/simple-notification-service-http-notification.svg +7 -0
  90. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/simple-notification-service-topic.svg +7 -0
  91. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/simple-notification-service.svg +10 -0
  92. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/simple-queue-service-message.svg +7 -0
  93. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/simple-queue-service-queue.svg +7 -0
  94. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/simple-queue-service.svg +10 -0
  95. tech_icons-0.0.1/tech_icons/icons/aws/application-integration/step-functions.svg +10 -0
  96. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/apache-mxnet-on-aws.svg +10 -0
  97. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/app-studio.svg +12 -0
  98. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/augmented-ai-a2i.svg +10 -0
  99. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/bedrock-agentcore.svg +11 -0
  100. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/bedrock.svg +12 -0
  101. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/codeguru.svg +10 -0
  102. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/codewhisperer.svg +12 -0
  103. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/comprehend-medical.svg +12 -0
  104. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/comprehend.svg +10 -0
  105. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/deep-learning-amis.svg +12 -0
  106. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/deep-learning-containers.svg +10 -0
  107. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/deepracer.svg +10 -0
  108. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/devops-guru-insights.svg +7 -0
  109. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/devops-guru.svg +12 -0
  110. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/elastic-inference.svg +10 -0
  111. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/elemental-inference.svg +4 -0
  112. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/forecast.svg +10 -0
  113. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/fraud-detector.svg +10 -0
  114. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/healthimaging.svg +12 -0
  115. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/healthlake.svg +12 -0
  116. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/healthomics.svg +10 -0
  117. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/healthscribe.svg +12 -0
  118. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/kendra.svg +10 -0
  119. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/lex.svg +10 -0
  120. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/lookout-for-equipment.svg +12 -0
  121. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/lookout-for-vision.svg +12 -0
  122. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/monitron.svg +12 -0
  123. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/neuron.svg +10 -0
  124. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/nova.svg +4 -0
  125. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/panorama.svg +12 -0
  126. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/personalize.svg +10 -0
  127. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/polly.svg +10 -0
  128. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/pytorch-on-aws.svg +12 -0
  129. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/q.svg +12 -0
  130. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/rekognition-image.svg +7 -0
  131. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/rekognition-video.svg +7 -0
  132. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/rekognition.svg +10 -0
  133. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/sagemaker-ai-canvas.svg +7 -0
  134. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/sagemaker-ai-geospatial-ml.svg +7 -0
  135. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/sagemaker-ai-model.svg +7 -0
  136. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/sagemaker-ai-notebook.svg +7 -0
  137. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/sagemaker-ai-shadow-testing.svg +7 -0
  138. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/sagemaker-ai-train.svg +7 -0
  139. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/sagemaker-ai.svg +10 -0
  140. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/sagemaker-ground-truth.svg +10 -0
  141. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/sagemaker-studio-lab.svg +12 -0
  142. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/tensorflow-on-aws.svg +10 -0
  143. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/textract-analyze-lending.svg +7 -0
  144. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/textract.svg +10 -0
  145. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/transcribe.svg +10 -0
  146. tech_icons-0.0.1/tech_icons/icons/aws/artificial-intelligence/translate.svg +10 -0
  147. tech_icons-0.0.1/tech_icons/icons/aws/blockchain/managed-blockchain-blockchain.svg +7 -0
  148. tech_icons-0.0.1/tech_icons/icons/aws/blockchain/managed-blockchain.svg +10 -0
  149. tech_icons-0.0.1/tech_icons/icons/aws/business-applications/appfabric.svg +12 -0
  150. tech_icons-0.0.1/tech_icons/icons/aws/business-applications/chime-sdk.svg +12 -0
  151. tech_icons-0.0.1/tech_icons/icons/aws/business-applications/chime.svg +10 -0
  152. tech_icons-0.0.1/tech_icons/icons/aws/business-applications/connect.svg +10 -0
  153. tech_icons-0.0.1/tech_icons/icons/aws/business-applications/end-user-messaging.svg +11 -0
  154. tech_icons-0.0.1/tech_icons/icons/aws/business-applications/pinpoint-apis.svg +12 -0
  155. tech_icons-0.0.1/tech_icons/icons/aws/business-applications/pinpoint-journey.svg +7 -0
  156. tech_icons-0.0.1/tech_icons/icons/aws/business-applications/pinpoint.svg +12 -0
  157. tech_icons-0.0.1/tech_icons/icons/aws/business-applications/quick.svg +11 -0
  158. tech_icons-0.0.1/tech_icons/icons/aws/business-applications/simple-email-service-email.svg +7 -0
  159. tech_icons-0.0.1/tech_icons/icons/aws/business-applications/simple-email-service.svg +10 -0
  160. tech_icons-0.0.1/tech_icons/icons/aws/business-applications/supply-chain.svg +10 -0
  161. tech_icons-0.0.1/tech_icons/icons/aws/business-applications/wickr.svg +10 -0
  162. tech_icons-0.0.1/tech_icons/icons/aws/business-applications/workdocs-sdk.svg +12 -0
  163. tech_icons-0.0.1/tech_icons/icons/aws/business-applications/workdocs.svg +12 -0
  164. tech_icons-0.0.1/tech_icons/icons/aws/business-applications/workmail.svg +10 -0
  165. tech_icons-0.0.1/tech_icons/icons/aws/category/analytics.svg +11 -0
  166. tech_icons-0.0.1/tech_icons/icons/aws/category/application-integration.svg +11 -0
  167. tech_icons-0.0.1/tech_icons/icons/aws/category/artificial-intelligence.svg +11 -0
  168. tech_icons-0.0.1/tech_icons/icons/aws/category/blockchain.svg +11 -0
  169. tech_icons-0.0.1/tech_icons/icons/aws/category/business-applications.svg +11 -0
  170. tech_icons-0.0.1/tech_icons/icons/aws/category/cloud-financial-management.svg +11 -0
  171. tech_icons-0.0.1/tech_icons/icons/aws/category/compute.svg +11 -0
  172. tech_icons-0.0.1/tech_icons/icons/aws/category/containers.svg +11 -0
  173. tech_icons-0.0.1/tech_icons/icons/aws/category/customer-enablement.svg +11 -0
  174. tech_icons-0.0.1/tech_icons/icons/aws/category/customer-experience.svg +11 -0
  175. tech_icons-0.0.1/tech_icons/icons/aws/category/databases.svg +11 -0
  176. tech_icons-0.0.1/tech_icons/icons/aws/category/developer-tools.svg +11 -0
  177. tech_icons-0.0.1/tech_icons/icons/aws/category/end-user-computing.svg +11 -0
  178. tech_icons-0.0.1/tech_icons/icons/aws/category/front-end-web-mobile.svg +11 -0
  179. tech_icons-0.0.1/tech_icons/icons/aws/category/games.svg +11 -0
  180. tech_icons-0.0.1/tech_icons/icons/aws/category/internet-of-things.svg +11 -0
  181. tech_icons-0.0.1/tech_icons/icons/aws/category/management-tools.svg +11 -0
  182. tech_icons-0.0.1/tech_icons/icons/aws/category/media-services.svg +11 -0
  183. tech_icons-0.0.1/tech_icons/icons/aws/category/migration-modernization.svg +11 -0
  184. tech_icons-0.0.1/tech_icons/icons/aws/category/multicloud-and-hybrid.svg +5 -0
  185. tech_icons-0.0.1/tech_icons/icons/aws/category/networking-content-delivery.svg +11 -0
  186. tech_icons-0.0.1/tech_icons/icons/aws/category/quantum-technologies.svg +11 -0
  187. tech_icons-0.0.1/tech_icons/icons/aws/category/satellite.svg +11 -0
  188. tech_icons-0.0.1/tech_icons/icons/aws/category/security-identity.svg +11 -0
  189. tech_icons-0.0.1/tech_icons/icons/aws/category/serverless.svg +11 -0
  190. tech_icons-0.0.1/tech_icons/icons/aws/category/storage.svg +11 -0
  191. tech_icons-0.0.1/tech_icons/icons/aws/cloud-financial-management/billing-conductor.svg +12 -0
  192. tech_icons-0.0.1/tech_icons/icons/aws/cloud-financial-management/budgets.svg +10 -0
  193. tech_icons-0.0.1/tech_icons/icons/aws/cloud-financial-management/cost-and-usage-report.svg +10 -0
  194. tech_icons-0.0.1/tech_icons/icons/aws/cloud-financial-management/cost-explorer.svg +10 -0
  195. tech_icons-0.0.1/tech_icons/icons/aws/cloud-financial-management/reserved-instance-reporting.svg +10 -0
  196. tech_icons-0.0.1/tech_icons/icons/aws/cloud-financial-management/savings-plans.svg +12 -0
  197. tech_icons-0.0.1/tech_icons/icons/aws/compute/app-runner.svg +12 -0
  198. tech_icons-0.0.1/tech_icons/icons/aws/compute/batch.svg +10 -0
  199. tech_icons-0.0.1/tech_icons/icons/aws/compute/bottlerocket.svg +12 -0
  200. tech_icons-0.0.1/tech_icons/icons/aws/compute/compute-optimizer.svg +12 -0
  201. tech_icons-0.0.1/tech_icons/icons/aws/compute/dcv.svg +12 -0
  202. tech_icons-0.0.1/tech_icons/icons/aws/compute/ec2-ami.svg +7 -0
  203. tech_icons-0.0.1/tech_icons/icons/aws/compute/ec2-auto-scaling.svg +10 -0
  204. tech_icons-0.0.1/tech_icons/icons/aws/compute/ec2-aws-microservice-extractor-for.svg +7 -0
  205. tech_icons-0.0.1/tech_icons/icons/aws/compute/ec2-db-instance.svg +7 -0
  206. tech_icons-0.0.1/tech_icons/icons/aws/compute/ec2-elastic-ip-address.svg +7 -0
  207. tech_icons-0.0.1/tech_icons/icons/aws/compute/ec2-image-builder.svg +10 -0
  208. tech_icons-0.0.1/tech_icons/icons/aws/compute/ec2-instance-with-cloudwatch.svg +7 -0
  209. tech_icons-0.0.1/tech_icons/icons/aws/compute/ec2-instance.svg +7 -0
  210. tech_icons-0.0.1/tech_icons/icons/aws/compute/ec2-instances.svg +7 -0
  211. tech_icons-0.0.1/tech_icons/icons/aws/compute/ec2-rescue.svg +7 -0
  212. tech_icons-0.0.1/tech_icons/icons/aws/compute/ec2-spot-instance.svg +7 -0
  213. tech_icons-0.0.1/tech_icons/icons/aws/compute/ec2.svg +10 -0
  214. tech_icons-0.0.1/tech_icons/icons/aws/compute/elastic-beanstalk-application.svg +7 -0
  215. tech_icons-0.0.1/tech_icons/icons/aws/compute/elastic-beanstalk-deployment.svg +7 -0
  216. tech_icons-0.0.1/tech_icons/icons/aws/compute/elastic-beanstalk.svg +10 -0
  217. tech_icons-0.0.1/tech_icons/icons/aws/compute/elastic-fabric-adapter.svg +12 -0
  218. tech_icons-0.0.1/tech_icons/icons/aws/compute/elastic-vmware-service.svg +4 -0
  219. tech_icons-0.0.1/tech_icons/icons/aws/compute/lambda-lambda-function.svg +7 -0
  220. tech_icons-0.0.1/tech_icons/icons/aws/compute/lambda.svg +10 -0
  221. tech_icons-0.0.1/tech_icons/icons/aws/compute/lightsail-for-research.svg +10 -0
  222. tech_icons-0.0.1/tech_icons/icons/aws/compute/lightsail.svg +10 -0
  223. tech_icons-0.0.1/tech_icons/icons/aws/compute/local-zones.svg +10 -0
  224. tech_icons-0.0.1/tech_icons/icons/aws/compute/nitro-enclaves.svg +10 -0
  225. tech_icons-0.0.1/tech_icons/icons/aws/compute/outposts-family.svg +10 -0
  226. tech_icons-0.0.1/tech_icons/icons/aws/compute/outposts-rack.svg +10 -0
  227. tech_icons-0.0.1/tech_icons/icons/aws/compute/outposts-servers.svg +12 -0
  228. tech_icons-0.0.1/tech_icons/icons/aws/compute/parallel-cluster.svg +12 -0
  229. tech_icons-0.0.1/tech_icons/icons/aws/compute/parallel-computing-service.svg +12 -0
  230. tech_icons-0.0.1/tech_icons/icons/aws/compute/serverless-application-repository.svg +10 -0
  231. tech_icons-0.0.1/tech_icons/icons/aws/compute/simspace-weaver.svg +10 -0
  232. tech_icons-0.0.1/tech_icons/icons/aws/compute/wavelength.svg +10 -0
  233. tech_icons-0.0.1/tech_icons/icons/aws/containers/ecs-anywhere.svg +12 -0
  234. tech_icons-0.0.1/tech_icons/icons/aws/containers/eks-anywhere.svg +12 -0
  235. tech_icons-0.0.1/tech_icons/icons/aws/containers/eks-distro.svg +12 -0
  236. tech_icons-0.0.1/tech_icons/icons/aws/containers/elastic-container-registry-image.svg +7 -0
  237. tech_icons-0.0.1/tech_icons/icons/aws/containers/elastic-container-registry-registry.svg +7 -0
  238. tech_icons-0.0.1/tech_icons/icons/aws/containers/elastic-container-registry.svg +10 -0
  239. tech_icons-0.0.1/tech_icons/icons/aws/containers/elastic-container-service-container-1.svg +7 -0
  240. tech_icons-0.0.1/tech_icons/icons/aws/containers/elastic-container-service-container-2.svg +7 -0
  241. tech_icons-0.0.1/tech_icons/icons/aws/containers/elastic-container-service-container-3.svg +7 -0
  242. tech_icons-0.0.1/tech_icons/icons/aws/containers/elastic-container-service-copiiot-cli.svg +7 -0
  243. tech_icons-0.0.1/tech_icons/icons/aws/containers/elastic-container-service-ecs-service-connect.svg +7 -0
  244. tech_icons-0.0.1/tech_icons/icons/aws/containers/elastic-container-service-service.svg +7 -0
  245. tech_icons-0.0.1/tech_icons/icons/aws/containers/elastic-container-service-task.svg +7 -0
  246. tech_icons-0.0.1/tech_icons/icons/aws/containers/elastic-container-service.svg +10 -0
  247. tech_icons-0.0.1/tech_icons/icons/aws/containers/elastic-kubernetes-service-eks-on-outposts.svg +7 -0
  248. tech_icons-0.0.1/tech_icons/icons/aws/containers/elastic-kubernetes-service.svg +10 -0
  249. tech_icons-0.0.1/tech_icons/icons/aws/containers/fargate.svg +10 -0
  250. tech_icons-0.0.1/tech_icons/icons/aws/containers/red-hat-openshift-service-on-aws.svg +12 -0
  251. tech_icons-0.0.1/tech_icons/icons/aws/customer-enablement/activate.svg +12 -0
  252. tech_icons-0.0.1/tech_icons/icons/aws/customer-enablement/iq.svg +12 -0
  253. tech_icons-0.0.1/tech_icons/icons/aws/customer-enablement/managed-services.svg +12 -0
  254. tech_icons-0.0.1/tech_icons/icons/aws/customer-enablement/professional-services.svg +12 -0
  255. tech_icons-0.0.1/tech_icons/icons/aws/customer-enablement/repost-private.svg +12 -0
  256. tech_icons-0.0.1/tech_icons/icons/aws/customer-enablement/repost.svg +12 -0
  257. tech_icons-0.0.1/tech_icons/icons/aws/customer-enablement/support.svg +10 -0
  258. tech_icons-0.0.1/tech_icons/icons/aws/customer-enablement/training-certification.svg +10 -0
  259. tech_icons-0.0.1/tech_icons/icons/aws/databases/aurora-amazon-aurora-instance-alternate.svg +7 -0
  260. tech_icons-0.0.1/tech_icons/icons/aws/databases/aurora-amazon-rds-instance-aternate.svg +7 -0
  261. tech_icons-0.0.1/tech_icons/icons/aws/databases/aurora-amazon-rds-instance.svg +7 -0
  262. tech_icons-0.0.1/tech_icons/icons/aws/databases/aurora-instance.svg +7 -0
  263. tech_icons-0.0.1/tech_icons/icons/aws/databases/aurora-mariadb-instance-alternate.svg +7 -0
  264. tech_icons-0.0.1/tech_icons/icons/aws/databases/aurora-mariadb-instance.svg +7 -0
  265. tech_icons-0.0.1/tech_icons/icons/aws/databases/aurora-mysql-instance-alternate.svg +7 -0
  266. tech_icons-0.0.1/tech_icons/icons/aws/databases/aurora-mysql-instance.svg +7 -0
  267. tech_icons-0.0.1/tech_icons/icons/aws/databases/aurora-oracle-instance-alternate.svg +7 -0
  268. tech_icons-0.0.1/tech_icons/icons/aws/databases/aurora-oracle-instance.svg +7 -0
  269. tech_icons-0.0.1/tech_icons/icons/aws/databases/aurora-piops-instance.svg +7 -0
  270. tech_icons-0.0.1/tech_icons/icons/aws/databases/aurora-postgresql-instance-alternate.svg +7 -0
  271. tech_icons-0.0.1/tech_icons/icons/aws/databases/aurora-postgresql-instance.svg +7 -0
  272. tech_icons-0.0.1/tech_icons/icons/aws/databases/aurora-sql-server-instance-alternate.svg +7 -0
  273. tech_icons-0.0.1/tech_icons/icons/aws/databases/aurora-sql-server-instance.svg +7 -0
  274. tech_icons-0.0.1/tech_icons/icons/aws/databases/aurora-trusted-language-extensions-for-postgresql.svg +7 -0
  275. tech_icons-0.0.1/tech_icons/icons/aws/databases/aurora.svg +10 -0
  276. tech_icons-0.0.1/tech_icons/icons/aws/databases/database-migration-service-database-migration-workflow-or-job.svg +7 -0
  277. tech_icons-0.0.1/tech_icons/icons/aws/databases/database-migration-service.svg +10 -0
  278. tech_icons-0.0.1/tech_icons/icons/aws/databases/documentdb-elastic-clusters.svg +7 -0
  279. tech_icons-0.0.1/tech_icons/icons/aws/databases/documentdb.svg +10 -0
  280. tech_icons-0.0.1/tech_icons/icons/aws/databases/dynamodb-amazon-dynamodb-accelerator.svg +7 -0
  281. tech_icons-0.0.1/tech_icons/icons/aws/databases/dynamodb-attribute.svg +7 -0
  282. tech_icons-0.0.1/tech_icons/icons/aws/databases/dynamodb-attributes.svg +7 -0
  283. tech_icons-0.0.1/tech_icons/icons/aws/databases/dynamodb-global-secondary-index.svg +7 -0
  284. tech_icons-0.0.1/tech_icons/icons/aws/databases/dynamodb-item.svg +7 -0
  285. tech_icons-0.0.1/tech_icons/icons/aws/databases/dynamodb-items.svg +7 -0
  286. tech_icons-0.0.1/tech_icons/icons/aws/databases/dynamodb-standard-access-table-class.svg +7 -0
  287. tech_icons-0.0.1/tech_icons/icons/aws/databases/dynamodb-standard-infrequent-access-table-class.svg +7 -0
  288. tech_icons-0.0.1/tech_icons/icons/aws/databases/dynamodb-stream.svg +7 -0
  289. tech_icons-0.0.1/tech_icons/icons/aws/databases/dynamodb-table.svg +7 -0
  290. tech_icons-0.0.1/tech_icons/icons/aws/databases/dynamodb.svg +10 -0
  291. tech_icons-0.0.1/tech_icons/icons/aws/databases/elasticache-cache-node.svg +7 -0
  292. tech_icons-0.0.1/tech_icons/icons/aws/databases/elasticache-elasticache-for-memcached.svg +7 -0
  293. tech_icons-0.0.1/tech_icons/icons/aws/databases/elasticache-elasticache-for-redis.svg +7 -0
  294. tech_icons-0.0.1/tech_icons/icons/aws/databases/elasticache-elasticache-for-valkey.svg +3 -0
  295. tech_icons-0.0.1/tech_icons/icons/aws/databases/elasticache.svg +10 -0
  296. tech_icons-0.0.1/tech_icons/icons/aws/databases/keyspaces.svg +10 -0
  297. tech_icons-0.0.1/tech_icons/icons/aws/databases/memorydb.svg +12 -0
  298. tech_icons-0.0.1/tech_icons/icons/aws/databases/neptune.svg +10 -0
  299. tech_icons-0.0.1/tech_icons/icons/aws/databases/oracle-database-at-aws.svg +4 -0
  300. tech_icons-0.0.1/tech_icons/icons/aws/databases/rds-blue-green-deployments.svg +7 -0
  301. tech_icons-0.0.1/tech_icons/icons/aws/databases/rds-multi-az-db-cluster.svg +7 -0
  302. tech_icons-0.0.1/tech_icons/icons/aws/databases/rds-multi-az.svg +7 -0
  303. tech_icons-0.0.1/tech_icons/icons/aws/databases/rds-optimized-writes.svg +7 -0
  304. tech_icons-0.0.1/tech_icons/icons/aws/databases/rds-proxy-instance-alternate.svg +7 -0
  305. tech_icons-0.0.1/tech_icons/icons/aws/databases/rds-proxy-instance.svg +7 -0
  306. tech_icons-0.0.1/tech_icons/icons/aws/databases/rds-trusted-language-extensions-for-postgresql.svg +7 -0
  307. tech_icons-0.0.1/tech_icons/icons/aws/databases/rds.svg +10 -0
  308. tech_icons-0.0.1/tech_icons/icons/aws/databases/timestream.svg +10 -0
  309. tech_icons-0.0.1/tech_icons/icons/aws/developer-tools/cloud-control-api.svg +12 -0
  310. tech_icons-0.0.1/tech_icons/icons/aws/developer-tools/cloud-development-kit.svg +10 -0
  311. tech_icons-0.0.1/tech_icons/icons/aws/developer-tools/cloud9-cloud9.svg +7 -0
  312. tech_icons-0.0.1/tech_icons/icons/aws/developer-tools/cloud9.svg +10 -0
  313. tech_icons-0.0.1/tech_icons/icons/aws/developer-tools/cloudshell.svg +12 -0
  314. tech_icons-0.0.1/tech_icons/icons/aws/developer-tools/codeartifact.svg +12 -0
  315. tech_icons-0.0.1/tech_icons/icons/aws/developer-tools/codebuild.svg +10 -0
  316. tech_icons-0.0.1/tech_icons/icons/aws/developer-tools/codecatalyst.svg +10 -0
  317. tech_icons-0.0.1/tech_icons/icons/aws/developer-tools/codecommit.svg +10 -0
  318. tech_icons-0.0.1/tech_icons/icons/aws/developer-tools/codedeploy.svg +10 -0
  319. tech_icons-0.0.1/tech_icons/icons/aws/developer-tools/codepipeline.svg +10 -0
  320. tech_icons-0.0.1/tech_icons/icons/aws/developer-tools/command-line-interface.svg +10 -0
  321. tech_icons-0.0.1/tech_icons/icons/aws/developer-tools/corretto.svg +12 -0
  322. tech_icons-0.0.1/tech_icons/icons/aws/developer-tools/fault-injection-service.svg +10 -0
  323. tech_icons-0.0.1/tech_icons/icons/aws/developer-tools/infrastructure-composer.svg +10 -0
  324. tech_icons-0.0.1/tech_icons/icons/aws/developer-tools/tools-and-sdks.svg +10 -0
  325. tech_icons-0.0.1/tech_icons/icons/aws/developer-tools/x-ray.svg +10 -0
  326. tech_icons-0.0.1/tech_icons/icons/aws/end-user-computing/workspaces.svg +4 -0
  327. tech_icons-0.0.1/tech_icons/icons/aws/front-end-web-mobile/amplify-aws-amplify-studio.svg +7 -0
  328. tech_icons-0.0.1/tech_icons/icons/aws/front-end-web-mobile/amplify.svg +10 -0
  329. tech_icons-0.0.1/tech_icons/icons/aws/front-end-web-mobile/device-farm.svg +10 -0
  330. tech_icons-0.0.1/tech_icons/icons/aws/front-end-web-mobile/location-service-geofence.svg +7 -0
  331. tech_icons-0.0.1/tech_icons/icons/aws/front-end-web-mobile/location-service-map.svg +7 -0
  332. tech_icons-0.0.1/tech_icons/icons/aws/front-end-web-mobile/location-service-place.svg +7 -0
  333. tech_icons-0.0.1/tech_icons/icons/aws/front-end-web-mobile/location-service-routes.svg +7 -0
  334. tech_icons-0.0.1/tech_icons/icons/aws/front-end-web-mobile/location-service-track.svg +7 -0
  335. tech_icons-0.0.1/tech_icons/icons/aws/front-end-web-mobile/location-service.svg +12 -0
  336. tech_icons-0.0.1/tech_icons/icons/aws/games/gamelift-servers.svg +12 -0
  337. tech_icons-0.0.1/tech_icons/icons/aws/games/gamelift-streams.svg +4 -0
  338. tech_icons-0.0.1/tech_icons/icons/aws/games/open-3d-engine.svg +12 -0
  339. tech_icons-0.0.1/tech_icons/icons/aws/general-icons/marketplace-dark.svg +10 -0
  340. tech_icons-0.0.1/tech_icons/icons/aws/general-icons/marketplace-light.svg +10 -0
  341. tech_icons-0.0.1/tech_icons/icons/aws/group/account.svg +8 -0
  342. tech_icons-0.0.1/tech_icons/icons/aws/group/auto-scaling-group.svg +8 -0
  343. tech_icons-0.0.1/tech_icons/icons/aws/group/cloud-logo.svg +8 -0
  344. tech_icons-0.0.1/tech_icons/icons/aws/group/cloud.svg +8 -0
  345. tech_icons-0.0.1/tech_icons/icons/aws/group/corporate-data-center.svg +8 -0
  346. tech_icons-0.0.1/tech_icons/icons/aws/group/ec2-instance-contents.svg +8 -0
  347. tech_icons-0.0.1/tech_icons/icons/aws/group/iot-greengrass-deployment.svg +8 -0
  348. tech_icons-0.0.1/tech_icons/icons/aws/group/private-subnet.svg +8 -0
  349. tech_icons-0.0.1/tech_icons/icons/aws/group/public-subnet.svg +8 -0
  350. tech_icons-0.0.1/tech_icons/icons/aws/group/region.svg +8 -0
  351. tech_icons-0.0.1/tech_icons/icons/aws/group/server-contents.svg +8 -0
  352. tech_icons-0.0.1/tech_icons/icons/aws/group/spot-fleet.svg +8 -0
  353. tech_icons-0.0.1/tech_icons/icons/aws/group/virtual-private-cloud-vpc.svg +8 -0
  354. tech_icons-0.0.1/tech_icons/icons/aws/internet-of-things/freertos.svg +10 -0
  355. tech_icons-0.0.1/tech_icons/icons/aws/internet-of-things/iot-core.svg +10 -0
  356. tech_icons-0.0.1/tech_icons/icons/aws/internet-of-things/iot-device-defender.svg +10 -0
  357. tech_icons-0.0.1/tech_icons/icons/aws/internet-of-things/iot-device-management.svg +10 -0
  358. tech_icons-0.0.1/tech_icons/icons/aws/internet-of-things/iot-events.svg +10 -0
  359. tech_icons-0.0.1/tech_icons/icons/aws/internet-of-things/iot-expresslink.svg +12 -0
  360. tech_icons-0.0.1/tech_icons/icons/aws/internet-of-things/iot-fleetwise.svg +12 -0
  361. tech_icons-0.0.1/tech_icons/icons/aws/internet-of-things/iot-greengrass.svg +10 -0
  362. tech_icons-0.0.1/tech_icons/icons/aws/internet-of-things/iot-sitewise.svg +10 -0
  363. tech_icons-0.0.1/tech_icons/icons/aws/internet-of-things/iot-twinmaker.svg +12 -0
  364. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-action.svg +7 -0
  365. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-actuator.svg +7 -0
  366. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-alexa-enabled-device.svg +7 -0
  367. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-alexa-skill.svg +7 -0
  368. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-alexa-voice-service.svg +7 -0
  369. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-certificate.svg +7 -0
  370. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-core-device-advisor.svg +7 -0
  371. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-core-device-location.svg +7 -0
  372. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-desired-state.svg +7 -0
  373. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-device-defender-iot-device-jobs.svg +7 -0
  374. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-device-gateway.svg +7 -0
  375. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-device-management-fleet-hub.svg +7 -0
  376. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-device-tester.svg +7 -0
  377. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-echo.svg +7 -0
  378. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-fire-tv-stick.svg +7 -0
  379. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-fire-tv.svg +7 -0
  380. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-greengrass-artifact.svg +7 -0
  381. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-greengrass-component-machine-learning.svg +7 -0
  382. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-greengrass-component-nucleus.svg +7 -0
  383. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-greengrass-component-private.svg +7 -0
  384. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-greengrass-component-public.svg +7 -0
  385. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-greengrass-component.svg +7 -0
  386. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-greengrass-connector.svg +7 -0
  387. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-greengrass-interprocess-communication.svg +7 -0
  388. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-greengrass-protocol.svg +7 -0
  389. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-greengrass-recipe.svg +7 -0
  390. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-greengrass-stream-manager.svg +7 -0
  391. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-hardware-board.svg +7 -0
  392. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-http-protocol.svg +7 -0
  393. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-http2-protocol.svg +7 -0
  394. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-lambda-function.svg +7 -0
  395. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-lorawan-protocol.svg +7 -0
  396. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-mqtt-protocol.svg +7 -0
  397. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-over-air-update.svg +7 -0
  398. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-policy.svg +7 -0
  399. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-reported-state.svg +7 -0
  400. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-rule.svg +7 -0
  401. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-sailboat.svg +7 -0
  402. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-sensor.svg +7 -0
  403. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-servo.svg +7 -0
  404. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-shadow.svg +7 -0
  405. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-simulator.svg +7 -0
  406. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-sitewise-asset-hierarchy.svg +7 -0
  407. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-sitewise-asset-model.svg +7 -0
  408. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-sitewise-asset-properties.svg +7 -0
  409. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-sitewise-asset.svg +7 -0
  410. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-sitewise-data-streams.svg +7 -0
  411. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-bank.svg +7 -0
  412. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-bicycle.svg +7 -0
  413. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-camera.svg +7 -0
  414. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-car.svg +7 -0
  415. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-cart.svg +7 -0
  416. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-coffee-pot.svg +7 -0
  417. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-door-lock.svg +7 -0
  418. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-factory.svg +7 -0
  419. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-freertos-device.svg +7 -0
  420. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-generic.svg +7 -0
  421. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-house.svg +7 -0
  422. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-humidity-sensor.svg +7 -0
  423. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-industrial-pc.svg +7 -0
  424. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-lightbulb.svg +7 -0
  425. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-medical-emergency.svg +7 -0
  426. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-plc.svg +7 -0
  427. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-police-emergency.svg +7 -0
  428. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-relay.svg +7 -0
  429. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-stacklight.svg +7 -0
  430. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-temperature-humidity-sensor.svg +7 -0
  431. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-temperature-sensor.svg +7 -0
  432. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-temperature-vibration-sensor.svg +7 -0
  433. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-thermostat.svg +7 -0
  434. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-travel.svg +7 -0
  435. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-utility.svg +7 -0
  436. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-vibration-sensor.svg +7 -0
  437. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-thing-windfarm.svg +7 -0
  438. tech_icons-0.0.1/tech_icons/icons/aws/iot/iot-topic.svg +7 -0
  439. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/cloudformation-change-set.svg +7 -0
  440. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/cloudformation-stack.svg +7 -0
  441. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/cloudformation-template.svg +7 -0
  442. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/cloudtrail-cloudtrail-lake.svg +7 -0
  443. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/cloudwatch-alarm.svg +7 -0
  444. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/cloudwatch-cross-account-observability.svg +7 -0
  445. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/cloudwatch-data-protection.svg +7 -0
  446. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/cloudwatch-event-event-based.svg +7 -0
  447. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/cloudwatch-event-time-based.svg +7 -0
  448. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/cloudwatch-evidently.svg +7 -0
  449. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/cloudwatch-logs.svg +7 -0
  450. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/cloudwatch-metrics-insights.svg +7 -0
  451. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/cloudwatch-rule.svg +7 -0
  452. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/cloudwatch-rum.svg +7 -0
  453. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/cloudwatch-synthetics.svg +7 -0
  454. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/license-manager-application-discovery.svg +7 -0
  455. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/license-manager-license-blending.svg +7 -0
  456. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/organizations-account.svg +7 -0
  457. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/organizations-management-account.svg +7 -0
  458. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/organizations-organizational-unit.svg +7 -0
  459. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/systems-manager-application-manager.svg +7 -0
  460. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/systems-manager-automation.svg +7 -0
  461. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/systems-manager-change-calendar.svg +7 -0
  462. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/systems-manager-change-manager.svg +7 -0
  463. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/systems-manager-compliance.svg +7 -0
  464. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/systems-manager-distributor.svg +7 -0
  465. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/systems-manager-documents.svg +7 -0
  466. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/systems-manager-incident-manager.svg +7 -0
  467. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/systems-manager-inventory.svg +7 -0
  468. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/systems-manager-maintenance-windows.svg +7 -0
  469. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/systems-manager-opscenter.svg +7 -0
  470. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/systems-manager-parameter-store.svg +7 -0
  471. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/systems-manager-patch-manager.svg +7 -0
  472. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/systems-manager-run-command.svg +7 -0
  473. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/systems-manager-session-manager.svg +7 -0
  474. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/systems-manager-state-manager.svg +7 -0
  475. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/trusted-advisor-checklist-cost.svg +7 -0
  476. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/trusted-advisor-checklist-fault-tolerant.svg +7 -0
  477. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/trusted-advisor-checklist-performance.svg +7 -0
  478. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/trusted-advisor-checklist-security.svg +7 -0
  479. tech_icons-0.0.1/tech_icons/icons/aws/management-governance/trusted-advisor-checklist.svg +7 -0
  480. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/appconfig.svg +10 -0
  481. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/application-auto-scaling.svg +12 -0
  482. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/auto-scaling.svg +10 -0
  483. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/backint-agent.svg +12 -0
  484. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/chatbot.svg +10 -0
  485. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/cloudformation.svg +10 -0
  486. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/cloudtrail.svg +10 -0
  487. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/cloudwatch.svg +10 -0
  488. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/compute-optimizer.svg +10 -0
  489. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/config.svg +10 -0
  490. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/console-mobile-application.svg +12 -0
  491. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/control-tower.svg +10 -0
  492. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/devops-agent.svg +11 -0
  493. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/distro-for-opentelemetry.svg +12 -0
  494. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/health-dashboard.svg +10 -0
  495. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/launch-wizard.svg +10 -0
  496. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/license-manager.svg +10 -0
  497. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/managed-grafana.svg +12 -0
  498. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/managed-service-for-prometheus.svg +12 -0
  499. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/management-console.svg +10 -0
  500. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/organizations.svg +10 -0
  501. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/partner-central.svg +11 -0
  502. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/proton.svg +12 -0
  503. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/resilience-hub.svg +10 -0
  504. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/resource-explorer.svg +10 -0
  505. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/service-catalog.svg +10 -0
  506. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/service-management-connector.svg +10 -0
  507. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/sustainability.svg +11 -0
  508. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/systems-manager.svg +10 -0
  509. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/telco-network-builder.svg +10 -0
  510. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/trusted-advisor.svg +10 -0
  511. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/user-notifications.svg +4 -0
  512. tech_icons-0.0.1/tech_icons/icons/aws/management-tools/well-architected-tool.svg +10 -0
  513. tech_icons-0.0.1/tech_icons/icons/aws/media-services/cloud-digital-interface.svg +7 -0
  514. tech_icons-0.0.1/tech_icons/icons/aws/media-services/deadline-cloud.svg +12 -0
  515. tech_icons-0.0.1/tech_icons/icons/aws/media-services/elemental-appliances-&-software.svg +10 -0
  516. tech_icons-0.0.1/tech_icons/icons/aws/media-services/elemental-conductor.svg +10 -0
  517. tech_icons-0.0.1/tech_icons/icons/aws/media-services/elemental-delta.svg +10 -0
  518. tech_icons-0.0.1/tech_icons/icons/aws/media-services/elemental-link.svg +12 -0
  519. tech_icons-0.0.1/tech_icons/icons/aws/media-services/elemental-live.svg +10 -0
  520. tech_icons-0.0.1/tech_icons/icons/aws/media-services/elemental-mediaconnect-mediaconnect-gateway.svg +7 -0
  521. tech_icons-0.0.1/tech_icons/icons/aws/media-services/elemental-mediaconnect.svg +10 -0
  522. tech_icons-0.0.1/tech_icons/icons/aws/media-services/elemental-mediaconvert.svg +10 -0
  523. tech_icons-0.0.1/tech_icons/icons/aws/media-services/elemental-medialive.svg +10 -0
  524. tech_icons-0.0.1/tech_icons/icons/aws/media-services/elemental-mediapackage.svg +10 -0
  525. tech_icons-0.0.1/tech_icons/icons/aws/media-services/elemental-mediastore.svg +10 -0
  526. tech_icons-0.0.1/tech_icons/icons/aws/media-services/elemental-mediatailor.svg +10 -0
  527. tech_icons-0.0.1/tech_icons/icons/aws/media-services/elemental-server.svg +10 -0
  528. tech_icons-0.0.1/tech_icons/icons/aws/media-services/interactive-video-service.svg +12 -0
  529. tech_icons-0.0.1/tech_icons/icons/aws/media-services/kinesis-video-streams.svg +10 -0
  530. tech_icons-0.0.1/tech_icons/icons/aws/media-services/thinkbox-deadline.svg +12 -0
  531. tech_icons-0.0.1/tech_icons/icons/aws/media-services/thinkbox-frost.svg +12 -0
  532. tech_icons-0.0.1/tech_icons/icons/aws/media-services/thinkbox-krakatoa.svg +12 -0
  533. tech_icons-0.0.1/tech_icons/icons/aws/media-services/thinkbox-stoke.svg +12 -0
  534. tech_icons-0.0.1/tech_icons/icons/aws/media-services/thinkbox-xmesh.svg +12 -0
  535. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/application-discovery-service-aws-agentless-collector.svg +7 -0
  536. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/application-discovery-service-aws-discovery-agent.svg +7 -0
  537. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/application-discovery-service-migration-evaluator-collector.svg +7 -0
  538. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/application-discovery-service.svg +10 -0
  539. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/application-migration-service.svg +10 -0
  540. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/data-transfer-terminal.svg +11 -0
  541. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/datasync-agent.svg +7 -0
  542. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/datasync-discovery.svg +7 -0
  543. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/datasync.svg +10 -0
  544. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/mainframe-modernization-analyzer.svg +7 -0
  545. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/mainframe-modernization-compiler.svg +7 -0
  546. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/mainframe-modernization-converter.svg +7 -0
  547. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/mainframe-modernization-developer.svg +7 -0
  548. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/mainframe-modernization-runtime.svg +7 -0
  549. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/mainframe-modernization.svg +12 -0
  550. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/migration-evaluator.svg +12 -0
  551. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/migration-hub-refactor-spaces-applications.svg +7 -0
  552. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/migration-hub-refactor-spaces-environments.svg +7 -0
  553. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/migration-hub-refactor-spaces-services.svg +7 -0
  554. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/migration-hub.svg +10 -0
  555. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/transfer-family-aws-as2.svg +7 -0
  556. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/transfer-family-aws-ftp.svg +7 -0
  557. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/transfer-family-aws-ftps.svg +7 -0
  558. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/transfer-family-aws-sftp.svg +7 -0
  559. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/transfer-family.svg +10 -0
  560. tech_icons-0.0.1/tech_icons/icons/aws/migration-modernization/transform.svg +11 -0
  561. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/api-gateway-endpoint.svg +5 -0
  562. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/api-gateway.svg +10 -0
  563. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/app-mesh-mesh.svg +7 -0
  564. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/app-mesh-virtual-gateway.svg +7 -0
  565. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/app-mesh-virtual-node.svg +7 -0
  566. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/app-mesh-virtual-router.svg +7 -0
  567. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/app-mesh-virtual-service.svg +7 -0
  568. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/app-mesh.svg +10 -0
  569. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/application-recovery-controller.svg +11 -0
  570. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/client-vpn.svg +10 -0
  571. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/cloud-map-namespace.svg +7 -0
  572. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/cloud-map-resource.svg +7 -0
  573. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/cloud-map-service.svg +7 -0
  574. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/cloud-map.svg +10 -0
  575. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/cloud-wan-core-network-edge.svg +7 -0
  576. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/cloud-wan-segment-network.svg +7 -0
  577. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/cloud-wan-transit-gateway-route-table-attachment.svg +7 -0
  578. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/cloud-wan.svg +10 -0
  579. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/cloudfront-download-distribution.svg +7 -0
  580. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/cloudfront-edge-location.svg +7 -0
  581. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/cloudfront-functions.svg +7 -0
  582. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/cloudfront-streaming-distribution.svg +7 -0
  583. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/cloudfront.svg +10 -0
  584. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/direct-connect-gateway.svg +7 -0
  585. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/direct-connect.svg +10 -0
  586. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/elastic-load-balancing-application-load-balancer.svg +7 -0
  587. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/elastic-load-balancing-classic-load-balancer.svg +7 -0
  588. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/elastic-load-balancing-gateway-load-balancer.svg +7 -0
  589. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/elastic-load-balancing-network-load-balancer.svg +7 -0
  590. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/elastic-load-balancing.svg +10 -0
  591. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/global-accelerator.svg +10 -0
  592. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/interconnect.svg +11 -0
  593. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/privatelink.svg +10 -0
  594. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/route-53-hosted-zone.svg +7 -0
  595. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/route-53-readiness-checks.svg +7 -0
  596. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/route-53-resolver-dns-firewall.svg +7 -0
  597. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/route-53-resolver-query-logging.svg +7 -0
  598. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/route-53-resolver.svg +7 -0
  599. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/route-53-route-table.svg +7 -0
  600. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/route-53-routing-controls.svg +7 -0
  601. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/route-53.svg +10 -0
  602. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/rtb-fabric.svg +11 -0
  603. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/site-to-site-vpn.svg +12 -0
  604. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/transit-gateway-attachment.svg +7 -0
  605. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/transit-gateway.svg +10 -0
  606. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/verified-access.svg +10 -0
  607. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/virtual-private-cloud.svg +10 -0
  608. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/vpc-carrier-gateway.svg +7 -0
  609. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/vpc-customer-gateway.svg +7 -0
  610. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/vpc-elastic-network-adapter.svg +7 -0
  611. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/vpc-elastic-network-interface.svg +7 -0
  612. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/vpc-endpoints.svg +7 -0
  613. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/vpc-flow-logs.svg +7 -0
  614. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/vpc-internet-gateway.svg +7 -0
  615. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/vpc-lattice.svg +10 -0
  616. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/vpc-nat-gateway.svg +7 -0
  617. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/vpc-network-access-analyzer.svg +7 -0
  618. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/vpc-network-access-control-list.svg +7 -0
  619. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/vpc-peering-connection.svg +7 -0
  620. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/vpc-reachability-analyzer.svg +7 -0
  621. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/vpc-router.svg +7 -0
  622. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/vpc-traffic-mirroring.svg +7 -0
  623. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/vpc-virtual-private-cloud-vpc.svg +7 -0
  624. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/vpc-vpn-connection.svg +7 -0
  625. tech_icons-0.0.1/tech_icons/icons/aws/networking-content-delivery/vpc-vpn-gateway.svg +7 -0
  626. tech_icons-0.0.1/tech_icons/icons/aws/quantum-technologies/braket-chandelier.svg +7 -0
  627. tech_icons-0.0.1/tech_icons/icons/aws/quantum-technologies/braket-chip.svg +7 -0
  628. tech_icons-0.0.1/tech_icons/icons/aws/quantum-technologies/braket-embedded-simulator.svg +7 -0
  629. tech_icons-0.0.1/tech_icons/icons/aws/quantum-technologies/braket-managed-simulator.svg +7 -0
  630. tech_icons-0.0.1/tech_icons/icons/aws/quantum-technologies/braket-noise-simulator.svg +7 -0
  631. tech_icons-0.0.1/tech_icons/icons/aws/quantum-technologies/braket-qpu.svg +7 -0
  632. tech_icons-0.0.1/tech_icons/icons/aws/quantum-technologies/braket-simulator-1.svg +7 -0
  633. tech_icons-0.0.1/tech_icons/icons/aws/quantum-technologies/braket-simulator-2.svg +7 -0
  634. tech_icons-0.0.1/tech_icons/icons/aws/quantum-technologies/braket-simulator-3.svg +7 -0
  635. tech_icons-0.0.1/tech_icons/icons/aws/quantum-technologies/braket-simulator-4.svg +7 -0
  636. tech_icons-0.0.1/tech_icons/icons/aws/quantum-technologies/braket-simulator.svg +7 -0
  637. tech_icons-0.0.1/tech_icons/icons/aws/quantum-technologies/braket-state-vector.svg +7 -0
  638. tech_icons-0.0.1/tech_icons/icons/aws/quantum-technologies/braket-tensor-network.svg +7 -0
  639. tech_icons-0.0.1/tech_icons/icons/aws/quantum-technologies/braket.svg +10 -0
  640. tech_icons-0.0.1/tech_icons/icons/aws/satellite/ground-station.svg +10 -0
  641. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/artifact.svg +10 -0
  642. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/audit-manager.svg +12 -0
  643. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/certificate-manager-certificate-authority.svg +7 -0
  644. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/certificate-manager.svg +10 -0
  645. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/cloud-directory.svg +12 -0
  646. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/cloudhsm.svg +10 -0
  647. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/cognito.svg +10 -0
  648. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/detective.svg +10 -0
  649. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/directory-service-ad-connector.svg +7 -0
  650. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/directory-service-aws-managed-microsoft-ad.svg +7 -0
  651. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/directory-service-simple-ad.svg +7 -0
  652. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/directory-service.svg +10 -0
  653. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/firewall-manager.svg +10 -0
  654. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/guardduty.svg +10 -0
  655. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/iam-identity-center.svg +10 -0
  656. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/identity-access-management-add-on.svg +7 -0
  657. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/identity-access-management-aws-sts-alternate.svg +7 -0
  658. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/identity-access-management-aws-sts.svg +7 -0
  659. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/identity-access-management-data-encryption-key.svg +7 -0
  660. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/identity-access-management-encrypted-data.svg +7 -0
  661. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/identity-access-management-iam-access-analyzer.svg +7 -0
  662. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/identity-access-management-iam-roles-anywhere.svg +7 -0
  663. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/identity-access-management-long-term-security-credential.svg +7 -0
  664. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/identity-access-management-mfa-token.svg +7 -0
  665. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/identity-access-management-permissions.svg +7 -0
  666. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/identity-access-management-role.svg +7 -0
  667. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/identity-access-management-temporary-security-credential.svg +7 -0
  668. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/identity-and-access-management.svg +10 -0
  669. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/inspector-agent.svg +7 -0
  670. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/inspector.svg +10 -0
  671. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/key-management-service-external-key-store.svg +7 -0
  672. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/key-management-service.svg +10 -0
  673. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/macie.svg +10 -0
  674. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/network-firewall-endpoints.svg +7 -0
  675. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/network-firewall.svg +12 -0
  676. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/payment-cryptography.svg +12 -0
  677. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/private-certificate-authority.svg +10 -0
  678. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/resource-access-manager.svg +10 -0
  679. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/secrets-manager.svg +10 -0
  680. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/security-agent.svg +11 -0
  681. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/security-hub-finding.svg +7 -0
  682. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/security-hub.svg +10 -0
  683. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/security-incident-response.svg +10 -0
  684. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/security-lake.svg +10 -0
  685. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/shield-aws-shield-advanced.svg +7 -0
  686. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/shield.svg +10 -0
  687. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/signer.svg +12 -0
  688. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/verified-permissions.svg +10 -0
  689. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/waf-bad-bot.svg +7 -0
  690. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/waf-bot-control.svg +7 -0
  691. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/waf-bot.svg +7 -0
  692. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/waf-filtering-rule.svg +7 -0
  693. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/waf-labels.svg +7 -0
  694. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/waf-managed-rule.svg +7 -0
  695. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/waf-rule.svg +7 -0
  696. tech_icons-0.0.1/tech_icons/icons/aws/security-identity/waf.svg +12 -0
  697. tech_icons-0.0.1/tech_icons/icons/aws/storage/backup-audit-manager.svg +7 -0
  698. tech_icons-0.0.1/tech_icons/icons/aws/storage/backup-aws-backup-for-aws-cloudformation.svg +7 -0
  699. tech_icons-0.0.1/tech_icons/icons/aws/storage/backup-aws-backup-support-for-amazon-fsx-for-netapp-ontap.svg +7 -0
  700. tech_icons-0.0.1/tech_icons/icons/aws/storage/backup-aws-backup-support-for-amazon-s3.svg +7 -0
  701. tech_icons-0.0.1/tech_icons/icons/aws/storage/backup-aws-backup-support-for-vmware-workloads.svg +7 -0
  702. tech_icons-0.0.1/tech_icons/icons/aws/storage/backup-backup-plan.svg +7 -0
  703. tech_icons-0.0.1/tech_icons/icons/aws/storage/backup-backup-restore.svg +7 -0
  704. tech_icons-0.0.1/tech_icons/icons/aws/storage/backup-backup-vault.svg +7 -0
  705. tech_icons-0.0.1/tech_icons/icons/aws/storage/backup-compliance-reporting.svg +7 -0
  706. tech_icons-0.0.1/tech_icons/icons/aws/storage/backup-compute.svg +7 -0
  707. tech_icons-0.0.1/tech_icons/icons/aws/storage/backup-database.svg +7 -0
  708. tech_icons-0.0.1/tech_icons/icons/aws/storage/backup-gateway.svg +7 -0
  709. tech_icons-0.0.1/tech_icons/icons/aws/storage/backup-legal-hold.svg +7 -0
  710. tech_icons-0.0.1/tech_icons/icons/aws/storage/backup-recovery-point-objective.svg +7 -0
  711. tech_icons-0.0.1/tech_icons/icons/aws/storage/backup-recovery-time-objective.svg +7 -0
  712. tech_icons-0.0.1/tech_icons/icons/aws/storage/backup-storage.svg +7 -0
  713. tech_icons-0.0.1/tech_icons/icons/aws/storage/backup-vault-lock.svg +7 -0
  714. tech_icons-0.0.1/tech_icons/icons/aws/storage/backup-virtual-machine-monitor.svg +7 -0
  715. tech_icons-0.0.1/tech_icons/icons/aws/storage/backup-virtual-machine.svg +7 -0
  716. tech_icons-0.0.1/tech_icons/icons/aws/storage/backup.svg +10 -0
  717. tech_icons-0.0.1/tech_icons/icons/aws/storage/efs.svg +12 -0
  718. tech_icons-0.0.1/tech_icons/icons/aws/storage/elastic-block-store-amazon-data-lifecycle-manager.svg +7 -0
  719. tech_icons-0.0.1/tech_icons/icons/aws/storage/elastic-block-store-multiple-volumes.svg +7 -0
  720. tech_icons-0.0.1/tech_icons/icons/aws/storage/elastic-block-store-snapshot.svg +7 -0
  721. tech_icons-0.0.1/tech_icons/icons/aws/storage/elastic-block-store-volume-gp3.svg +7 -0
  722. tech_icons-0.0.1/tech_icons/icons/aws/storage/elastic-block-store-volume.svg +7 -0
  723. tech_icons-0.0.1/tech_icons/icons/aws/storage/elastic-block-store.svg +10 -0
  724. tech_icons-0.0.1/tech_icons/icons/aws/storage/elastic-disaster-recovery.svg +10 -0
  725. tech_icons-0.0.1/tech_icons/icons/aws/storage/elastic-file-system-efs-intelligent-tiering.svg +7 -0
  726. tech_icons-0.0.1/tech_icons/icons/aws/storage/elastic-file-system-efs-one-zone-infrequent-access.svg +7 -0
  727. tech_icons-0.0.1/tech_icons/icons/aws/storage/elastic-file-system-efs-one-zone.svg +7 -0
  728. tech_icons-0.0.1/tech_icons/icons/aws/storage/elastic-file-system-efs-standard-infrequent-access.svg +7 -0
  729. tech_icons-0.0.1/tech_icons/icons/aws/storage/elastic-file-system-efs-standard.svg +7 -0
  730. tech_icons-0.0.1/tech_icons/icons/aws/storage/elastic-file-system-elastic-throughput.svg +7 -0
  731. tech_icons-0.0.1/tech_icons/icons/aws/storage/elastic-file-system-file-system.svg +7 -0
  732. tech_icons-0.0.1/tech_icons/icons/aws/storage/file-cache-hybrid-nfs-linked-datasets.svg +7 -0
  733. tech_icons-0.0.1/tech_icons/icons/aws/storage/file-cache-on-premises-nfs-linked-datasets.svg +7 -0
  734. tech_icons-0.0.1/tech_icons/icons/aws/storage/file-cache-s3-linked-datasets.svg +7 -0
  735. tech_icons-0.0.1/tech_icons/icons/aws/storage/file-cache.svg +10 -0
  736. tech_icons-0.0.1/tech_icons/icons/aws/storage/fsx-for-lustre.svg +10 -0
  737. tech_icons-0.0.1/tech_icons/icons/aws/storage/fsx-for-netapp-ontap.svg +12 -0
  738. tech_icons-0.0.1/tech_icons/icons/aws/storage/fsx-for-openzfs.svg +10 -0
  739. tech_icons-0.0.1/tech_icons/icons/aws/storage/fsx-for-wfs.svg +12 -0
  740. tech_icons-0.0.1/tech_icons/icons/aws/storage/fsx.svg +12 -0
  741. tech_icons-0.0.1/tech_icons/icons/aws/storage/s3-on-outposts.svg +12 -0
  742. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-bucket-with-objects.svg +7 -0
  743. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-bucket.svg +7 -0
  744. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-directory-bucket.svg +3 -0
  745. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-general-access-points.svg +7 -0
  746. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-glacier-archive.svg +7 -0
  747. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-glacier-vault.svg +7 -0
  748. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-glacier.svg +10 -0
  749. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-object.svg +7 -0
  750. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-s3-batch-operations.svg +7 -0
  751. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-s3-express-one-zone.svg +10 -0
  752. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-s3-files.svg +3 -0
  753. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-s3-glacier-deep-archive.svg +7 -0
  754. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-s3-glacier-flexible-retrieval.svg +7 -0
  755. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-s3-glacier-instant-retrieval.svg +7 -0
  756. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-s3-intelligent-tiering.svg +7 -0
  757. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-s3-multi-region-access-points.svg +7 -0
  758. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-s3-object-lambda-access-points.svg +7 -0
  759. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-s3-object-lambda.svg +7 -0
  760. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-s3-object-lock.svg +7 -0
  761. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-s3-on-outposts.svg +7 -0
  762. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-s3-one-zone-ia.svg +7 -0
  763. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-s3-replication-time-control.svg +7 -0
  764. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-s3-replication.svg +7 -0
  765. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-s3-select.svg +7 -0
  766. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-s3-standard-ia.svg +7 -0
  767. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-s3-standard.svg +7 -0
  768. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-s3-storage-lens.svg +7 -0
  769. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-s3-tables.svg +3 -0
  770. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-s3-vectors.svg +3 -0
  771. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service-vpc-access-points.svg +7 -0
  772. tech_icons-0.0.1/tech_icons/icons/aws/storage/simple-storage-service.svg +12 -0
  773. tech_icons-0.0.1/tech_icons/icons/aws/storage/snowball-edge.svg +14 -0
  774. tech_icons-0.0.1/tech_icons/icons/aws/storage/snowball-snowball-import-export.svg +7 -0
  775. tech_icons-0.0.1/tech_icons/icons/aws/storage/snowball.svg +10 -0
  776. tech_icons-0.0.1/tech_icons/icons/aws/storage/storage-gateway-amazon-fsx-file-gateway.svg +7 -0
  777. tech_icons-0.0.1/tech_icons/icons/aws/storage/storage-gateway-amazon-s3-file-gateway.svg +7 -0
  778. tech_icons-0.0.1/tech_icons/icons/aws/storage/storage-gateway-cached-volume.svg +7 -0
  779. tech_icons-0.0.1/tech_icons/icons/aws/storage/storage-gateway-file-gateway.svg +7 -0
  780. tech_icons-0.0.1/tech_icons/icons/aws/storage/storage-gateway-noncached-volume.svg +7 -0
  781. tech_icons-0.0.1/tech_icons/icons/aws/storage/storage-gateway-tape-gateway.svg +7 -0
  782. tech_icons-0.0.1/tech_icons/icons/aws/storage/storage-gateway-virtual-tape-library.svg +7 -0
  783. tech_icons-0.0.1/tech_icons/icons/aws/storage/storage-gateway-volume-gateway.svg +7 -0
  784. tech_icons-0.0.1/tech_icons/icons/aws/storage/storage-gateway.svg +10 -0
  785. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/ai-studio.svg +1 -0
  786. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/anomaly-detector.svg +1 -0
  787. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/azure-applied-ai-services.svg +1 -0
  788. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/azure-experimentation-studio.svg +2 -0
  789. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/azure-object-understanding.svg +1 -0
  790. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/azure-openai.svg +1 -0
  791. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/batch-ai.svg +1 -0
  792. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/bonsai.svg +1 -0
  793. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/bot-services.svg +1 -0
  794. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/cognitive-search.svg +1 -0
  795. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/cognitive-services-decisions.svg +1 -0
  796. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/cognitive-services.svg +1 -0
  797. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/computer-vision.svg +1 -0
  798. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/content-moderators.svg +1 -0
  799. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/content-safety.svg +1 -0
  800. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/custom-vision.svg +1 -0
  801. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/face-apis.svg +1 -0
  802. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/form-recognizers.svg +1 -0
  803. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/genomics-accounts.svg +1 -0
  804. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/genomics.svg +1 -0
  805. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/immersive-readers.svg +1 -0
  806. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/language-understanding.svg +1 -0
  807. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/language.svg +1 -0
  808. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/machine-learning-studio-classic-web-services.svg +1 -0
  809. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/machine-learning-studio-web-service-plans.svg +1 -0
  810. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/machine-learning-studio-workspaces.svg +1 -0
  811. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/machine-learning.svg +1 -0
  812. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/metrics-advisor.svg +1 -0
  813. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/personalizers.svg +1 -0
  814. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/qna-makers.svg +1 -0
  815. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/serverless-search.svg +1 -0
  816. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/speech-services.svg +1 -0
  817. tech_icons-0.0.1/tech_icons/icons/azure/ai-and-machine-learning/translator-text.svg +2 -0
  818. tech_icons-0.0.1/tech_icons/icons/azure/analytics/analysis-services.svg +1 -0
  819. tech_icons-0.0.1/tech_icons/icons/azure/analytics/azure-data-explorer-clusters.svg +1 -0
  820. tech_icons-0.0.1/tech_icons/icons/azure/analytics/azure-databricks.svg +1 -0
  821. tech_icons-0.0.1/tech_icons/icons/azure/analytics/azure-synapse-analytics.svg +1 -0
  822. tech_icons-0.0.1/tech_icons/icons/azure/analytics/azure-workbooks.svg +1 -0
  823. tech_icons-0.0.1/tech_icons/icons/azure/analytics/data-factories.svg +1 -0
  824. tech_icons-0.0.1/tech_icons/icons/azure/analytics/data-lake-analytics.svg +1 -0
  825. tech_icons-0.0.1/tech_icons/icons/azure/analytics/data-lake-store-gen1.svg +1 -0
  826. tech_icons-0.0.1/tech_icons/icons/azure/analytics/endpoint-analytics.svg +2 -0
  827. tech_icons-0.0.1/tech_icons/icons/azure/analytics/event-hub-clusters.svg +1 -0
  828. tech_icons-0.0.1/tech_icons/icons/azure/analytics/event-hubs.svg +1 -0
  829. tech_icons-0.0.1/tech_icons/icons/azure/analytics/hd-insight-clusters.svg +1 -0
  830. tech_icons-0.0.1/tech_icons/icons/azure/analytics/log-analytics-workspaces.svg +1 -0
  831. tech_icons-0.0.1/tech_icons/icons/azure/analytics/power-bi-embedded.svg +1 -0
  832. tech_icons-0.0.1/tech_icons/icons/azure/analytics/power-platform.svg +1 -0
  833. tech_icons-0.0.1/tech_icons/icons/azure/analytics/private-link-services.svg +1 -0
  834. tech_icons-0.0.1/tech_icons/icons/azure/analytics/stream-analytics-jobs.svg +1 -0
  835. tech_icons-0.0.1/tech_icons/icons/azure/app-services/app-service-certificates.svg +1 -0
  836. tech_icons-0.0.1/tech_icons/icons/azure/app-services/app-service-domains.svg +1 -0
  837. tech_icons-0.0.1/tech_icons/icons/azure/app-services/app-service-environments.svg +1 -0
  838. tech_icons-0.0.1/tech_icons/icons/azure/app-services/app-service-plans.svg +1 -0
  839. tech_icons-0.0.1/tech_icons/icons/azure/app-services/app-services.svg +1 -0
  840. tech_icons-0.0.1/tech_icons/icons/azure/app-services/cdn-profiles.svg +1 -0
  841. tech_icons-0.0.1/tech_icons/icons/azure/app-services/cognitive-search.svg +1 -0
  842. tech_icons-0.0.1/tech_icons/icons/azure/app-services/notification-hubs.svg +1 -0
  843. tech_icons-0.0.1/tech_icons/icons/azure/azure-ecosystem/applens.svg +1 -0
  844. tech_icons-0.0.1/tech_icons/icons/azure/azure-ecosystem/azure-hybrid-center.svg +1 -0
  845. tech_icons-0.0.1/tech_icons/icons/azure/azure-ecosystem/collaborative-service.svg +2 -0
  846. tech_icons-0.0.1/tech_icons/icons/azure/azure-stack/capacity.svg +1 -0
  847. tech_icons-0.0.1/tech_icons/icons/azure/azure-stack/infrastructure-backup.svg +1 -0
  848. tech_icons-0.0.1/tech_icons/icons/azure/azure-stack/multi-tenancy.svg +1 -0
  849. tech_icons-0.0.1/tech_icons/icons/azure/azure-stack/offers.svg +1 -0
  850. tech_icons-0.0.1/tech_icons/icons/azure/azure-stack/plans.svg +1 -0
  851. tech_icons-0.0.1/tech_icons/icons/azure/azure-stack/updates.svg +1 -0
  852. tech_icons-0.0.1/tech_icons/icons/azure/azure-stack/user-subscriptions.svg +1 -0
  853. tech_icons-0.0.1/tech_icons/icons/azure/blockchain/abs-member.svg +1 -0
  854. tech_icons-0.0.1/tech_icons/icons/azure/blockchain/azure-blockchain-service.svg +1 -0
  855. tech_icons-0.0.1/tech_icons/icons/azure/blockchain/azure-token-service.svg +1 -0
  856. tech_icons-0.0.1/tech_icons/icons/azure/blockchain/blockchain-applications.svg +1 -0
  857. tech_icons-0.0.1/tech_icons/icons/azure/blockchain/consortium.svg +1 -0
  858. tech_icons-0.0.1/tech_icons/icons/azure/blockchain/outbound-connection.svg +1 -0
  859. tech_icons-0.0.1/tech_icons/icons/azure/compute/aks-automatic.svg +1 -0
  860. tech_icons-0.0.1/tech_icons/icons/azure/compute/app-services.svg +1 -0
  861. tech_icons-0.0.1/tech_icons/icons/azure/compute/application-group.svg +1 -0
  862. tech_icons-0.0.1/tech_icons/icons/azure/compute/automanaged-vm.svg +2 -0
  863. tech_icons-0.0.1/tech_icons/icons/azure/compute/availability-sets.svg +1 -0
  864. tech_icons-0.0.1/tech_icons/icons/azure/compute/azure-compute-galleries.svg +1 -0
  865. tech_icons-0.0.1/tech_icons/icons/azure/compute/azure-spring-apps.svg +1 -0
  866. tech_icons-0.0.1/tech_icons/icons/azure/compute/batch-accounts.svg +1 -0
  867. tech_icons-0.0.1/tech_icons/icons/azure/compute/cloud-services-classic.svg +1 -0
  868. tech_icons-0.0.1/tech_icons/icons/azure/compute/compute-fleet.svg +1 -0
  869. tech_icons-0.0.1/tech_icons/icons/azure/compute/container-instances.svg +1 -0
  870. tech_icons-0.0.1/tech_icons/icons/azure/compute/container-services-deprecated.svg +1 -0
  871. tech_icons-0.0.1/tech_icons/icons/azure/compute/disk-encryption-sets.svg +1 -0
  872. tech_icons-0.0.1/tech_icons/icons/azure/compute/disks-classic.svg +1 -0
  873. tech_icons-0.0.1/tech_icons/icons/azure/compute/disks-snapshots.svg +1 -0
  874. tech_icons-0.0.1/tech_icons/icons/azure/compute/disks.svg +1 -0
  875. tech_icons-0.0.1/tech_icons/icons/azure/compute/function-apps.svg +1 -0
  876. tech_icons-0.0.1/tech_icons/icons/azure/compute/host-groups.svg +1 -0
  877. tech_icons-0.0.1/tech_icons/icons/azure/compute/host-pools.svg +1 -0
  878. tech_icons-0.0.1/tech_icons/icons/azure/compute/hosts.svg +1 -0
  879. tech_icons-0.0.1/tech_icons/icons/azure/compute/image-definitions.svg +1 -0
  880. tech_icons-0.0.1/tech_icons/icons/azure/compute/image-templates.svg +1 -0
  881. tech_icons-0.0.1/tech_icons/icons/azure/compute/image-versions.svg +1 -0
  882. tech_icons-0.0.1/tech_icons/icons/azure/compute/images.svg +1 -0
  883. tech_icons-0.0.1/tech_icons/icons/azure/compute/kubernetes-services.svg +1 -0
  884. tech_icons-0.0.1/tech_icons/icons/azure/compute/maintenance-configuration.svg +1 -0
  885. tech_icons-0.0.1/tech_icons/icons/azure/compute/managed-service-fabric.svg +1 -0
  886. tech_icons-0.0.1/tech_icons/icons/azure/compute/mesh-applications.svg +1 -0
  887. tech_icons-0.0.1/tech_icons/icons/azure/compute/metrics-advisor.svg +1 -0
  888. tech_icons-0.0.1/tech_icons/icons/azure/compute/os-images-classic.svg +1 -0
  889. tech_icons-0.0.1/tech_icons/icons/azure/compute/restore-points-collections.svg +1 -0
  890. tech_icons-0.0.1/tech_icons/icons/azure/compute/restore-points.svg +1 -0
  891. tech_icons-0.0.1/tech_icons/icons/azure/compute/service-fabric-clusters.svg +1 -0
  892. tech_icons-0.0.1/tech_icons/icons/azure/compute/shared-image-galleries.svg +1 -0
  893. tech_icons-0.0.1/tech_icons/icons/azure/compute/virtual-machine.svg +1 -0
  894. tech_icons-0.0.1/tech_icons/icons/azure/compute/virtual-machines-classic.svg +1 -0
  895. tech_icons-0.0.1/tech_icons/icons/azure/compute/vm-images-classic.svg +1 -0
  896. tech_icons-0.0.1/tech_icons/icons/azure/compute/vm-scale-sets.svg +1 -0
  897. tech_icons-0.0.1/tech_icons/icons/azure/compute/workspaces.svg +1 -0
  898. tech_icons-0.0.1/tech_icons/icons/azure/containers/app-services.svg +1 -0
  899. tech_icons-0.0.1/tech_icons/icons/azure/containers/azure-red-hat-openshift.svg +1 -0
  900. tech_icons-0.0.1/tech_icons/icons/azure/containers/batch-accounts.svg +1 -0
  901. tech_icons-0.0.1/tech_icons/icons/azure/containers/container-instances.svg +1 -0
  902. tech_icons-0.0.1/tech_icons/icons/azure/containers/container-registries.svg +1 -0
  903. tech_icons-0.0.1/tech_icons/icons/azure/containers/kubernetes-services.svg +1 -0
  904. tech_icons-0.0.1/tech_icons/icons/azure/containers/service-fabric-clusters.svg +1 -0
  905. tech_icons-0.0.1/tech_icons/icons/azure/databases/azure-cosmos-db.svg +1 -0
  906. tech_icons-0.0.1/tech_icons/icons/azure/databases/azure-data-explorer-clusters.svg +1 -0
  907. tech_icons-0.0.1/tech_icons/icons/azure/databases/azure-database-mariadb-server.svg +1 -0
  908. tech_icons-0.0.1/tech_icons/icons/azure/databases/azure-database-migration-services.svg +1 -0
  909. tech_icons-0.0.1/tech_icons/icons/azure/databases/azure-database-mysql-server.svg +1 -0
  910. tech_icons-0.0.1/tech_icons/icons/azure/databases/azure-database-postgresql-server-group.svg +1 -0
  911. tech_icons-0.0.1/tech_icons/icons/azure/databases/azure-database-postgresql-server.svg +1 -0
  912. tech_icons-0.0.1/tech_icons/icons/azure/databases/azure-sql-edge.svg +1 -0
  913. tech_icons-0.0.1/tech_icons/icons/azure/databases/azure-sql-server-stretch-databases.svg +1 -0
  914. tech_icons-0.0.1/tech_icons/icons/azure/databases/azure-sql-vm.svg +1 -0
  915. tech_icons-0.0.1/tech_icons/icons/azure/databases/azure-sql.svg +2 -0
  916. tech_icons-0.0.1/tech_icons/icons/azure/databases/azure-synapse-analytics.svg +1 -0
  917. tech_icons-0.0.1/tech_icons/icons/azure/databases/cache-redis.svg +1 -0
  918. tech_icons-0.0.1/tech_icons/icons/azure/databases/data-factories.svg +1 -0
  919. tech_icons-0.0.1/tech_icons/icons/azure/databases/elastic-job-agents.svg +1 -0
  920. tech_icons-0.0.1/tech_icons/icons/azure/databases/instance-pools.svg +1 -0
  921. tech_icons-0.0.1/tech_icons/icons/azure/databases/managed-database.svg +1 -0
  922. tech_icons-0.0.1/tech_icons/icons/azure/databases/oracle-database.svg +1 -0
  923. tech_icons-0.0.1/tech_icons/icons/azure/databases/sql-data-warehouses.svg +1 -0
  924. tech_icons-0.0.1/tech_icons/icons/azure/databases/sql-database.svg +1 -0
  925. tech_icons-0.0.1/tech_icons/icons/azure/databases/sql-elastic-pools.svg +1 -0
  926. tech_icons-0.0.1/tech_icons/icons/azure/databases/sql-managed-instance.svg +1 -0
  927. tech_icons-0.0.1/tech_icons/icons/azure/databases/sql-server-registries.svg +1 -0
  928. tech_icons-0.0.1/tech_icons/icons/azure/databases/sql-server.svg +1 -0
  929. tech_icons-0.0.1/tech_icons/icons/azure/databases/ssis-lift-and-shift-ir.svg +2 -0
  930. tech_icons-0.0.1/tech_icons/icons/azure/databases/virtual-clusters.svg +1 -0
  931. tech_icons-0.0.1/tech_icons/icons/azure/devops/api-connections.svg +1 -0
  932. tech_icons-0.0.1/tech_icons/icons/azure/devops/api-management-services.svg +1 -0
  933. tech_icons-0.0.1/tech_icons/icons/azure/devops/application-insights.svg +1 -0
  934. tech_icons-0.0.1/tech_icons/icons/azure/devops/azure-devops.svg +1 -0
  935. tech_icons-0.0.1/tech_icons/icons/azure/devops/change-analysis.svg +1 -0
  936. tech_icons-0.0.1/tech_icons/icons/azure/devops/cloudtest.svg +2 -0
  937. tech_icons-0.0.1/tech_icons/icons/azure/devops/code-optimization.svg +1 -0
  938. tech_icons-0.0.1/tech_icons/icons/azure/devops/devops-starter.svg +1 -0
  939. tech_icons-0.0.1/tech_icons/icons/azure/devops/devtest-labs.svg +1 -0
  940. tech_icons-0.0.1/tech_icons/icons/azure/devops/lab-accounts.svg +1 -0
  941. tech_icons-0.0.1/tech_icons/icons/azure/devops/lab-services.svg +1 -0
  942. tech_icons-0.0.1/tech_icons/icons/azure/devops/load-testing.svg +1 -0
  943. tech_icons-0.0.1/tech_icons/icons/azure/devops/managed-devops-pools.svg +1 -0
  944. tech_icons-0.0.1/tech_icons/icons/azure/devops/workspace-gateway.svg +1 -0
  945. tech_icons-0.0.1/tech_icons/icons/azure/general/all-resources.svg +1 -0
  946. tech_icons-0.0.1/tech_icons/icons/azure/general/backlog.svg +1 -0
  947. tech_icons-0.0.1/tech_icons/icons/azure/general/biz-talk.svg +1 -0
  948. tech_icons-0.0.1/tech_icons/icons/azure/general/blob-block.svg +1 -0
  949. tech_icons-0.0.1/tech_icons/icons/azure/general/blob-page.svg +1 -0
  950. tech_icons-0.0.1/tech_icons/icons/azure/general/branch.svg +1 -0
  951. tech_icons-0.0.1/tech_icons/icons/azure/general/browser.svg +1 -0
  952. tech_icons-0.0.1/tech_icons/icons/azure/general/bug.svg +1 -0
  953. tech_icons-0.0.1/tech_icons/icons/azure/general/builds.svg +1 -0
  954. tech_icons-0.0.1/tech_icons/icons/azure/general/cache.svg +1 -0
  955. tech_icons-0.0.1/tech_icons/icons/azure/general/code.svg +1 -0
  956. tech_icons-0.0.1/tech_icons/icons/azure/general/commit.svg +1 -0
  957. tech_icons-0.0.1/tech_icons/icons/azure/general/controls-horizontal.svg +1 -0
  958. tech_icons-0.0.1/tech_icons/icons/azure/general/controls.svg +1 -0
  959. tech_icons-0.0.1/tech_icons/icons/azure/general/cost-alerts.svg +1 -0
  960. tech_icons-0.0.1/tech_icons/icons/azure/general/cost-analysis.svg +1 -0
  961. tech_icons-0.0.1/tech_icons/icons/azure/general/cost-budgets.svg +1 -0
  962. tech_icons-0.0.1/tech_icons/icons/azure/general/cost-management-and-billing.svg +1 -0
  963. tech_icons-0.0.1/tech_icons/icons/azure/general/cost-management.svg +1 -0
  964. tech_icons-0.0.1/tech_icons/icons/azure/general/counter.svg +1 -0
  965. tech_icons-0.0.1/tech_icons/icons/azure/general/cubes.svg +1 -0
  966. tech_icons-0.0.1/tech_icons/icons/azure/general/dashboard.svg +2 -0
  967. tech_icons-0.0.1/tech_icons/icons/azure/general/dev-console.svg +1 -0
  968. tech_icons-0.0.1/tech_icons/icons/azure/general/download.svg +1 -0
  969. tech_icons-0.0.1/tech_icons/icons/azure/general/error.svg +1 -0
  970. tech_icons-0.0.1/tech_icons/icons/azure/general/extensions.svg +1 -0
  971. tech_icons-0.0.1/tech_icons/icons/azure/general/feature-previews.svg +1 -0
  972. tech_icons-0.0.1/tech_icons/icons/azure/general/file.svg +1 -0
  973. tech_icons-0.0.1/tech_icons/icons/azure/general/files.svg +1 -0
  974. tech_icons-0.0.1/tech_icons/icons/azure/general/folder-blank.svg +1 -0
  975. tech_icons-0.0.1/tech_icons/icons/azure/general/folder-website.svg +1 -0
  976. tech_icons-0.0.1/tech_icons/icons/azure/general/free-services.svg +1 -0
  977. tech_icons-0.0.1/tech_icons/icons/azure/general/ftp.svg +1 -0
  978. tech_icons-0.0.1/tech_icons/icons/azure/general/gear.svg +1 -0
  979. tech_icons-0.0.1/tech_icons/icons/azure/general/globe-error.svg +1 -0
  980. tech_icons-0.0.1/tech_icons/icons/azure/general/globe-success.svg +1 -0
  981. tech_icons-0.0.1/tech_icons/icons/azure/general/globe-warning.svg +1 -0
  982. tech_icons-0.0.1/tech_icons/icons/azure/general/guide.svg +1 -0
  983. tech_icons-0.0.1/tech_icons/icons/azure/general/heart.svg +1 -0
  984. tech_icons-0.0.1/tech_icons/icons/azure/general/help-and-support.svg +1 -0
  985. tech_icons-0.0.1/tech_icons/icons/azure/general/image.svg +1 -0
  986. tech_icons-0.0.1/tech_icons/icons/azure/general/information.svg +1 -0
  987. tech_icons-0.0.1/tech_icons/icons/azure/general/input-output.svg +1 -0
  988. tech_icons-0.0.1/tech_icons/icons/azure/general/journey-hub.svg +1 -0
  989. tech_icons-0.0.1/tech_icons/icons/azure/general/launch-portal.svg +1 -0
  990. tech_icons-0.0.1/tech_icons/icons/azure/general/learn.svg +1 -0
  991. tech_icons-0.0.1/tech_icons/icons/azure/general/load-test.svg +1 -0
  992. tech_icons-0.0.1/tech_icons/icons/azure/general/location.svg +1 -0
  993. tech_icons-0.0.1/tech_icons/icons/azure/general/log-streaming.svg +1 -0
  994. tech_icons-0.0.1/tech_icons/icons/azure/general/management-groups.svg +1 -0
  995. tech_icons-0.0.1/tech_icons/icons/azure/general/management-portal.svg +1 -0
  996. tech_icons-0.0.1/tech_icons/icons/azure/general/marketplace-management.svg +1 -0
  997. tech_icons-0.0.1/tech_icons/icons/azure/general/marketplace.svg +1 -0
  998. tech_icons-0.0.1/tech_icons/icons/azure/general/media-file.svg +1 -0
  999. tech_icons-0.0.1/tech_icons/icons/azure/general/media.svg +1 -0
  1000. tech_icons-0.0.1/tech_icons/icons/azure/general/mobile-engagement.svg +1 -0
  1001. tech_icons-0.0.1/tech_icons/icons/azure/general/mobile.svg +1 -0
  1002. tech_icons-0.0.1/tech_icons/icons/azure/general/module.svg +1 -0
  1003. tech_icons-0.0.1/tech_icons/icons/azure/general/power-up.svg +1 -0
  1004. tech_icons-0.0.1/tech_icons/icons/azure/general/power.svg +1 -0
  1005. tech_icons-0.0.1/tech_icons/icons/azure/general/powershell.svg +1 -0
  1006. tech_icons-0.0.1/tech_icons/icons/azure/general/preview-features.svg +1 -0
  1007. tech_icons-0.0.1/tech_icons/icons/azure/general/process-explorer.svg +1 -0
  1008. tech_icons-0.0.1/tech_icons/icons/azure/general/production-ready-database.svg +1 -0
  1009. tech_icons-0.0.1/tech_icons/icons/azure/general/quickstart-center.svg +1 -0
  1010. tech_icons-0.0.1/tech_icons/icons/azure/general/recent.svg +1 -0
  1011. tech_icons-0.0.1/tech_icons/icons/azure/general/region-management.svg +1 -0
  1012. tech_icons-0.0.1/tech_icons/icons/azure/general/reservations.svg +1 -0
  1013. tech_icons-0.0.1/tech_icons/icons/azure/general/resource-explorer.svg +1 -0
  1014. tech_icons-0.0.1/tech_icons/icons/azure/general/resource-group-list.svg +1 -0
  1015. tech_icons-0.0.1/tech_icons/icons/azure/general/resource-groups.svg +1 -0
  1016. tech_icons-0.0.1/tech_icons/icons/azure/general/resource-linked.svg +1 -0
  1017. tech_icons-0.0.1/tech_icons/icons/azure/general/scheduler.svg +1 -0
  1018. tech_icons-0.0.1/tech_icons/icons/azure/general/search-grid.svg +1 -0
  1019. tech_icons-0.0.1/tech_icons/icons/azure/general/search.svg +1 -0
  1020. tech_icons-0.0.1/tech_icons/icons/azure/general/server-farm.svg +1 -0
  1021. tech_icons-0.0.1/tech_icons/icons/azure/general/service-health.svg +1 -0
  1022. tech_icons-0.0.1/tech_icons/icons/azure/general/ssd.svg +1 -0
  1023. tech_icons-0.0.1/tech_icons/icons/azure/general/storage-azure-files.svg +1 -0
  1024. tech_icons-0.0.1/tech_icons/icons/azure/general/storage-container.svg +1 -0
  1025. tech_icons-0.0.1/tech_icons/icons/azure/general/storage-queue.svg +1 -0
  1026. tech_icons-0.0.1/tech_icons/icons/azure/general/subscriptions.svg +1 -0
  1027. tech_icons-0.0.1/tech_icons/icons/azure/general/table.svg +1 -0
  1028. tech_icons-0.0.1/tech_icons/icons/azure/general/tag.svg +1 -0
  1029. tech_icons-0.0.1/tech_icons/icons/azure/general/tags.svg +1 -0
  1030. tech_icons-0.0.1/tech_icons/icons/azure/general/templates.svg +1 -0
  1031. tech_icons-0.0.1/tech_icons/icons/azure/general/tfs-vc-repository.svg +1 -0
  1032. tech_icons-0.0.1/tech_icons/icons/azure/general/toolbox.svg +1 -0
  1033. tech_icons-0.0.1/tech_icons/icons/azure/general/troubleshoot.svg +1 -0
  1034. tech_icons-0.0.1/tech_icons/icons/azure/general/versions.svg +1 -0
  1035. tech_icons-0.0.1/tech_icons/icons/azure/general/web-slots.svg +1 -0
  1036. tech_icons-0.0.1/tech_icons/icons/azure/general/web-test.svg +1 -0
  1037. tech_icons-0.0.1/tech_icons/icons/azure/general/website-power.svg +1 -0
  1038. tech_icons-0.0.1/tech_icons/icons/azure/general/website-staging.svg +1 -0
  1039. tech_icons-0.0.1/tech_icons/icons/azure/general/workbooks.svg +1 -0
  1040. tech_icons-0.0.1/tech_icons/icons/azure/general/workflow.svg +1 -0
  1041. tech_icons-0.0.1/tech_icons/icons/azure/hybrid-and-multicloud/azure-monitor-pipeline.svg +1 -0
  1042. tech_icons-0.0.1/tech_icons/icons/azure/hybrid-and-multicloud/azure-operator-5g-core.svg +1 -0
  1043. tech_icons-0.0.1/tech_icons/icons/azure/hybrid-and-multicloud/azure-operator-insights.svg +1 -0
  1044. tech_icons-0.0.1/tech_icons/icons/azure/hybrid-and-multicloud/azure-operator-nexus.svg +1 -0
  1045. tech_icons-0.0.1/tech_icons/icons/azure/hybrid-and-multicloud/azure-operator-service-manager.svg +1 -0
  1046. tech_icons-0.0.1/tech_icons/icons/azure/hybrid-and-multicloud/azure-programmable-connectivity.svg +1 -0
  1047. tech_icons-0.0.1/tech_icons/icons/azure/identity/active-directory-connect-health.svg +1 -0
  1048. tech_icons-0.0.1/tech_icons/icons/azure/identity/administrative-units.svg +1 -0
  1049. tech_icons-0.0.1/tech_icons/icons/azure/identity/api-proxy.svg +2 -0
  1050. tech_icons-0.0.1/tech_icons/icons/azure/identity/app-registrations.svg +1 -0
  1051. tech_icons-0.0.1/tech_icons/icons/azure/identity/azure-ad-b2c.svg +1 -0
  1052. tech_icons-0.0.1/tech_icons/icons/azure/identity/azure-information-protection.svg +1 -0
  1053. tech_icons-0.0.1/tech_icons/icons/azure/identity/enterprise-applications.svg +1 -0
  1054. tech_icons-0.0.1/tech_icons/icons/azure/identity/entra-connect-health.svg +1 -0
  1055. tech_icons-0.0.1/tech_icons/icons/azure/identity/entra-connect-sync.svg +1 -0
  1056. tech_icons-0.0.1/tech_icons/icons/azure/identity/entra-connect.svg +1 -0
  1057. tech_icons-0.0.1/tech_icons/icons/azure/identity/entra-domain-services.svg +1 -0
  1058. tech_icons-0.0.1/tech_icons/icons/azure/identity/entra-global-secure-access.svg +1 -0
  1059. tech_icons-0.0.1/tech_icons/icons/azure/identity/entra-id-protection.svg +1 -0
  1060. tech_icons-0.0.1/tech_icons/icons/azure/identity/entra-identity-custom-roles.svg +1 -0
  1061. tech_icons-0.0.1/tech_icons/icons/azure/identity/entra-identity-licenses.svg +1 -0
  1062. tech_icons-0.0.1/tech_icons/icons/azure/identity/entra-identity-roles-and-administrators.svg +1 -0
  1063. tech_icons-0.0.1/tech_icons/icons/azure/identity/entra-internet-access.svg +1 -0
  1064. tech_icons-0.0.1/tech_icons/icons/azure/identity/entra-managed-identities.svg +1 -0
  1065. tech_icons-0.0.1/tech_icons/icons/azure/identity/entra-private-access.svg +1 -0
  1066. tech_icons-0.0.1/tech_icons/icons/azure/identity/entra-privleged-identity-management.svg +1 -0
  1067. tech_icons-0.0.1/tech_icons/icons/azure/identity/entra-verified-id.svg +1 -0
  1068. tech_icons-0.0.1/tech_icons/icons/azure/identity/external-identities.svg +1 -0
  1069. tech_icons-0.0.1/tech_icons/icons/azure/identity/groups.svg +1 -0
  1070. tech_icons-0.0.1/tech_icons/icons/azure/identity/identity-governance.svg +1 -0
  1071. tech_icons-0.0.1/tech_icons/icons/azure/identity/managed-identities.svg +1 -0
  1072. tech_icons-0.0.1/tech_icons/icons/azure/identity/multi-factor-authentication.svg +1 -0
  1073. tech_icons-0.0.1/tech_icons/icons/azure/identity/security.svg +1 -0
  1074. tech_icons-0.0.1/tech_icons/icons/azure/identity/tenant-properties.svg +1 -0
  1075. tech_icons-0.0.1/tech_icons/icons/azure/identity/user-settings.svg +1 -0
  1076. tech_icons-0.0.1/tech_icons/icons/azure/identity/users.svg +1 -0
  1077. tech_icons-0.0.1/tech_icons/icons/azure/identity/verifiable-credentials.svg +1 -0
  1078. tech_icons-0.0.1/tech_icons/icons/azure/identity/verification-as-a-service.svg +1 -0
  1079. tech_icons-0.0.1/tech_icons/icons/azure/integration/api-connections.svg +1 -0
  1080. tech_icons-0.0.1/tech_icons/icons/azure/integration/api-management-services.svg +1 -0
  1081. tech_icons-0.0.1/tech_icons/icons/azure/integration/app-configuration.svg +1 -0
  1082. tech_icons-0.0.1/tech_icons/icons/azure/integration/azure-api-for-fhir.svg +1 -0
  1083. tech_icons-0.0.1/tech_icons/icons/azure/integration/azure-data-catalog.svg +1 -0
  1084. tech_icons-0.0.1/tech_icons/icons/azure/integration/azure-databox-gateway.svg +1 -0
  1085. tech_icons-0.0.1/tech_icons/icons/azure/integration/azure-service-bus.svg +1 -0
  1086. tech_icons-0.0.1/tech_icons/icons/azure/integration/azure-sql-server-stretch-databases.svg +1 -0
  1087. tech_icons-0.0.1/tech_icons/icons/azure/integration/azure-stack-edge.svg +1 -0
  1088. tech_icons-0.0.1/tech_icons/icons/azure/integration/business-process-tracking.svg +1 -0
  1089. tech_icons-0.0.1/tech_icons/icons/azure/integration/data-factories.svg +1 -0
  1090. tech_icons-0.0.1/tech_icons/icons/azure/integration/event-grid-domains.svg +1 -0
  1091. tech_icons-0.0.1/tech_icons/icons/azure/integration/event-grid-subscriptions.svg +1 -0
  1092. tech_icons-0.0.1/tech_icons/icons/azure/integration/event-grid-topics.svg +1 -0
  1093. tech_icons-0.0.1/tech_icons/icons/azure/integration/integration-accounts.svg +1 -0
  1094. tech_icons-0.0.1/tech_icons/icons/azure/integration/integration-environments.svg +1 -0
  1095. tech_icons-0.0.1/tech_icons/icons/azure/integration/integration-service-environments.svg +1 -0
  1096. tech_icons-0.0.1/tech_icons/icons/azure/integration/logic-apps-custom-connector.svg +1 -0
  1097. tech_icons-0.0.1/tech_icons/icons/azure/integration/logic-apps.svg +1 -0
  1098. tech_icons-0.0.1/tech_icons/icons/azure/integration/partner-namespace.svg +2 -0
  1099. tech_icons-0.0.1/tech_icons/icons/azure/integration/partner-registration.svg +2 -0
  1100. tech_icons-0.0.1/tech_icons/icons/azure/integration/partner-topic.svg +2 -0
  1101. tech_icons-0.0.1/tech_icons/icons/azure/integration/power-platform.svg +1 -0
  1102. tech_icons-0.0.1/tech_icons/icons/azure/integration/relays.svg +1 -0
  1103. tech_icons-0.0.1/tech_icons/icons/azure/integration/sendgrid-accounts.svg +1 -0
  1104. tech_icons-0.0.1/tech_icons/icons/azure/integration/software-as-a-service.svg +1 -0
  1105. tech_icons-0.0.1/tech_icons/icons/azure/integration/sql-data-warehouses.svg +1 -0
  1106. tech_icons-0.0.1/tech_icons/icons/azure/integration/storsimple-device-managers.svg +1 -0
  1107. tech_icons-0.0.1/tech_icons/icons/azure/integration/system-topic.svg +2 -0
  1108. tech_icons-0.0.1/tech_icons/icons/azure/intune/client-apps.svg +1 -0
  1109. tech_icons-0.0.1/tech_icons/icons/azure/intune/device-compliance.svg +1 -0
  1110. tech_icons-0.0.1/tech_icons/icons/azure/intune/device-configuration.svg +1 -0
  1111. tech_icons-0.0.1/tech_icons/icons/azure/intune/device-enrollment.svg +1 -0
  1112. tech_icons-0.0.1/tech_icons/icons/azure/intune/device-security-apple.svg +1 -0
  1113. tech_icons-0.0.1/tech_icons/icons/azure/intune/device-security-google.svg +1 -0
  1114. tech_icons-0.0.1/tech_icons/icons/azure/intune/device-security-windows.svg +1 -0
  1115. tech_icons-0.0.1/tech_icons/icons/azure/intune/devices.svg +1 -0
  1116. tech_icons-0.0.1/tech_icons/icons/azure/intune/ebooks.svg +1 -0
  1117. tech_icons-0.0.1/tech_icons/icons/azure/intune/entra-identity-roles-and-administrators.svg +1 -0
  1118. tech_icons-0.0.1/tech_icons/icons/azure/intune/exchange-access.svg +1 -0
  1119. tech_icons-0.0.1/tech_icons/icons/azure/intune/intune-app-protection.svg +1 -0
  1120. tech_icons-0.0.1/tech_icons/icons/azure/intune/intune-for-education.svg +1 -0
  1121. tech_icons-0.0.1/tech_icons/icons/azure/intune/intune.svg +1 -0
  1122. tech_icons-0.0.1/tech_icons/icons/azure/intune/mindaro.svg +1 -0
  1123. tech_icons-0.0.1/tech_icons/icons/azure/intune/security-baselines.svg +1 -0
  1124. tech_icons-0.0.1/tech_icons/icons/azure/intune/software-updates.svg +1 -0
  1125. tech_icons-0.0.1/tech_icons/icons/azure/intune/tenant-status.svg +1 -0
  1126. tech_icons-0.0.1/tech_icons/icons/azure/iot/azure-cosmos-db.svg +1 -0
  1127. tech_icons-0.0.1/tech_icons/icons/azure/iot/azure-databox-gateway.svg +1 -0
  1128. tech_icons-0.0.1/tech_icons/icons/azure/iot/azure-iot-operations.svg +1 -0
  1129. tech_icons-0.0.1/tech_icons/icons/azure/iot/azure-maps-accounts.svg +1 -0
  1130. tech_icons-0.0.1/tech_icons/icons/azure/iot/azure-stack-hci-sizer.svg +1 -0
  1131. tech_icons-0.0.1/tech_icons/icons/azure/iot/azure-stack.svg +1 -0
  1132. tech_icons-0.0.1/tech_icons/icons/azure/iot/device-provisioning-services.svg +1 -0
  1133. tech_icons-0.0.1/tech_icons/icons/azure/iot/digital-twins.svg +2 -0
  1134. tech_icons-0.0.1/tech_icons/icons/azure/iot/event-grid-subscriptions.svg +1 -0
  1135. tech_icons-0.0.1/tech_icons/icons/azure/iot/event-hub-clusters.svg +1 -0
  1136. tech_icons-0.0.1/tech_icons/icons/azure/iot/event-hubs.svg +1 -0
  1137. tech_icons-0.0.1/tech_icons/icons/azure/iot/function-apps.svg +1 -0
  1138. tech_icons-0.0.1/tech_icons/icons/azure/iot/industrial-iot.svg +2 -0
  1139. tech_icons-0.0.1/tech_icons/icons/azure/iot/iot-central-applications.svg +1 -0
  1140. tech_icons-0.0.1/tech_icons/icons/azure/iot/iot-edge.svg +1 -0
  1141. tech_icons-0.0.1/tech_icons/icons/azure/iot/iot-hub.svg +1 -0
  1142. tech_icons-0.0.1/tech_icons/icons/azure/iot/logic-apps.svg +1 -0
  1143. tech_icons-0.0.1/tech_icons/icons/azure/iot/machine-learning-studio-classic-web-services.svg +1 -0
  1144. tech_icons-0.0.1/tech_icons/icons/azure/iot/machine-learning-studio-web-service-plans.svg +1 -0
  1145. tech_icons-0.0.1/tech_icons/icons/azure/iot/machine-learning-studio-workspaces.svg +1 -0
  1146. tech_icons-0.0.1/tech_icons/icons/azure/iot/notification-hub-namespaces.svg +1 -0
  1147. tech_icons-0.0.1/tech_icons/icons/azure/iot/notification-hubs.svg +1 -0
  1148. tech_icons-0.0.1/tech_icons/icons/azure/iot/stack-hci-premium.svg +1 -0
  1149. tech_icons-0.0.1/tech_icons/icons/azure/iot/stream-analytics-jobs.svg +1 -0
  1150. tech_icons-0.0.1/tech_icons/icons/azure/iot/time-series-data-sets.svg +1 -0
  1151. tech_icons-0.0.1/tech_icons/icons/azure/iot/time-series-insights-access-policies.svg +2 -0
  1152. tech_icons-0.0.1/tech_icons/icons/azure/iot/time-series-insights-environments.svg +1 -0
  1153. tech_icons-0.0.1/tech_icons/icons/azure/iot/time-series-insights-event-sources.svg +1 -0
  1154. tech_icons-0.0.1/tech_icons/icons/azure/iot/windows10-core-services.svg +1 -0
  1155. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/activity-log.svg +1 -0
  1156. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/advisor.svg +1 -0
  1157. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/alerts.svg +1 -0
  1158. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/application-insights.svg +1 -0
  1159. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/arc-machines.svg +1 -0
  1160. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/automation-accounts.svg +1 -0
  1161. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/azure-arc.svg +1 -0
  1162. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/azure-lighthouse.svg +1 -0
  1163. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/blueprints.svg +1 -0
  1164. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/compliance.svg +1 -0
  1165. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/cost-management-and-billing.svg +1 -0
  1166. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/customer-lockbox-for-microsoft-azure.svg +1 -0
  1167. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/diagnostics-settings.svg +1 -0
  1168. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/education.svg +1 -0
  1169. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/intune-trends.svg +1 -0
  1170. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/log-analytics-workspaces.svg +1 -0
  1171. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/machinesazurearc.svg +1 -0
  1172. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/managed-applications-center.svg +1 -0
  1173. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/managed-desktop.svg +1 -0
  1174. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/metrics.svg +1 -0
  1175. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/monitor.svg +1 -0
  1176. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/my-customers.svg +1 -0
  1177. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/operation-log-classic.svg +1 -0
  1178. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/policy.svg +1 -0
  1179. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/recovery-services-vaults.svg +1 -0
  1180. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/resource-graph-explorer.svg +1 -0
  1181. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/resources-provider.svg +1 -0
  1182. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/scheduler-job-collections.svg +1 -0
  1183. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/service-catalog-mad.svg +1 -0
  1184. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/service-providers.svg +1 -0
  1185. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/solutions.svg +1 -0
  1186. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/universal-print.svg +1 -0
  1187. tech_icons-0.0.1/tech_icons/icons/azure/management-and-governance/user-privacy.svg +1 -0
  1188. tech_icons-0.0.1/tech_icons/icons/azure/menu/keys.svg +2 -0
  1189. tech_icons-0.0.1/tech_icons/icons/azure/migrate/azure-databox-gateway.svg +1 -0
  1190. tech_icons-0.0.1/tech_icons/icons/azure/migrate/azure-migrate.svg +1 -0
  1191. tech_icons-0.0.1/tech_icons/icons/azure/migrate/azure-stack-edge.svg +1 -0
  1192. tech_icons-0.0.1/tech_icons/icons/azure/migrate/cost-management-and-billing.svg +1 -0
  1193. tech_icons-0.0.1/tech_icons/icons/azure/migrate/data-box.svg +1 -0
  1194. tech_icons-0.0.1/tech_icons/icons/azure/migrate/recovery-services-vaults.svg +1 -0
  1195. tech_icons-0.0.1/tech_icons/icons/azure/migration/azure-database-migration-services.svg +1 -0
  1196. tech_icons-0.0.1/tech_icons/icons/azure/mixed-reality/remote-rendering.svg +1 -0
  1197. tech_icons-0.0.1/tech_icons/icons/azure/mixed-reality/spatial-anchor-accounts.svg +1 -0
  1198. tech_icons-0.0.1/tech_icons/icons/azure/mobile/app-services.svg +1 -0
  1199. tech_icons-0.0.1/tech_icons/icons/azure/mobile/notification-hubs.svg +1 -0
  1200. tech_icons-0.0.1/tech_icons/icons/azure/mobile/power-platform.svg +1 -0
  1201. tech_icons-0.0.1/tech_icons/icons/azure/monitor/activity-log.svg +1 -0
  1202. tech_icons-0.0.1/tech_icons/icons/azure/monitor/application-insights.svg +1 -0
  1203. tech_icons-0.0.1/tech_icons/icons/azure/monitor/auto-scale.svg +1 -0
  1204. tech_icons-0.0.1/tech_icons/icons/azure/monitor/azure-monitors-for-sap-solutions.svg +1 -0
  1205. tech_icons-0.0.1/tech_icons/icons/azure/monitor/azure-workbooks.svg +1 -0
  1206. tech_icons-0.0.1/tech_icons/icons/azure/monitor/change-analysis.svg +1 -0
  1207. tech_icons-0.0.1/tech_icons/icons/azure/monitor/diagnostics-settings.svg +1 -0
  1208. tech_icons-0.0.1/tech_icons/icons/azure/monitor/log-analytics-workspaces.svg +1 -0
  1209. tech_icons-0.0.1/tech_icons/icons/azure/monitor/metrics.svg +1 -0
  1210. tech_icons-0.0.1/tech_icons/icons/azure/monitor/monitor.svg +1 -0
  1211. tech_icons-0.0.1/tech_icons/icons/azure/monitor/network-watcher.svg +1 -0
  1212. tech_icons-0.0.1/tech_icons/icons/azure/networking/application-gateway-containers.svg +1 -0
  1213. tech_icons-0.0.1/tech_icons/icons/azure/networking/application-gateways.svg +1 -0
  1214. tech_icons-0.0.1/tech_icons/icons/azure/networking/atm-multistack.svg +1 -0
  1215. tech_icons-0.0.1/tech_icons/icons/azure/networking/azure-communications-gateway.svg +1 -0
  1216. tech_icons-0.0.1/tech_icons/icons/azure/networking/azure-firewall-manager.svg +1 -0
  1217. tech_icons-0.0.1/tech_icons/icons/azure/networking/azure-firewall-policy.svg +1 -0
  1218. tech_icons-0.0.1/tech_icons/icons/azure/networking/bastions.svg +1 -0
  1219. tech_icons-0.0.1/tech_icons/icons/azure/networking/cdn-profiles.svg +1 -0
  1220. tech_icons-0.0.1/tech_icons/icons/azure/networking/connected-cache.svg +1 -0
  1221. tech_icons-0.0.1/tech_icons/icons/azure/networking/connections.svg +1 -0
  1222. tech_icons-0.0.1/tech_icons/icons/azure/networking/ddos-protection-plans.svg +1 -0
  1223. tech_icons-0.0.1/tech_icons/icons/azure/networking/dns-multistack.svg +1 -0
  1224. tech_icons-0.0.1/tech_icons/icons/azure/networking/dns-private-resolver.svg +1 -0
  1225. tech_icons-0.0.1/tech_icons/icons/azure/networking/dns-security-policy.svg +1 -0
  1226. tech_icons-0.0.1/tech_icons/icons/azure/networking/dns-zones.svg +1 -0
  1227. tech_icons-0.0.1/tech_icons/icons/azure/networking/expressroute-circuits.svg +1 -0
  1228. tech_icons-0.0.1/tech_icons/icons/azure/networking/firewalls.svg +1 -0
  1229. tech_icons-0.0.1/tech_icons/icons/azure/networking/front-door-and-cdn-profiles.svg +1 -0
  1230. tech_icons-0.0.1/tech_icons/icons/azure/networking/ip-address-manager.svg +1 -0
  1231. tech_icons-0.0.1/tech_icons/icons/azure/networking/ip-groups.svg +1 -0
  1232. tech_icons-0.0.1/tech_icons/icons/azure/networking/load-balancer-hub.svg +1 -0
  1233. tech_icons-0.0.1/tech_icons/icons/azure/networking/load-balancers.svg +1 -0
  1234. tech_icons-0.0.1/tech_icons/icons/azure/networking/local-network-gateways.svg +1 -0
  1235. tech_icons-0.0.1/tech_icons/icons/azure/networking/nat.svg +1 -0
  1236. tech_icons-0.0.1/tech_icons/icons/azure/networking/network-interfaces.svg +1 -0
  1237. tech_icons-0.0.1/tech_icons/icons/azure/networking/network-security-groups.svg +1 -0
  1238. tech_icons-0.0.1/tech_icons/icons/azure/networking/network-watcher.svg +1 -0
  1239. tech_icons-0.0.1/tech_icons/icons/azure/networking/on-premises-data-gateways.svg +1 -0
  1240. tech_icons-0.0.1/tech_icons/icons/azure/networking/private-link-service.svg +1 -0
  1241. tech_icons-0.0.1/tech_icons/icons/azure/networking/private-link-services.svg +1 -0
  1242. tech_icons-0.0.1/tech_icons/icons/azure/networking/private-link.svg +1 -0
  1243. tech_icons-0.0.1/tech_icons/icons/azure/networking/proximity-placement-groups.svg +1 -0
  1244. tech_icons-0.0.1/tech_icons/icons/azure/networking/public-ip-addresses-classic.svg +1 -0
  1245. tech_icons-0.0.1/tech_icons/icons/azure/networking/public-ip-addresses.svg +1 -0
  1246. tech_icons-0.0.1/tech_icons/icons/azure/networking/public-ip-prefixes.svg +1 -0
  1247. tech_icons-0.0.1/tech_icons/icons/azure/networking/reserved-ip-addresses-classic.svg +1 -0
  1248. tech_icons-0.0.1/tech_icons/icons/azure/networking/resource-management-private-link.svg +2 -0
  1249. tech_icons-0.0.1/tech_icons/icons/azure/networking/route-filters.svg +1 -0
  1250. tech_icons-0.0.1/tech_icons/icons/azure/networking/route-tables.svg +1 -0
  1251. tech_icons-0.0.1/tech_icons/icons/azure/networking/service-endpoint-policies.svg +1 -0
  1252. tech_icons-0.0.1/tech_icons/icons/azure/networking/spot-vm.svg +1 -0
  1253. tech_icons-0.0.1/tech_icons/icons/azure/networking/spot-vmss.svg +1 -0
  1254. tech_icons-0.0.1/tech_icons/icons/azure/networking/subnet.svg +1 -0
  1255. tech_icons-0.0.1/tech_icons/icons/azure/networking/traffic-manager-profiles.svg +1 -0
  1256. tech_icons-0.0.1/tech_icons/icons/azure/networking/virtual-network-gateways.svg +1 -0
  1257. tech_icons-0.0.1/tech_icons/icons/azure/networking/virtual-networks-classic.svg +1 -0
  1258. tech_icons-0.0.1/tech_icons/icons/azure/networking/virtual-networks.svg +1 -0
  1259. tech_icons-0.0.1/tech_icons/icons/azure/networking/virtual-router.svg +1 -0
  1260. tech_icons-0.0.1/tech_icons/icons/azure/networking/virtual-wan-hub.svg +1 -0
  1261. tech_icons-0.0.1/tech_icons/icons/azure/networking/virtual-wans.svg +1 -0
  1262. tech_icons-0.0.1/tech_icons/icons/azure/networking/web-application-firewall-policieswaf.svg +1 -0
  1263. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/030777508-icon-service-service-group-relationships.svg +1 -0
  1264. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/ai-at-edge.svg +1 -0
  1265. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/aks-network-policy.svg +1 -0
  1266. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/azure-app-testing.svg +1 -0
  1267. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/azure-consumption-commitment.svg +1 -0
  1268. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/azure-container-storage.svg +1 -0
  1269. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/azure-linux.svg +1 -0
  1270. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/azure-local.svg +1 -0
  1271. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/azure-managed-redis.svg +1 -0
  1272. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/breeze.svg +1 -0
  1273. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/data-virtualization.svg +1 -0
  1274. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/edge-actions.svg +1 -0
  1275. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/edge-storage-accelerator.svg +1 -0
  1276. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/engage-center-connect.svg +1 -0
  1277. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/external-id-modified.svg +1 -0
  1278. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/external-id.svg +1 -0
  1279. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/frd-qa.svg +1 -0
  1280. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/hybrid-connectivity-hub.svg +1 -0
  1281. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/kubernetes-hub.svg +1 -0
  1282. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/landing-zone.svg +1 -0
  1283. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/load-balancer-hub.svg +1 -0
  1284. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/logic-apps-template.svg +1 -0
  1285. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/microsoft-discovery.svg +1 -0
  1286. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/monitor-issues.svg +1 -0
  1287. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/network-foundation-hub.svg +1 -0
  1288. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/network-security-hub.svg +1 -0
  1289. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/operation-center.svg +1 -0
  1290. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/planetary-computer-pro.svg +1 -0
  1291. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/promethus.svg +1 -0
  1292. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/pubsub.svg +1 -0
  1293. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/scheduled-actions.svg +1 -0
  1294. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/service-groups.svg +1 -0
  1295. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/sql-database-fleet-manager.svg +1 -0
  1296. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/stage-maps.svg +1 -0
  1297. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/storage-hubs.svg +1 -0
  1298. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/toolchain-orchestrator.svg +1 -0
  1299. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/vnet-appliance.svg +1 -0
  1300. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/vpnclientwindows.svg +1 -0
  1301. tech_icons-0.0.1/tech_icons/icons/azure/new-icons/workload-orchestration.svg +1 -0
  1302. tech_icons-0.0.1/tech_icons/icons/azure/other/aks-istio.svg +1 -0
  1303. tech_icons-0.0.1/tech_icons/icons/azure/other/app-compliance-automation.svg +1 -0
  1304. tech_icons-0.0.1/tech_icons/icons/azure/other/app-registrations.svg +1 -0
  1305. tech_icons-0.0.1/tech_icons/icons/azure/other/aquila.svg +1 -0
  1306. tech_icons-0.0.1/tech_icons/icons/azure/other/arc-data-services.svg +2 -0
  1307. tech_icons-0.0.1/tech_icons/icons/azure/other/arc-kubernetes.svg +1 -0
  1308. tech_icons-0.0.1/tech_icons/icons/azure/other/arc-postgresql.svg +1 -0
  1309. tech_icons-0.0.1/tech_icons/icons/azure/other/arc-sql-managed-instance.svg +1 -0
  1310. tech_icons-0.0.1/tech_icons/icons/azure/other/arc-sql-server.svg +1 -0
  1311. tech_icons-0.0.1/tech_icons/icons/azure/other/avs-vm.svg +1 -0
  1312. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-a.svg +1 -0
  1313. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-backup-center.svg +1 -0
  1314. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-center-for-sap.svg +1 -0
  1315. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-chaos-studio.svg +1 -0
  1316. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-cloud-shell.svg +1 -0
  1317. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-communication-services.svg +2 -0
  1318. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-compute-galleries.svg +1 -0
  1319. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-deployment-environments.svg +1 -0
  1320. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-dev-tunnels.svg +1 -0
  1321. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-edge-hardware-center.svg +1 -0
  1322. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-hpc-workbenches.svg +1 -0
  1323. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-load-testing.svg +1 -0
  1324. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-managed-grafana.svg +1 -0
  1325. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-monitor-dashboard.svg +1 -0
  1326. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-network-function-manager-functions.svg +1 -0
  1327. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-network-function-manager.svg +1 -0
  1328. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-orbital.svg +1 -0
  1329. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-quotas.svg +1 -0
  1330. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-sphere.svg +1 -0
  1331. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-storage-mover.svg +1 -0
  1332. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-support-center-blue.svg +1 -0
  1333. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-sustainability.svg +1 -0
  1334. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-video-indexer.svg +1 -0
  1335. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-virtual-desktop.svg +1 -0
  1336. tech_icons-0.0.1/tech_icons/icons/azure/other/azure-vmware-solution.svg +1 -0
  1337. tech_icons-0.0.1/tech_icons/icons/azure/other/azureattestation.svg +1 -0
  1338. tech_icons-0.0.1/tech_icons/icons/azure/other/azurite.svg +1 -0
  1339. tech_icons-0.0.1/tech_icons/icons/azure/other/backup-vault.svg +1 -0
  1340. tech_icons-0.0.1/tech_icons/icons/azure/other/bare-metal-infrastructure.svg +1 -0
  1341. tech_icons-0.0.1/tech_icons/icons/azure/other/capacity-reservation-groups.svg +1 -0
  1342. tech_icons-0.0.1/tech_icons/icons/azure/other/central-service-instance-for-sap.svg +1 -0
  1343. tech_icons-0.0.1/tech_icons/icons/azure/other/ceres.svg +1 -0
  1344. tech_icons-0.0.1/tech_icons/icons/azure/other/cloud-services-extended-support.svg +2 -0
  1345. tech_icons-0.0.1/tech_icons/icons/azure/other/community-images.svg +1 -0
  1346. tech_icons-0.0.1/tech_icons/icons/azure/other/compliance-center.svg +1 -0
  1347. tech_icons-0.0.1/tech_icons/icons/azure/other/confidential-ledgers.svg +1 -0
  1348. tech_icons-0.0.1/tech_icons/icons/azure/other/connected-vehicle-platform.svg +1 -0
  1349. tech_icons-0.0.1/tech_icons/icons/azure/other/container-apps-environments.svg +1 -0
  1350. tech_icons-0.0.1/tech_icons/icons/azure/other/cost-export.svg +1 -0
  1351. tech_icons-0.0.1/tech_icons/icons/azure/other/custom-ip-prefix.svg +1 -0
  1352. tech_icons-0.0.1/tech_icons/icons/azure/other/dashboard-hub.svg +2 -0
  1353. tech_icons-0.0.1/tech_icons/icons/azure/other/data-collection-rules.svg +2 -0
  1354. tech_icons-0.0.1/tech_icons/icons/azure/other/database-instance-for-sap.svg +1 -0
  1355. tech_icons-0.0.1/tech_icons/icons/azure/other/dedicated-hsm.svg +1 -0
  1356. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-cm-local-manager.svg +1 -0
  1357. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-dcs-controller.svg +1 -0
  1358. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-distributer-control-system.svg +1 -0
  1359. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-engineering-station.svg +1 -0
  1360. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-external-management.svg +1 -0
  1361. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-freezer-monitor.svg +1 -0
  1362. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-historian.svg +1 -0
  1363. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-hmi.svg +1 -0
  1364. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-industrial-packaging-system.svg +1 -0
  1365. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-industrial-printer.svg +1 -0
  1366. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-industrial-robot.svg +1 -0
  1367. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-industrial-scale-system.svg +1 -0
  1368. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-marquee.svg +1 -0
  1369. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-meter.svg +1 -0
  1370. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-plc.svg +1 -0
  1371. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-pneumatic-device.svg +1 -0
  1372. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-programable-board.svg +1 -0
  1373. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-relay.svg +1 -0
  1374. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-robot-controller.svg +1 -0
  1375. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-rtu.svg +1 -0
  1376. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-sensor.svg +1 -0
  1377. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-slot.svg +1 -0
  1378. tech_icons-0.0.1/tech_icons/icons/azure/other/defender-web-guiding-system.svg +1 -0
  1379. tech_icons-0.0.1/tech_icons/icons/azure/other/device-update-iot-hub.svg +1 -0
  1380. tech_icons-0.0.1/tech_icons/icons/azure/other/disk-pool.svg +1 -0
  1381. tech_icons-0.0.1/tech_icons/icons/azure/other/edge-management.svg +1 -0
  1382. tech_icons-0.0.1/tech_icons/icons/azure/other/elastic-san.svg +1 -0
  1383. tech_icons-0.0.1/tech_icons/icons/azure/other/entra-identity-licenses.svg +1 -0
  1384. tech_icons-0.0.1/tech_icons/icons/azure/other/exchange-on-premises-access.svg +1 -0
  1385. tech_icons-0.0.1/tech_icons/icons/azure/other/express-route-traffic-collector.svg +1 -0
  1386. tech_icons-0.0.1/tech_icons/icons/azure/other/expressroute-direct.svg +2 -0
  1387. tech_icons-0.0.1/tech_icons/icons/azure/other/fhir-service.svg +1 -0
  1388. tech_icons-0.0.1/tech_icons/icons/azure/other/fiji.svg +1 -0
  1389. tech_icons-0.0.1/tech_icons/icons/azure/other/hdi-aks-cluster.svg +1 -0
  1390. tech_icons-0.0.1/tech_icons/icons/azure/other/icm-troubleshooting.svg +1 -0
  1391. tech_icons-0.0.1/tech_icons/icons/azure/other/instance-pools.svg +1 -0
  1392. tech_icons-0.0.1/tech_icons/icons/azure/other/internet-analyzer-profiles.svg +1 -0
  1393. tech_icons-0.0.1/tech_icons/icons/azure/other/kubernetes-fleet-manager.svg +1 -0
  1394. tech_icons-0.0.1/tech_icons/icons/azure/other/local-network-gateways.svg +1 -0
  1395. tech_icons-0.0.1/tech_icons/icons/azure/other/log-analytics-query-pack.svg +1 -0
  1396. tech_icons-0.0.1/tech_icons/icons/azure/other/managed-instance-apache-cassandra.svg +1 -0
  1397. tech_icons-0.0.1/tech_icons/icons/azure/other/medtech-service.svg +1 -0
  1398. tech_icons-0.0.1/tech_icons/icons/azure/other/microsoft-dev-box.svg +1 -0
  1399. tech_icons-0.0.1/tech_icons/icons/azure/other/mission-landing-zone.svg +1 -0
  1400. tech_icons-0.0.1/tech_icons/icons/azure/other/mobile-networks.svg +1 -0
  1401. tech_icons-0.0.1/tech_icons/icons/azure/other/modular-data-center.svg +2 -0
  1402. tech_icons-0.0.1/tech_icons/icons/azure/other/monitor-health-models.svg +1 -0
  1403. tech_icons-0.0.1/tech_icons/icons/azure/other/network-managers.svg +2 -0
  1404. tech_icons-0.0.1/tech_icons/icons/azure/other/network-security-perimeters.svg +1 -0
  1405. tech_icons-0.0.1/tech_icons/icons/azure/other/open-supply-chain-platform.svg +1 -0
  1406. tech_icons-0.0.1/tech_icons/icons/azure/other/osconfig.svg +1 -0
  1407. tech_icons-0.0.1/tech_icons/icons/azure/other/peering-service.svg +1 -0
  1408. tech_icons-0.0.1/tech_icons/icons/azure/other/peerings.svg +1 -0
  1409. tech_icons-0.0.1/tech_icons/icons/azure/other/private-endpoints.svg +1 -0
  1410. tech_icons-0.0.1/tech_icons/icons/azure/other/reserved-capacity.svg +1 -0
  1411. tech_icons-0.0.1/tech_icons/icons/azure/other/resource-guard.svg +1 -0
  1412. tech_icons-0.0.1/tech_icons/icons/azure/other/resource-mover.svg +2 -0
  1413. tech_icons-0.0.1/tech_icons/icons/azure/other/rtos.svg +1 -0
  1414. tech_icons-0.0.1/tech_icons/icons/azure/other/savings-plans.svg +1 -0
  1415. tech_icons-0.0.1/tech_icons/icons/azure/other/scvmm-management-servers.svg +1 -0
  1416. tech_icons-0.0.1/tech_icons/icons/azure/other/sonic-dash.svg +1 -0
  1417. tech_icons-0.0.1/tech_icons/icons/azure/other/ssh-keys.svg +1 -0
  1418. tech_icons-0.0.1/tech_icons/icons/azure/other/storage-functions.svg +1 -0
  1419. tech_icons-0.0.1/tech_icons/icons/azure/other/targets-management.svg +1 -0
  1420. tech_icons-0.0.1/tech_icons/icons/azure/other/template-specs.svg +2 -0
  1421. tech_icons-0.0.1/tech_icons/icons/azure/other/test-base.svg +1 -0
  1422. tech_icons-0.0.1/tech_icons/icons/azure/other/update-management-center.svg +1 -0
  1423. tech_icons-0.0.1/tech_icons/icons/azure/other/video-analyzers.svg +1 -0
  1424. tech_icons-0.0.1/tech_icons/icons/azure/other/virtual-enclaves.svg +1 -0
  1425. tech_icons-0.0.1/tech_icons/icons/azure/other/virtual-instance-for-sap.svg +1 -0
  1426. tech_icons-0.0.1/tech_icons/icons/azure/other/virtual-visits-builder.svg +1 -0
  1427. tech_icons-0.0.1/tech_icons/icons/azure/other/vm-app-definitions.svg +1 -0
  1428. tech_icons-0.0.1/tech_icons/icons/azure/other/vm-app-versions.svg +1 -0
  1429. tech_icons-0.0.1/tech_icons/icons/azure/other/vm-image-version.svg +1 -0
  1430. tech_icons-0.0.1/tech_icons/icons/azure/other/wac-installer.svg +1 -0
  1431. tech_icons-0.0.1/tech_icons/icons/azure/other/wac.svg +1 -0
  1432. tech_icons-0.0.1/tech_icons/icons/azure/other/web-app-+-database.svg +1 -0
  1433. tech_icons-0.0.1/tech_icons/icons/azure/other/web-jobs.svg +1 -0
  1434. tech_icons-0.0.1/tech_icons/icons/azure/other/windows-notification-services.svg +1 -0
  1435. tech_icons-0.0.1/tech_icons/icons/azure/other/worker-container-app.svg +1 -0
  1436. tech_icons-0.0.1/tech_icons/icons/azure/security/application-security-groups.svg +1 -0
  1437. tech_icons-0.0.1/tech_icons/icons/azure/security/azure-information-protection.svg +1 -0
  1438. tech_icons-0.0.1/tech_icons/icons/azure/security/azure-sentinel.svg +1 -0
  1439. tech_icons-0.0.1/tech_icons/icons/azure/security/conditional-access.svg +1 -0
  1440. tech_icons-0.0.1/tech_icons/icons/azure/security/detonation.svg +1 -0
  1441. tech_icons-0.0.1/tech_icons/icons/azure/security/entra-identity-risky-signins.svg +1 -0
  1442. tech_icons-0.0.1/tech_icons/icons/azure/security/entra-identity-risky-users.svg +1 -0
  1443. tech_icons-0.0.1/tech_icons/icons/azure/security/extendedsecurityupdates.svg +1 -0
  1444. tech_icons-0.0.1/tech_icons/icons/azure/security/identity-secure-score.svg +1 -0
  1445. tech_icons-0.0.1/tech_icons/icons/azure/security/key-vaults.svg +1 -0
  1446. tech_icons-0.0.1/tech_icons/icons/azure/security/microsoft-defender-easm.svg +1 -0
  1447. tech_icons-0.0.1/tech_icons/icons/azure/security/microsoft-defender-for-cloud.svg +1 -0
  1448. tech_icons-0.0.1/tech_icons/icons/azure/security/microsoft-defender-for-iot.svg +2 -0
  1449. tech_icons-0.0.1/tech_icons/icons/azure/security/multifactor-authentication.svg +1 -0
  1450. tech_icons-0.0.1/tech_icons/icons/azure/security/user-settings.svg +1 -0
  1451. tech_icons-0.0.1/tech_icons/icons/azure/storage/azure-databox-gateway.svg +1 -0
  1452. tech_icons-0.0.1/tech_icons/icons/azure/storage/azure-fileshares.svg +1 -0
  1453. tech_icons-0.0.1/tech_icons/icons/azure/storage/azure-hcp-cache.svg +1 -0
  1454. tech_icons-0.0.1/tech_icons/icons/azure/storage/azure-netapp-files.svg +1 -0
  1455. tech_icons-0.0.1/tech_icons/icons/azure/storage/azure-stack-edge.svg +1 -0
  1456. tech_icons-0.0.1/tech_icons/icons/azure/storage/data-box.svg +1 -0
  1457. tech_icons-0.0.1/tech_icons/icons/azure/storage/data-lake-storage-gen1.svg +1 -0
  1458. tech_icons-0.0.1/tech_icons/icons/azure/storage/data-share-invitations.svg +1 -0
  1459. tech_icons-0.0.1/tech_icons/icons/azure/storage/data-shares.svg +1 -0
  1460. tech_icons-0.0.1/tech_icons/icons/azure/storage/import-export-jobs.svg +1 -0
  1461. tech_icons-0.0.1/tech_icons/icons/azure/storage/managed-file-shares.svg +1 -0
  1462. tech_icons-0.0.1/tech_icons/icons/azure/storage/recovery-services-vaults.svg +1 -0
  1463. tech_icons-0.0.1/tech_icons/icons/azure/storage/storage-accounts-classic.svg +1 -0
  1464. tech_icons-0.0.1/tech_icons/icons/azure/storage/storage-accounts.svg +1 -0
  1465. tech_icons-0.0.1/tech_icons/icons/azure/storage/storage-actions.svg +1 -0
  1466. tech_icons-0.0.1/tech_icons/icons/azure/storage/storage-explorer.svg +1 -0
  1467. tech_icons-0.0.1/tech_icons/icons/azure/storage/storage-sync-services.svg +1 -0
  1468. tech_icons-0.0.1/tech_icons/icons/azure/storage/storsimple-data-managers.svg +1 -0
  1469. tech_icons-0.0.1/tech_icons/icons/azure/storage/storsimple-device-managers.svg +1 -0
  1470. tech_icons-0.0.1/tech_icons/icons/azure/web/api-center.svg +1 -0
  1471. tech_icons-0.0.1/tech_icons/icons/azure/web/api-connections.svg +1 -0
  1472. tech_icons-0.0.1/tech_icons/icons/azure/web/api-management-services.svg +1 -0
  1473. tech_icons-0.0.1/tech_icons/icons/azure/web/app-service-certificates.svg +1 -0
  1474. tech_icons-0.0.1/tech_icons/icons/azure/web/app-service-domains.svg +1 -0
  1475. tech_icons-0.0.1/tech_icons/icons/azure/web/app-service-environments.svg +1 -0
  1476. tech_icons-0.0.1/tech_icons/icons/azure/web/app-service-plans.svg +1 -0
  1477. tech_icons-0.0.1/tech_icons/icons/azure/web/app-services.svg +1 -0
  1478. tech_icons-0.0.1/tech_icons/icons/azure/web/app-space-component.svg +1 -0
  1479. tech_icons-0.0.1/tech_icons/icons/azure/web/app-space.svg +1 -0
  1480. tech_icons-0.0.1/tech_icons/icons/azure/web/azure-media-service.svg +1 -0
  1481. tech_icons-0.0.1/tech_icons/icons/azure/web/azure-spring-apps.svg +1 -0
  1482. tech_icons-0.0.1/tech_icons/icons/azure/web/cognitive-search.svg +1 -0
  1483. tech_icons-0.0.1/tech_icons/icons/azure/web/cognitive-services.svg +1 -0
  1484. tech_icons-0.0.1/tech_icons/icons/azure/web/front-door-and-cdn-profiles.svg +1 -0
  1485. tech_icons-0.0.1/tech_icons/icons/azure/web/notification-hub-namespaces.svg +1 -0
  1486. tech_icons-0.0.1/tech_icons/icons/azure/web/power-platform.svg +1 -0
  1487. tech_icons-0.0.1/tech_icons/icons/azure/web/signalr.svg +1 -0
  1488. tech_icons-0.0.1/tech_icons/icons/azure/web/static-apps.svg +1 -0
  1489. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/aerakimesh.svg +1 -0
  1490. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/akri.svg +1 -0
  1491. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/antrea.svg +1 -0
  1492. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/argo.svg +23 -0
  1493. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/armada.svg +14 -0
  1494. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/artifacthub.svg +1 -0
  1495. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/athenz.svg +1 -0
  1496. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/atlantis.svg +1 -0
  1497. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/backstage.svg +1 -0
  1498. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/bank-vaults.svg +19 -0
  1499. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/bfe.svg +1 -0
  1500. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/bootc.svg +1 -0
  1501. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/bpfman.svg +367 -0
  1502. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/buildpacks.svg +1 -0
  1503. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/cadence.svg +1 -0
  1504. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/capsule.svg +35 -0
  1505. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/carina.svg +1 -0
  1506. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/cartography.svg +113 -0
  1507. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/carvel.svg +1 -0
  1508. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/cdk8s.svg +1 -0
  1509. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/cert-manager.svg +1 -0
  1510. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/chaosblade.svg +1 -0
  1511. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/chaosmesh.svg +1 -0
  1512. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/chubaofs.svg +1 -0
  1513. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/cilium.svg +1 -0
  1514. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/cloudcustodian.svg +1 -0
  1515. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/cloudevents.svg +1 -0
  1516. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/cloudnativepg.svg +1 -0
  1517. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/clusternet.svg +1 -0
  1518. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/clusterpedia.svg +1 -0
  1519. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/cni.svg +1 -0
  1520. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/cohdi.svg +1 -0
  1521. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/confidential-containers.svg +70 -0
  1522. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/connect-rpc.svg +6 -0
  1523. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/container2wasm.svg +1 -0
  1524. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/containerd.svg +1 -0
  1525. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/containerssh.svg +1 -0
  1526. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/contour.svg +1 -0
  1527. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/copa.svg +20 -0
  1528. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/coredns.svg +1 -0
  1529. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/cortex.svg +1 -0
  1530. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/cozystack.svg +1 -0
  1531. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/crio.svg +1 -0
  1532. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/crossplane.svg +1 -0
  1533. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/cubefs.svg +1 -0
  1534. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/dalec.svg +1 -0
  1535. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/dapr.svg +1 -0
  1536. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/devfile.svg +1 -0
  1537. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/devspace.svg +4 -0
  1538. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/dex.svg +1 -0
  1539. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/distribution.svg +1 -0
  1540. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/dragonfly.svg +1 -0
  1541. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/drasi.svg +16 -0
  1542. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/easegress.svg +8 -0
  1543. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/emissary-ingress.svg +17 -0
  1544. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/envoy.svg +1 -0
  1545. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/eraser.svg +12 -0
  1546. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/etcd.svg +1 -0
  1547. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/external-secrets-operator.svg +1 -0
  1548. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/falco.svg +1 -0
  1549. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/flatcar.svg +15 -0
  1550. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/fluentd.svg +1 -0
  1551. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/fluid.svg +137 -0
  1552. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/flux.svg +1 -0
  1553. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/grpc.svg +1 -0
  1554. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/hami.svg +28 -0
  1555. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/harbor.svg +1 -0
  1556. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/headlamp.svg +4 -0
  1557. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/helm.svg +1 -0
  1558. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/hexa.svg +1 -0
  1559. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/higress.svg +1 -0
  1560. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/holmesgpt.svg +1 -0
  1561. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/hwameistor.svg +11 -0
  1562. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/hyperlight.svg +437 -0
  1563. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/in-toto.svg +1 -0
  1564. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/inclavare.svg +1 -0
  1565. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/inspektor-gadget.svg +3 -0
  1566. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/interlink.svg +1 -0
  1567. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/istio.svg +11 -0
  1568. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/jaeger.svg +1 -0
  1569. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/k0s.svg +11 -0
  1570. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/k3s.svg +1 -0
  1571. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/k8gb.svg +47 -0
  1572. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/k8sgpt.svg +7 -0
  1573. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/k8up.svg +8 -0
  1574. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kagent.svg +5 -0
  1575. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kai-scheduler.svg +1 -0
  1576. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kairos.svg +20 -0
  1577. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kaito.svg +42 -0
  1578. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kanister.svg +98 -0
  1579. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/karmada.svg +1 -0
  1580. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kcl.svg +26 -0
  1581. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kcp.svg +120 -0
  1582. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/keda.svg +1 -0
  1583. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kepler.svg +217 -0
  1584. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/keycloak.svg +1 -0
  1585. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/keylime.svg +1 -0
  1586. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kgateway.svg +3 -0
  1587. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kitops.svg +4 -0
  1588. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kmesh.svg +900 -0
  1589. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/knative.svg +6 -0
  1590. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/ko.svg +20 -0
  1591. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/konveyor.svg +53 -0
  1592. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/koordinator.svg +1 -0
  1593. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kpt.svg +11 -0
  1594. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/krkn.svg +1 -0
  1595. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kserve.svg +5 -0
  1596. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kuadrant.svg +6 -0
  1597. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kuasar.svg +1 -0
  1598. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kube-burner.svg +45 -0
  1599. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kube-ovn.svg +1236 -0
  1600. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kube-rs.svg +4 -0
  1601. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kubean.svg +24 -0
  1602. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kubearmor.svg +1 -0
  1603. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kubeclipper.svg +1 -0
  1604. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kubeedge.svg +1 -0
  1605. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kubeelasti.svg +1 -0
  1606. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kubefleet.svg +1 -0
  1607. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kubeflow-hub.svg +34 -0
  1608. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kubeflow-model-registery.svg +1 -0
  1609. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kubeflow-notebooks.svg +62 -0
  1610. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kubeflow-pipelines.svg +1 -0
  1611. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kubeflow-spark-operator.svg +26 -0
  1612. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kubeflow-trainer.svg +1 -0
  1613. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kubeflow.svg +10 -0
  1614. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kuberhealthy.svg +1 -0
  1615. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kubernetes.svg +1 -0
  1616. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kubescape.svg +78 -0
  1617. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kubeslice.svg +45 -0
  1618. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kubestellar.svg +1 -0
  1619. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kubevela.svg +1 -0
  1620. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kubevirt.svg +1 -0
  1621. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kubewarden.svg +1 -0
  1622. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kudo.svg +1 -0
  1623. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kuma.svg +1 -0
  1624. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kured.svg +1 -0
  1625. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kusionstack.svg +118 -0
  1626. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/kyverno.svg +1 -0
  1627. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/lima.svg +10 -0
  1628. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/linkerd.svg +1 -0
  1629. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/litmus.svg +6 -0
  1630. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/logging-operator.svg +6 -0
  1631. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/longhorn.svg +1 -0
  1632. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/loxilb.svg +25 -0
  1633. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/meshery.svg +17 -0
  1634. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/metal3-io.svg +1 -0
  1635. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/metallb.svg +1 -0
  1636. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/microcks.svg +1 -0
  1637. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/modelpack.svg +1 -0
  1638. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/nats.svg +1 -0
  1639. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/networkservicemesh.svg +1 -0
  1640. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/nmstate.svg +6 -0
  1641. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/notary.svg +9 -0
  1642. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/oauth2-proxy.svg +1 -0
  1643. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/opcr.svg +34 -0
  1644. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/open-cluster-management.svg +1 -0
  1645. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/open-policy-agent.svg +1 -0
  1646. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/openchoreo.svg +21 -0
  1647. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/opencost.svg +14 -0
  1648. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/openebs.svg +1 -0
  1649. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/openfeature.svg +3 -0
  1650. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/openfga.svg +42 -0
  1651. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/openfunction.svg +1 -0
  1652. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/opengemini.svg +88 -0
  1653. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/opengitops.svg +1 -0
  1654. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/openkruise.svg +1 -0
  1655. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/opentelemetry.svg +1 -0
  1656. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/opentofu.svg +32 -0
  1657. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/openyurt.svg +1 -0
  1658. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/operatorframework.svg +1 -0
  1659. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/oras.svg +1 -0
  1660. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/oscal-compass.svg +1 -0
  1661. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/ovn-kubernetes.svg +1 -0
  1662. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/paralus.svg +4974 -0
  1663. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/parsec.svg +1 -0
  1664. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/perses.svg +6 -0
  1665. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/pipecd.svg +1 -0
  1666. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/piraeus-datastore.svg +1 -0
  1667. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/pixie.svg +9 -0
  1668. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/podman-container-tools.svg +662 -0
  1669. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/podman-desktop.svg +1 -0
  1670. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/porter.svg +88 -0
  1671. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/prometheus.svg +1 -0
  1672. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/radius.svg +41 -0
  1673. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/ratify.svg +14 -0
  1674. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/rook.svg +1 -0
  1675. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/runme-notebooks.svg +4 -0
  1676. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/schemahero.svg +13 -0
  1677. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/score.svg +19 -0
  1678. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/sermant.svg +1 -0
  1679. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/serverless-devs.svg +20 -0
  1680. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/serverlessworkflow.svg +1 -0
  1681. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/shipwright.svg +87 -0
  1682. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/slimfaas.svg +82 -0
  1683. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/slimtoolkit.svg +22 -0
  1684. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/sops.svg +8 -0
  1685. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/spiderpool.svg +11 -0
  1686. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/spiffe.svg +1 -0
  1687. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/spin.svg +1 -0
  1688. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/spinkube.svg +1 -0
  1689. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/spire.svg +1 -0
  1690. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/stacker.svg +15 -0
  1691. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/strimzi.svg +1 -0
  1692. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/submariner.svg +1 -0
  1693. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/tekton.svg +1 -0
  1694. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/telepresence.svg +1 -0
  1695. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/thanos.svg +1 -0
  1696. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/tikv.svg +1 -0
  1697. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/tinkerbell.svg +1 -0
  1698. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/tokenetes.svg +1 -0
  1699. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/tremor.svg +1 -0
  1700. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/trickster.svg +1 -0
  1701. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/tuf.svg +1 -0
  1702. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/urunc.svg +1 -0
  1703. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/velero.svg +52 -0
  1704. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/vineyard.svg +1 -0
  1705. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/virtualkubelet.svg +1 -0
  1706. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/vitess.svg +15 -0
  1707. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/volcano.svg +1 -0
  1708. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/vs-code-kubernetes-tools.svg +1 -0
  1709. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/wasm-edge-runtime.svg +1 -0
  1710. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/wasmcloud.svg +1 -0
  1711. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/werf.svg +3 -0
  1712. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/xregistry.svg +11 -0
  1713. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/youki.svg +1 -0
  1714. tech_icons-0.0.1/tech_icons/icons/cncf/cncf/zot.svg +22 -0
  1715. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/aarch64.svg +16 -0
  1716. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/adonisjs.svg +1 -0
  1717. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/aerospike.svg +1 -0
  1718. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/aframe.svg +1 -0
  1719. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/aftereffects.svg +1 -0
  1720. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/akka.svg +1 -0
  1721. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/algolia.svg +1 -0
  1722. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/almalinux.svg +1 -0
  1723. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/alpinejs.svg +1 -0
  1724. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/amazonwebservices.svg +4 -0
  1725. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/anaconda.svg +1 -0
  1726. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/android.svg +1 -0
  1727. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/androidstudio.svg +1 -0
  1728. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/angular.svg +1 -0
  1729. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/angularjs.svg +1 -0
  1730. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/angularmaterial.svg +1 -0
  1731. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/ansible.svg +1 -0
  1732. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/ansys.svg +1 -0
  1733. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/antdesign.svg +1 -0
  1734. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/apache.svg +1 -0
  1735. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/apacheairflow.svg +11 -0
  1736. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/apachekafka.svg +1 -0
  1737. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/apachespark.svg +1 -0
  1738. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/apex.svg +1 -0
  1739. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/apl.svg +4 -0
  1740. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/apollographql.svg +1 -0
  1741. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/appcelerator.svg +1 -0
  1742. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/apple.svg +1 -0
  1743. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/appwrite.svg +1 -0
  1744. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/archlinux.svg +1 -0
  1745. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/arduino.svg +1 -0
  1746. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/argocd.svg +1 -0
  1747. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/artixlinux.svg +1 -0
  1748. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/astro.svg +1 -0
  1749. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/atom.svg +1 -0
  1750. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/awk.svg +1 -0
  1751. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/axios.svg +8 -0
  1752. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/azure.svg +1 -0
  1753. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/azuredevops.svg +12 -0
  1754. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/azuresqldatabase.svg +23 -0
  1755. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/babel.svg +1 -0
  1756. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/babylonjs.svg +1 -0
  1757. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/backbonejs.svg +1 -0
  1758. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/ballerina.svg +1 -0
  1759. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/bamboo.svg +1 -0
  1760. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/bash.svg +1 -0
  1761. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/bazel.svg +1 -0
  1762. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/beats.svg +5 -0
  1763. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/behance.svg +1 -0
  1764. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/bevyengine.svg +1 -0
  1765. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/biome.svg +1 -0
  1766. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/bitbucket.svg +1 -0
  1767. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/blazor.svg +1 -0
  1768. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/blender.svg +1 -0
  1769. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/bootstrap.svg +1 -0
  1770. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/bower.svg +1 -0
  1771. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/browserstack.svg +1 -0
  1772. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/bulma.svg +1 -0
  1773. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/bun.svg +1 -0
  1774. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/c.svg +1 -0
  1775. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/cairo.svg +4 -0
  1776. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/cakephp.svg +1 -0
  1777. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/canva.svg +1 -0
  1778. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/capacitor.svg +8 -0
  1779. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/carbon.svg +1 -0
  1780. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/cassandra.svg +1 -0
  1781. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/centos.svg +1 -0
  1782. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/ceylon.svg +1 -0
  1783. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/chakraui.svg +1 -0
  1784. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/chartjs.svg +1 -0
  1785. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/chrome.svg +1 -0
  1786. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/circleci.svg +1 -0
  1787. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/clarity.svg +6 -0
  1788. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/clickhouse.svg +1 -0
  1789. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/clion.svg +33 -0
  1790. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/clojure.svg +1 -0
  1791. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/clojurescript.svg +1 -0
  1792. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/cloudflare.svg +1 -0
  1793. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/cloudflareworkers.svg +1 -0
  1794. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/cloudrun.svg +1 -0
  1795. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/cmake.svg +1 -0
  1796. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/cobol.svg +1 -0
  1797. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/codeac.svg +5 -0
  1798. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/codecov.svg +1 -0
  1799. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/codeigniter.svg +1 -0
  1800. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/codepen.svg +1 -0
  1801. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/coffeescript.svg +1 -0
  1802. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/composer.svg +1 -0
  1803. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/confluence.svg +1 -0
  1804. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/consul.svg +1 -0
  1805. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/contao.svg +1 -0
  1806. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/corejs.svg +1 -0
  1807. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/cosmosdb.svg +1 -0
  1808. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/couchbase.svg +1 -0
  1809. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/couchdb.svg +1 -0
  1810. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/cpanel.svg +1 -0
  1811. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/cplusplus.svg +6 -0
  1812. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/crystal.svg +1 -0
  1813. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/csharp.svg +1 -0
  1814. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/css3.svg +1 -0
  1815. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/cucumber.svg +1 -0
  1816. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/cypressio.svg +1 -0
  1817. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/d3js.svg +1 -0
  1818. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/dart.svg +1 -0
  1819. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/datadog.svg +1 -0
  1820. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/datagrip.svg +38 -0
  1821. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/dataspell.svg +31 -0
  1822. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/datatables.svg +1 -0
  1823. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/dbeaver.svg +9 -0
  1824. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/debian.svg +1 -0
  1825. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/delphi.svg +1 -0
  1826. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/denojs.svg +1 -0
  1827. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/detaspace.svg +1 -0
  1828. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/devicon.svg +1 -0
  1829. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/digitalocean.svg +1 -0
  1830. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/discloud.svg +1 -0
  1831. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/discordjs.svg +1 -0
  1832. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/django.svg +1 -0
  1833. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/djangorest.svg +6 -0
  1834. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/docker.svg +1 -0
  1835. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/doctrine.svg +1 -0
  1836. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/dot-net.svg +1 -0
  1837. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/dotnetcore.svg +1 -0
  1838. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/dovecot.svg +1 -0
  1839. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/dreamweaver.svg +1 -0
  1840. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/dropwizard.svg +1 -0
  1841. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/drupal.svg +1 -0
  1842. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/duckdb.svg +1 -0
  1843. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/dyalog.svg +1 -0
  1844. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/dynamodb.svg +1 -0
  1845. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/dynatrace.svg +1 -0
  1846. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/eclipse.svg +22 -0
  1847. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/ecto.svg +1 -0
  1848. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/elasticsearch.svg +5 -0
  1849. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/electron.svg +1 -0
  1850. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/eleventy.svg +1 -0
  1851. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/elixir.svg +1 -0
  1852. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/elm.svg +1 -0
  1853. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/emacs.svg +1 -0
  1854. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/embeddedc.svg +1 -0
  1855. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/ember.svg +1 -0
  1856. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/entityframeworkcore.svg +1 -0
  1857. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/envoy.svg +5 -0
  1858. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/erlang.svg +1 -0
  1859. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/eslint.svg +1 -0
  1860. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/expo.svg +1 -0
  1861. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/express.svg +1 -0
  1862. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/facebook.svg +1 -0
  1863. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/fastapi.svg +1 -0
  1864. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/fastify.svg +1 -0
  1865. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/faunadb.svg +3 -0
  1866. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/feathersjs.svg +1 -0
  1867. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/fedora.svg +1 -0
  1868. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/fiber.svg +1 -0
  1869. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/figma.svg +1 -0
  1870. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/filamentphp.svg +1 -0
  1871. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/filezilla.svg +1 -0
  1872. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/firebase.svg +1 -0
  1873. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/firebird.svg +1 -0
  1874. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/firefox.svg +1 -0
  1875. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/flask.svg +1 -0
  1876. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/flutter.svg +1 -0
  1877. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/forgejo.svg +1 -0
  1878. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/fortran.svg +1 -0
  1879. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/foundation.svg +1 -0
  1880. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/framermotion.svg +1 -0
  1881. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/framework7.svg +1 -0
  1882. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/fsharp.svg +1 -0
  1883. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/fusion.svg +1 -0
  1884. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/gardener.svg +1 -0
  1885. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/gatling.svg +1 -0
  1886. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/gatsby.svg +1 -0
  1887. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/gazebo.svg +1 -0
  1888. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/gcc.svg +1 -0
  1889. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/gentoo.svg +1 -0
  1890. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/ghost.svg +1 -0
  1891. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/gimp.svg +1 -0
  1892. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/git.svg +1 -0
  1893. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/gitbook.svg +1 -0
  1894. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/github.svg +1 -0
  1895. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/githubactions.svg +1 -0
  1896. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/githubcodespaces.svg +1 -0
  1897. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/gitkraken.svg +1 -0
  1898. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/gitlab.svg +1 -0
  1899. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/gitpod.svg +1 -0
  1900. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/gitter.svg +1 -0
  1901. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/gleam.svg +1 -0
  1902. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/glitch.svg +1 -0
  1903. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/go.svg +1 -0
  1904. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/godot.svg +1 -0
  1905. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/goland.svg +35 -0
  1906. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/google.svg +1 -0
  1907. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/googlecloud.svg +1 -0
  1908. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/googlecolab.svg +1 -0
  1909. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/gradle.svg +1 -0
  1910. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/grafana.svg +1 -0
  1911. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/grails.svg +1 -0
  1912. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/graphql.svg +1 -0
  1913. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/groovy.svg +1 -0
  1914. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/grpc.svg +1 -0
  1915. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/grunt.svg +1 -0
  1916. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/gulp.svg +1 -0
  1917. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/hadoop.svg +1 -0
  1918. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/handlebars.svg +1 -0
  1919. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/harbor.svg +1 -0
  1920. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/hardhat.svg +1 -0
  1921. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/harvester.svg +1 -0
  1922. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/haskell.svg +1 -0
  1923. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/haxe.svg +1 -0
  1924. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/helm.svg +1 -0
  1925. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/heroku.svg +1 -0
  1926. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/hibernate.svg +4 -0
  1927. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/homebrew.svg +1 -0
  1928. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/hoppscotch.svg +1 -0
  1929. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/html5.svg +1 -0
  1930. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/htmx.svg +1 -0
  1931. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/hugo.svg +1 -0
  1932. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/hyperv.svg +1 -0
  1933. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/ie10.svg +1 -0
  1934. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/ifttt.svg +1 -0
  1935. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/illustrator.svg +1 -0
  1936. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/inertiajs.svg +1 -0
  1937. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/influxdb.svg +1 -0
  1938. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/inkscape.svg +1 -0
  1939. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/insomnia.svg +1 -0
  1940. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/intellij.svg +39 -0
  1941. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/ionic.svg +1 -0
  1942. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/jaegertracing.svg +19 -0
  1943. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/jamstack.svg +1 -0
  1944. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/jasmine.svg +1 -0
  1945. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/java.svg +1 -0
  1946. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/javascript.svg +1 -0
  1947. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/jeet.svg +1 -0
  1948. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/jekyll.svg +1 -0
  1949. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/jenkins.svg +1 -0
  1950. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/jest.svg +1 -0
  1951. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/jetbrains.svg +1 -0
  1952. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/jetpackcompose.svg +1 -0
  1953. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/jhipster.svg +1 -0
  1954. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/jira.svg +1 -0
  1955. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/jiraalign.svg +1 -0
  1956. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/jquery.svg +1 -0
  1957. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/json.svg +1 -0
  1958. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/jule.svg +3 -0
  1959. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/julia.svg +1 -0
  1960. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/junit.svg +1 -0
  1961. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/jupyter.svg +1 -0
  1962. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/k3os.svg +1 -0
  1963. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/k3s.svg +1 -0
  1964. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/k6.svg +4 -0
  1965. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/kaggle.svg +1 -0
  1966. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/kaldi.svg +1 -0
  1967. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/kalilinux.svg +1 -0
  1968. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/karatelabs.svg +4 -0
  1969. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/karma.svg +1 -0
  1970. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/kdeneon.svg +1 -0
  1971. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/keras.svg +1 -0
  1972. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/kibana.svg +5 -0
  1973. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/knexjs.svg +3 -0
  1974. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/knockout.svg +1 -0
  1975. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/kotlin.svg +10 -0
  1976. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/krakenjs.svg +1 -0
  1977. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/ktor.svg +19 -0
  1978. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/kubeflow.svg +1 -0
  1979. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/kubernetes.svg +1 -0
  1980. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/labview.svg +1 -0
  1981. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/laminas.svg +1 -0
  1982. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/laravel.svg +1 -0
  1983. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/laraveljetstream.svg +1 -0
  1984. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/latex.svg +1 -0
  1985. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/leetcode.svg +1 -0
  1986. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/less.svg +1 -0
  1987. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/libgdx.svg +1 -0
  1988. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/linkedin.svg +1 -0
  1989. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/linux.svg +1 -0
  1990. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/linuxmint.svg +1 -0
  1991. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/liquibase.svg +3 -0
  1992. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/livewire.svg +1 -0
  1993. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/llvm.svg +1 -0
  1994. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/lodash.svg +1 -0
  1995. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/logstash.svg +5 -0
  1996. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/love2d.svg +1 -0
  1997. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/lua.svg +1 -0
  1998. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/lumen.svg +3 -0
  1999. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/magento.svg +1 -0
  2000. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/mapbox.svg +1 -0
  2001. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/mariadb.svg +1 -0
  2002. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/markdown.svg +1 -0
  2003. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/materializecss.svg +1 -0
  2004. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/materialui.svg +1 -0
  2005. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/matlab.svg +1 -0
  2006. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/matplotlib.svg +1 -0
  2007. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/mattermost.svg +1 -0
  2008. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/maven.svg +215 -0
  2009. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/maya.svg +1 -0
  2010. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/memcached.svg +1 -0
  2011. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/mercurial.svg +1 -0
  2012. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/meteor.svg +1 -0
  2013. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/microsoftsqlserver.svg +1 -0
  2014. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/minitab.svg +1 -0
  2015. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/mithril.svg +1 -0
  2016. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/mobx.svg +1 -0
  2017. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/mocha.svg +1 -0
  2018. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/modx.svg +1 -0
  2019. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/moleculer.svg +3 -0
  2020. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/mongodb.svg +1 -0
  2021. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/mongoose.svg +1 -0
  2022. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/monogame.svg +1 -0
  2023. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/moodle.svg +1 -0
  2024. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/msdos.svg +1 -0
  2025. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/mysql.svg +1 -0
  2026. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/nano.svg +1 -0
  2027. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/nats.svg +1 -0
  2028. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/neo4j.svg +1 -0
  2029. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/neovim.svg +1 -0
  2030. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/nestjs.svg +1 -0
  2031. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/netbeans.svg +1 -0
  2032. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/netbox.svg +1 -0
  2033. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/netlify.svg +1 -0
  2034. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/networkx.svg +1 -0
  2035. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/newrelic.svg +1 -0
  2036. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/nextjs.svg +1 -0
  2037. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/nginx.svg +1 -0
  2038. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/ngrok.svg +1 -0
  2039. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/ngrx.svg +1 -0
  2040. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/nhibernate.svg +4 -0
  2041. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/nim.svg +1 -0
  2042. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/nimble.svg +1 -0
  2043. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/nixos.svg +1 -0
  2044. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/nodejs.svg +1 -0
  2045. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/nodemon.svg +1 -0
  2046. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/nodered.svg +1 -0
  2047. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/nodewebkit.svg +1 -0
  2048. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/nomad.svg +1 -0
  2049. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/norg.svg +1 -0
  2050. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/notion.svg +1 -0
  2051. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/npm.svg +1 -0
  2052. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/npss.svg +1 -0
  2053. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/nuget.svg +1 -0
  2054. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/numpy.svg +1 -0
  2055. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/nuxt.svg +1 -0
  2056. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/nuxtjs.svg +1 -0
  2057. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/oauth.svg +1 -0
  2058. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/objectivec.svg +1 -0
  2059. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/ocaml.svg +1 -0
  2060. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/ohmyzsh.svg +1 -0
  2061. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/okta.svg +1 -0
  2062. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/openal.svg +1 -0
  2063. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/openapi.svg +1 -0
  2064. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/opencl.svg +1 -0
  2065. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/opencv.svg +1 -0
  2066. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/opengl.svg +1 -0
  2067. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/openstack.svg +1 -0
  2068. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/opensuse.svg +1 -0
  2069. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/opentelemetry.svg +4 -0
  2070. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/opera.svg +1 -0
  2071. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/oracle.svg +1 -0
  2072. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/ory.svg +1 -0
  2073. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/p5js.svg +1 -0
  2074. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/packer.svg +1 -0
  2075. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/pandas.svg +1 -0
  2076. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/passport.svg +1 -0
  2077. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/perl.svg +1 -0
  2078. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/pfsense.svg +1 -0
  2079. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/phalcon.svg +1 -0
  2080. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/phoenix.svg +1 -0
  2081. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/photonengine.svg +1 -0
  2082. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/photoshop.svg +1 -0
  2083. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/php.svg +2 -0
  2084. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/phpstorm.svg +34 -0
  2085. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/pixijs.svg +1 -0
  2086. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/playwright.svg +1 -0
  2087. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/plotly.svg +1 -0
  2088. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/pm2.svg +1 -0
  2089. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/pnpm.svg +1 -0
  2090. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/podman.svg +1 -0
  2091. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/poetry.svg +42 -0
  2092. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/polygon.svg +1 -0
  2093. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/portainer.svg +1 -0
  2094. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/postcss.svg +1 -0
  2095. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/postgresql.svg +1 -0
  2096. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/postman.svg +5 -0
  2097. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/powershell.svg +1 -0
  2098. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/premierepro.svg +1 -0
  2099. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/primeng.svg +1 -0
  2100. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/prisma.svg +1 -0
  2101. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/processing.svg +1 -0
  2102. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/processwire.svg +1 -0
  2103. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/prolog.svg +1 -0
  2104. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/prometheus.svg +1 -0
  2105. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/protractor.svg +1 -0
  2106. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/proxmox.svg +1 -0
  2107. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/pug.svg +1 -0
  2108. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/pulsar.svg +1 -0
  2109. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/pulumi.svg +14 -0
  2110. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/puppeteer.svg +1 -0
  2111. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/purescript.svg +1 -0
  2112. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/putty.svg +1 -0
  2113. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/pycharm.svg +58 -0
  2114. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/pypi.svg +1 -0
  2115. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/pyscript.svg +4 -0
  2116. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/pytest.svg +1 -0
  2117. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/python.svg +1 -0
  2118. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/pytorch.svg +1 -0
  2119. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/qodana.svg +23 -0
  2120. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/qt.svg +1 -0
  2121. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/qtest.svg +1 -0
  2122. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/quarkus.svg +12 -0
  2123. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/quasar.svg +4 -0
  2124. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/qwik.svg +5 -0
  2125. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/r.svg +1 -0
  2126. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/rabbitmq.svg +1 -0
  2127. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/racket.svg +1 -0
  2128. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/radstudio.svg +1 -0
  2129. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/rails.svg +1 -0
  2130. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/railway.svg +1 -0
  2131. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/rancher.svg +1 -0
  2132. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/raspberrypi.svg +1 -0
  2133. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/reach.svg +1 -0
  2134. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/react.svg +1 -0
  2135. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/reactbootstrap.svg +3 -0
  2136. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/reactnative.svg +1 -0
  2137. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/reactnavigation.svg +1 -0
  2138. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/reactrouter.svg +1 -0
  2139. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/readthedocs.svg +1 -0
  2140. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/realm.svg +10 -0
  2141. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/rect.svg +1 -0
  2142. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/redhat.svg +1 -0
  2143. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/redis.svg +1 -0
  2144. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/redux.svg +1 -0
  2145. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/reflex.svg +1 -0
  2146. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/remix.svg +1 -0
  2147. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/renpy.svg +198 -0
  2148. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/replit.svg +1 -0
  2149. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/rexx.svg +1 -0
  2150. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/rider.svg +21 -0
  2151. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/rocksdb.svg +1 -0
  2152. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/rockylinux.svg +1 -0
  2153. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/rollup.svg +1 -0
  2154. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/ros.svg +1 -0
  2155. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/rspec.svg +1 -0
  2156. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/rstudio.svg +1 -0
  2157. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/ruby.svg +1 -0
  2158. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/rubymine.svg +29 -0
  2159. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/rust.svg +1 -0
  2160. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/rxjs.svg +1 -0
  2161. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/safari.svg +1 -0
  2162. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/salesforce.svg +1 -0
  2163. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/sanity.svg +6 -0
  2164. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/sass.svg +1 -0
  2165. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/scala.svg +1 -0
  2166. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/scalingo.svg +1 -0
  2167. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/scikitlearn.svg +1 -0
  2168. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/sdl.svg +1 -0
  2169. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/selenium.svg +1 -0
  2170. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/sema.svg +1 -0
  2171. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/sentry.svg +1 -0
  2172. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/sequelize.svg +1 -0
  2173. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/shopware.svg +1 -0
  2174. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/shotgrid.svg +1 -0
  2175. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/sketch.svg +1 -0
  2176. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/slack.svg +1 -0
  2177. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/socketio.svg +1 -0
  2178. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/solidity.svg +1 -0
  2179. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/solidjs.svg +1 -0
  2180. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/sonarqube.svg +1 -0
  2181. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/sourceengine.svg +1 -0
  2182. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/sourcetree.svg +1 -0
  2183. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/spack.svg +1 -0
  2184. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/spicedb.svg +1 -0
  2185. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/splunk.svg +1 -0
  2186. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/spring.svg +1 -0
  2187. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/spss.svg +1 -0
  2188. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/spyder.svg +1 -0
  2189. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/sqlalchemy.svg +1 -0
  2190. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/sqldeveloper.svg +8 -0
  2191. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/sqlite.svg +1 -0
  2192. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/ssh.svg +1 -0
  2193. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/stackblitz.svg +1 -0
  2194. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/stackoverflow.svg +1 -0
  2195. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/stata.svg +3 -0
  2196. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/stenciljs.svg +1 -0
  2197. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/storybook.svg +1 -0
  2198. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/streamlit.svg +1 -0
  2199. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/styledcomponents.svg +1 -0
  2200. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/stylus.svg +1 -0
  2201. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/subversion.svg +1 -0
  2202. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/sulu.svg +1 -0
  2203. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/supabase.svg +1 -0
  2204. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/surrealdb.svg +1 -0
  2205. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/svelte.svg +1 -0
  2206. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/svgo.svg +1 -0
  2207. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/swagger.svg +1 -0
  2208. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/swift.svg +1 -0
  2209. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/swiper.svg +1 -0
  2210. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/symfony.svg +1 -0
  2211. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/tailwindcss.svg +1 -0
  2212. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/talos.svg +1 -0
  2213. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/tauri.svg +1 -0
  2214. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/teleport.svg +1 -0
  2215. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/tensorflow.svg +3 -0
  2216. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/terraform.svg +1 -0
  2217. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/terramate.svg +1 -0
  2218. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/tex.svg +3 -0
  2219. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/thealgorithms.svg +1 -0
  2220. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/threedsmax.svg +1 -0
  2221. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/threejs.svg +1 -0
  2222. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/thymeleaf.svg +1 -0
  2223. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/titaniumsdk.svg +1 -0
  2224. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/tmux.svg +1 -0
  2225. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/tomcat.svg +1 -0
  2226. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/tortoisegit.svg +1 -0
  2227. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/towergit.svg +1 -0
  2228. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/traefikmesh.svg +1 -0
  2229. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/traefikproxy.svg +1 -0
  2230. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/travis.svg +1 -0
  2231. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/trello.svg +1 -0
  2232. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/trpc.svg +1 -0
  2233. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/turbo.svg +1 -0
  2234. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/twilio.svg +1 -0
  2235. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/twitter.svg +1 -0
  2236. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/typescript.svg +1 -0
  2237. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/typo3.svg +1 -0
  2238. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/ubuntu.svg +1 -0
  2239. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/unifiedmodelinglanguage.svg +6 -0
  2240. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/unity.svg +1 -0
  2241. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/unix.svg +1 -0
  2242. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/unrealengine.svg +1 -0
  2243. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/uwsgi.svg +1 -0
  2244. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/v8.svg +1 -0
  2245. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/vaadin.svg +1 -0
  2246. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/vagrant.svg +1 -0
  2247. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/vala.svg +20 -0
  2248. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/vault.svg +1 -0
  2249. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/veevalidate.svg +1 -0
  2250. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/vercel.svg +1 -0
  2251. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/vertx.svg +1 -0
  2252. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/vim.svg +1 -0
  2253. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/visualbasic.svg +1 -0
  2254. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/visualstudio.svg +1 -0
  2255. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/vite.svg +1 -0
  2256. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/vitejs.svg +1 -0
  2257. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/vitess.svg +1 -0
  2258. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/vitest.svg +1 -0
  2259. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/vscode.svg +1 -0
  2260. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/vscodium.svg +1 -0
  2261. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/vsphere.svg +1 -0
  2262. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/vuejs.svg +1 -0
  2263. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/vuestorefront.svg +1 -0
  2264. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/vuetify.svg +6 -0
  2265. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/vulkan.svg +1 -0
  2266. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/vyper.svg +1 -0
  2267. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/waku.svg +1 -0
  2268. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/wasm.svg +1 -0
  2269. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/web3js.svg +1 -0
  2270. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/webflow.svg +1 -0
  2271. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/webgpu.svg +1 -0
  2272. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/weblate.svg +1 -0
  2273. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/webpack.svg +1 -0
  2274. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/webstorm.svg +21 -0
  2275. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/windows11.svg +1 -0
  2276. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/windows8.svg +1 -0
  2277. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/wolfram.svg +1 -0
  2278. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/woocommerce.svg +1 -0
  2279. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/wordpress.svg +1 -0
  2280. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/xamarin.svg +1 -0
  2281. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/xcode.svg +1 -0
  2282. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/xd.svg +1 -0
  2283. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/xml.svg +1 -0
  2284. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/yaml.svg +6 -0
  2285. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/yarn.svg +1 -0
  2286. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/yii.svg +1 -0
  2287. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/yugabytedb.svg +1 -0
  2288. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/yunohost.svg +1 -0
  2289. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/zend.svg +1 -0
  2290. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/zig.svg +1 -0
  2291. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/zsh.svg +1 -0
  2292. tech_icons-0.0.1/tech_icons/icons/devicon/devicon/zustand.svg +1 -0
  2293. tech_icons-0.0.1/tech_icons/icons/gcp/agents/agents.svg +15 -0
  2294. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/advanced-agent-modeling.svg +12 -0
  2295. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/advanced-solutions-lab.svg +1 -0
  2296. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/agent-assist.svg +1 -0
  2297. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/ai-hub.svg +1 -0
  2298. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/ai-platform-unified.svg +1 -0
  2299. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/ai-platform.svg +1 -0
  2300. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/aihypercomputer.svg +37 -0
  2301. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/aimachinelearning.svg +28 -0
  2302. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/automl-natural-language.svg +11 -0
  2303. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/automl-tables.svg +1 -0
  2304. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/automl-translation.svg +1 -0
  2305. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/automl-video-intelligence.svg +1 -0
  2306. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/automl-vision.svg +1 -0
  2307. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/automl.svg +1 -0
  2308. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/cloud-inference-api.svg +1 -0
  2309. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/cloud-natural-language-api.svg +1 -0
  2310. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/cloud-optimization-ai-fleet-routing-api.svg +32 -0
  2311. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/cloud-optimization-ai.svg +24 -0
  2312. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/cloud-translation-api.svg +1 -0
  2313. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/cloud-vision-api.svg +1 -0
  2314. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/contact-center-ai.svg +1 -0
  2315. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/data-labeling.svg +1 -0
  2316. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/data-qna.svg +1 -0
  2317. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/dialogflow-cx.svg +1 -0
  2318. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/dialogflow-insights.svg +1 -0
  2319. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/dialogflow.svg +1 -0
  2320. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/document-ai.svg +1 -0
  2321. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/healthcare-nlp-api.svg +1 -0
  2322. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/media-translation-api.svg +1 -0
  2323. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/real-world-insights.svg +11 -0
  2324. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/recommendations-ai.svg +1 -0
  2325. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/retail-api.svg +1 -0
  2326. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/speech-to-text.svg +1 -0
  2327. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/tensorflow-enterprise.svg +5 -0
  2328. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/text-to-speech.svg +1 -0
  2329. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/vertexai.svg +25 -0
  2330. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/video-intelligence-api.svg +1 -0
  2331. tech_icons-0.0.1/tech_icons/icons/gcp/ai-machine-learning/visual-inspection.svg +1 -0
  2332. tech_icons-0.0.1/tech_icons/icons/gcp/business-intelligence/businessintelligence.svg +31 -0
  2333. tech_icons-0.0.1/tech_icons/icons/gcp/collaboration/collaboration.svg +12 -0
  2334. tech_icons-0.0.1/tech_icons/icons/gcp/compute/bare-metal-solutions.svg +1 -0
  2335. tech_icons-0.0.1/tech_icons/icons/gcp/compute/batch.svg +3 -0
  2336. tech_icons-0.0.1/tech_icons/icons/gcp/compute/cloud-gpu.svg +1 -0
  2337. tech_icons-0.0.1/tech_icons/icons/gcp/compute/cloud-tpu.svg +1 -0
  2338. tech_icons-0.0.1/tech_icons/icons/gcp/compute/compute-engine.svg +1 -0
  2339. tech_icons-0.0.1/tech_icons/icons/gcp/compute/compute.svg +10 -0
  2340. tech_icons-0.0.1/tech_icons/icons/gcp/compute/computeengine.svg +48 -0
  2341. tech_icons-0.0.1/tech_icons/icons/gcp/compute/gce-systems-management.svg +5 -0
  2342. tech_icons-0.0.1/tech_icons/icons/gcp/compute/local-ssd.svg +5 -0
  2343. tech_icons-0.0.1/tech_icons/icons/gcp/compute/persistent-disk.svg +1 -0
  2344. tech_icons-0.0.1/tech_icons/icons/gcp/containers/artifact-registry.svg +30 -0
  2345. tech_icons-0.0.1/tech_icons/icons/gcp/containers/cloud-build.svg +1 -0
  2346. tech_icons-0.0.1/tech_icons/icons/gcp/containers/cloud-deploy.svg +5 -0
  2347. tech_icons-0.0.1/tech_icons/icons/gcp/containers/container-optimized-os.svg +1 -0
  2348. tech_icons-0.0.1/tech_icons/icons/gcp/containers/container-registry.svg +1 -0
  2349. tech_icons-0.0.1/tech_icons/icons/gcp/containers/containers.svg +11 -0
  2350. tech_icons-0.0.1/tech_icons/icons/gcp/containers/gke-on-prem.svg +1 -0
  2351. tech_icons-0.0.1/tech_icons/icons/gcp/containers/gke.svg +43 -0
  2352. tech_icons-0.0.1/tech_icons/icons/gcp/containers/google-kubernetes-engine.svg +1 -0
  2353. tech_icons-0.0.1/tech_icons/icons/gcp/containers/migrate-for-anthos.svg +5 -0
  2354. tech_icons-0.0.1/tech_icons/icons/gcp/data-analytics/analytics-hub.svg +1 -0
  2355. tech_icons-0.0.1/tech_icons/icons/gcp/data-analytics/bigquery.svg +38 -0
  2356. tech_icons-0.0.1/tech_icons/icons/gcp/data-analytics/cloud-composer.svg +1 -0
  2357. tech_icons-0.0.1/tech_icons/icons/gcp/data-analytics/cloud-data-fusion.svg +1 -0
  2358. tech_icons-0.0.1/tech_icons/icons/gcp/data-analytics/data-catalog.svg +1 -0
  2359. tech_icons-0.0.1/tech_icons/icons/gcp/data-analytics/data-studio.svg +1 -0
  2360. tech_icons-0.0.1/tech_icons/icons/gcp/data-analytics/data-transfer.svg +1 -0
  2361. tech_icons-0.0.1/tech_icons/icons/gcp/data-analytics/dataanalytics.svg +12 -0
  2362. tech_icons-0.0.1/tech_icons/icons/gcp/data-analytics/dataflow.svg +1 -0
  2363. tech_icons-0.0.1/tech_icons/icons/gcp/data-analytics/datalab.svg +5 -0
  2364. tech_icons-0.0.1/tech_icons/icons/gcp/data-analytics/dataplex.svg +8 -0
  2365. tech_icons-0.0.1/tech_icons/icons/gcp/data-analytics/datapol.svg +1 -0
  2366. tech_icons-0.0.1/tech_icons/icons/gcp/data-analytics/dataprep.svg +1 -0
  2367. tech_icons-0.0.1/tech_icons/icons/gcp/data-analytics/dataproc-metastore.svg +1 -0
  2368. tech_icons-0.0.1/tech_icons/icons/gcp/data-analytics/dataproc.svg +1 -0
  2369. tech_icons-0.0.1/tech_icons/icons/gcp/data-analytics/datashare.svg +9 -0
  2370. tech_icons-0.0.1/tech_icons/icons/gcp/data-analytics/datastream.svg +16 -0
  2371. tech_icons-0.0.1/tech_icons/icons/gcp/data-analytics/looker.svg +36 -0
  2372. tech_icons-0.0.1/tech_icons/icons/gcp/data-analytics/pubsub.svg +1 -0
  2373. tech_icons-0.0.1/tech_icons/icons/gcp/data-analytics/stream-suite.svg +11 -0
  2374. tech_icons-0.0.1/tech_icons/icons/gcp/databases/alloydb.svg +41 -0
  2375. tech_icons-0.0.1/tech_icons/icons/gcp/databases/bigtable.svg +1 -0
  2376. tech_icons-0.0.1/tech_icons/icons/gcp/databases/cloud-spanner.svg +1 -0
  2377. tech_icons-0.0.1/tech_icons/icons/gcp/databases/cloud-sql.svg +1 -0
  2378. tech_icons-0.0.1/tech_icons/icons/gcp/databases/cloudspanner.svg +36 -0
  2379. tech_icons-0.0.1/tech_icons/icons/gcp/databases/cloudsql.svg +41 -0
  2380. tech_icons-0.0.1/tech_icons/icons/gcp/databases/database-migration-service.svg +1 -0
  2381. tech_icons-0.0.1/tech_icons/icons/gcp/databases/databases.svg +30 -0
  2382. tech_icons-0.0.1/tech_icons/icons/gcp/databases/datastore.svg +1 -0
  2383. tech_icons-0.0.1/tech_icons/icons/gcp/databases/firestore.svg +1 -0
  2384. tech_icons-0.0.1/tech_icons/icons/gcp/databases/memorystore.svg +1 -0
  2385. tech_icons-0.0.1/tech_icons/icons/gcp/developer-tools/cloud-code.svg +1 -0
  2386. tech_icons-0.0.1/tech_icons/icons/gcp/developer-tools/cloud-shell.svg +1 -0
  2387. tech_icons-0.0.1/tech_icons/icons/gcp/developer-tools/debugger.svg +21 -0
  2388. tech_icons-0.0.1/tech_icons/icons/gcp/developer-tools/developer-tools.svg +16 -0
  2389. tech_icons-0.0.1/tech_icons/icons/gcp/developer-tools/error-reporting.svg +1 -0
  2390. tech_icons-0.0.1/tech_icons/icons/gcp/developer-tools/profiler.svg +1 -0
  2391. tech_icons-0.0.1/tech_icons/icons/gcp/developer-tools/stackdriver.svg +1 -0
  2392. tech_icons-0.0.1/tech_icons/icons/gcp/developer-tools/tools-for-powershell.svg +1 -0
  2393. tech_icons-0.0.1/tech_icons/icons/gcp/developer-tools/trace.svg +1 -0
  2394. tech_icons-0.0.1/tech_icons/icons/gcp/devops/devops.svg +12 -0
  2395. tech_icons-0.0.1/tech_icons/icons/gcp/hybrid-and-multicloud/anthos-config-management.svg +1 -0
  2396. tech_icons-0.0.1/tech_icons/icons/gcp/hybrid-and-multicloud/anthos-service-mesh.svg +5 -0
  2397. tech_icons-0.0.1/tech_icons/icons/gcp/hybrid-and-multicloud/anthos.svg +15 -0
  2398. tech_icons-0.0.1/tech_icons/icons/gcp/hybrid-and-multicloud/configuration-management.svg +1 -0
  2399. tech_icons-0.0.1/tech_icons/icons/gcp/hybrid-and-multicloud/distributedcloud.svg +13 -0
  2400. tech_icons-0.0.1/tech_icons/icons/gcp/hybrid-and-multicloud/hybridmulticloud.svg +13 -0
  2401. tech_icons-0.0.1/tech_icons/icons/gcp/hybrid-and-multicloud/migrate-for-compute-engine.svg +5 -0
  2402. tech_icons-0.0.1/tech_icons/icons/gcp/hybrid-and-multicloud/vmware-engine.svg +1 -0
  2403. tech_icons-0.0.1/tech_icons/icons/gcp/industry-solutions/cloud-for-marketing.svg +5 -0
  2404. tech_icons-0.0.1/tech_icons/icons/gcp/industry-solutions/cloud-jobs-api.svg +1 -0
  2405. tech_icons-0.0.1/tech_icons/icons/gcp/industry-solutions/fleet-engine.svg +1 -0
  2406. tech_icons-0.0.1/tech_icons/icons/gcp/industry-solutions/game-servers.svg +27 -0
  2407. tech_icons-0.0.1/tech_icons/icons/gcp/industry-solutions/genomics.svg +1 -0
  2408. tech_icons-0.0.1/tech_icons/icons/gcp/industry-solutions/google-maps-platform.svg +12 -0
  2409. tech_icons-0.0.1/tech_icons/icons/gcp/industry-solutions/quantum-engine.svg +1 -0
  2410. tech_icons-0.0.1/tech_icons/icons/gcp/integration-services/api-analytics.svg +1 -0
  2411. tech_icons-0.0.1/tech_icons/icons/gcp/integration-services/api-monetization.svg +1 -0
  2412. tech_icons-0.0.1/tech_icons/icons/gcp/integration-services/api.svg +17 -0
  2413. tech_icons-0.0.1/tech_icons/icons/gcp/integration-services/apigee-api-platform.svg +1 -0
  2414. tech_icons-0.0.1/tech_icons/icons/gcp/integration-services/apigee-sense.svg +1 -0
  2415. tech_icons-0.0.1/tech_icons/icons/gcp/integration-services/apigee.svg +43 -0
  2416. tech_icons-0.0.1/tech_icons/icons/gcp/integration-services/cloud-api-gateway.svg +7 -0
  2417. tech_icons-0.0.1/tech_icons/icons/gcp/integration-services/cloud-apis.svg +1 -0
  2418. tech_icons-0.0.1/tech_icons/icons/gcp/integration-services/cloud-endpoints.svg +1 -0
  2419. tech_icons-0.0.1/tech_icons/icons/gcp/integration-services/integrationservices.svg +11 -0
  2420. tech_icons-0.0.1/tech_icons/icons/gcp/iot/iot-core.svg +1 -0
  2421. tech_icons-0.0.1/tech_icons/icons/gcp/iot/iot-edge.svg +1 -0
  2422. tech_icons-0.0.1/tech_icons/icons/gcp/management-tools/administration.svg +21 -0
  2423. tech_icons-0.0.1/tech_icons/icons/gcp/management-tools/asset-inventory.svg +1 -0
  2424. tech_icons-0.0.1/tech_icons/icons/gcp/management-tools/billing.svg +19 -0
  2425. tech_icons-0.0.1/tech_icons/icons/gcp/management-tools/catalog.svg +14 -0
  2426. tech_icons-0.0.1/tech_icons/icons/gcp/management-tools/cloud-asset-inventory.svg +9 -0
  2427. tech_icons-0.0.1/tech_icons/icons/gcp/management-tools/cloud-deployment-manager.svg +1 -0
  2428. tech_icons-0.0.1/tech_icons/icons/gcp/management-tools/cloud-logging.svg +1 -0
  2429. tech_icons-0.0.1/tech_icons/icons/gcp/management-tools/cloud-monitoring.svg +1 -0
  2430. tech_icons-0.0.1/tech_icons/icons/gcp/management-tools/cloud-ops.svg +17 -0
  2431. tech_icons-0.0.1/tech_icons/icons/gcp/management-tools/managementtools.svg +18 -0
  2432. tech_icons-0.0.1/tech_icons/icons/gcp/management-tools/os-configuration-management.svg +5 -0
  2433. tech_icons-0.0.1/tech_icons/icons/gcp/management-tools/os-inventory-management.svg +11 -0
  2434. tech_icons-0.0.1/tech_icons/icons/gcp/management-tools/os-patch-management.svg +5 -0
  2435. tech_icons-0.0.1/tech_icons/icons/gcp/management-tools/performance-dashboard.svg +5 -0
  2436. tech_icons-0.0.1/tech_icons/icons/gcp/management-tools/quotas.svg +1 -0
  2437. tech_icons-0.0.1/tech_icons/icons/gcp/management-tools/runtime-config.svg +1 -0
  2438. tech_icons-0.0.1/tech_icons/icons/gcp/maps-and-geospatial/mapsgeospatial.svg +16 -0
  2439. tech_icons-0.0.1/tech_icons/icons/gcp/marketplace/cloud-healthcare-marketplace.svg +11 -0
  2440. tech_icons-0.0.1/tech_icons/icons/gcp/marketplace/developer-portal.svg +1 -0
  2441. tech_icons-0.0.1/tech_icons/icons/gcp/marketplace/financial-services-marketplace.svg +11 -0
  2442. tech_icons-0.0.1/tech_icons/icons/gcp/marketplace/google-cloud-marketplace.svg +25 -0
  2443. tech_icons-0.0.1/tech_icons/icons/gcp/marketplace/launcher.svg +18 -0
  2444. tech_icons-0.0.1/tech_icons/icons/gcp/marketplace/marketplace.svg +14 -0
  2445. tech_icons-0.0.1/tech_icons/icons/gcp/marketplace/partner-portal.svg +21 -0
  2446. tech_icons-0.0.1/tech_icons/icons/gcp/marketplace/producer-portal.svg +13 -0
  2447. tech_icons-0.0.1/tech_icons/icons/gcp/media-services/mediaservices.svg +14 -0
  2448. tech_icons-0.0.1/tech_icons/icons/gcp/migration/migration.svg +13 -0
  2449. tech_icons-0.0.1/tech_icons/icons/gcp/mixed-reality/mixedreality.svg +13 -0
  2450. tech_icons-0.0.1/tech_icons/icons/gcp/networking/cloud-cdn.svg +1 -0
  2451. tech_icons-0.0.1/tech_icons/icons/gcp/networking/cloud-dns.svg +1 -0
  2452. tech_icons-0.0.1/tech_icons/icons/gcp/networking/cloud-domains.svg +1 -0
  2453. tech_icons-0.0.1/tech_icons/icons/gcp/networking/cloud-external-ip-addresses.svg +1 -0
  2454. tech_icons-0.0.1/tech_icons/icons/gcp/networking/cloud-firewall-rules.svg +1 -0
  2455. tech_icons-0.0.1/tech_icons/icons/gcp/networking/cloud-interconnect.svg +1 -0
  2456. tech_icons-0.0.1/tech_icons/icons/gcp/networking/cloud-load-balancing.svg +1 -0
  2457. tech_icons-0.0.1/tech_icons/icons/gcp/networking/cloud-media-edge.svg +1 -0
  2458. tech_icons-0.0.1/tech_icons/icons/gcp/networking/cloud-nat.svg +1 -0
  2459. tech_icons-0.0.1/tech_icons/icons/gcp/networking/cloud-network.svg +1 -0
  2460. tech_icons-0.0.1/tech_icons/icons/gcp/networking/cloud-router.svg +1 -0
  2461. tech_icons-0.0.1/tech_icons/icons/gcp/networking/cloud-routes.svg +1 -0
  2462. tech_icons-0.0.1/tech_icons/icons/gcp/networking/cloud-vpn.svg +1 -0
  2463. tech_icons-0.0.1/tech_icons/icons/gcp/networking/connectivity-test.svg +6 -0
  2464. tech_icons-0.0.1/tech_icons/icons/gcp/networking/network-connectivity-center.svg +1 -0
  2465. tech_icons-0.0.1/tech_icons/icons/gcp/networking/network-intelligence-center.svg +5 -0
  2466. tech_icons-0.0.1/tech_icons/icons/gcp/networking/network-security.svg +1 -0
  2467. tech_icons-0.0.1/tech_icons/icons/gcp/networking/network-tiers.svg +1 -0
  2468. tech_icons-0.0.1/tech_icons/icons/gcp/networking/network-topology.svg +5 -0
  2469. tech_icons-0.0.1/tech_icons/icons/gcp/networking/networking.svg +17 -0
  2470. tech_icons-0.0.1/tech_icons/icons/gcp/networking/partner-interconnect.svg +1 -0
  2471. tech_icons-0.0.1/tech_icons/icons/gcp/networking/premium-network-tier.svg +1 -0
  2472. tech_icons-0.0.1/tech_icons/icons/gcp/networking/private-connectivity.svg +1 -0
  2473. tech_icons-0.0.1/tech_icons/icons/gcp/networking/private-service-connect.svg +1 -0
  2474. tech_icons-0.0.1/tech_icons/icons/gcp/networking/service-discovery.svg +1 -0
  2475. tech_icons-0.0.1/tech_icons/icons/gcp/networking/standard-network-tier.svg +5 -0
  2476. tech_icons-0.0.1/tech_icons/icons/gcp/networking/traffic-director.svg +1 -0
  2477. tech_icons-0.0.1/tech_icons/icons/gcp/networking/virtual-private-cloud.svg +1 -0
  2478. tech_icons-0.0.1/tech_icons/icons/gcp/observability/observability.svg +14 -0
  2479. tech_icons-0.0.1/tech_icons/icons/gcp/operations/operations.svg +17 -0
  2480. tech_icons-0.0.1/tech_icons/icons/gcp/products/cloud-generic.svg +5 -0
  2481. tech_icons-0.0.1/tech_icons/icons/gcp/products/cloud-test-lab.svg +1 -0
  2482. tech_icons-0.0.1/tech_icons/icons/gcp/products/connectors.svg +1 -0
  2483. tech_icons-0.0.1/tech_icons/icons/gcp/products/data-layers.svg +1 -0
  2484. tech_icons-0.0.1/tech_icons/icons/gcp/products/early-access-center.svg +1 -0
  2485. tech_icons-0.0.1/tech_icons/icons/gcp/products/free-trial.svg +18 -0
  2486. tech_icons-0.0.1/tech_icons/icons/gcp/products/home.svg +13 -0
  2487. tech_icons-0.0.1/tech_icons/icons/gcp/products/my-cloud.svg +26 -0
  2488. tech_icons-0.0.1/tech_icons/icons/gcp/products/onboarding.svg +17 -0
  2489. tech_icons-0.0.1/tech_icons/icons/gcp/products/permissions.svg +14 -0
  2490. tech_icons-0.0.1/tech_icons/icons/gcp/products/project.svg +20 -0
  2491. tech_icons-0.0.1/tech_icons/icons/gcp/products/release-notes.svg +1 -0
  2492. tech_icons-0.0.1/tech_icons/icons/gcp/products/security.svg +12 -0
  2493. tech_icons-0.0.1/tech_icons/icons/gcp/products/support.svg +12 -0
  2494. tech_icons-0.0.1/tech_icons/icons/gcp/products/user-preferences.svg +19 -0
  2495. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/access-context-manager.svg +1 -0
  2496. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/assured-workloads.svg +1 -0
  2497. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/beyondcorp.svg +1 -0
  2498. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/binary-authorization.svg +1 -0
  2499. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/certificate-authority-service.svg +13 -0
  2500. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/certificate-manager.svg +1 -0
  2501. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/cloud-armor.svg +1 -0
  2502. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/cloud-audit-logs.svg +1 -0
  2503. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/cloud-ekm.svg +5 -0
  2504. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/cloud-healthcare-api.svg +1 -0
  2505. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/cloud-hsm.svg +1 -0
  2506. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/cloud-ids.svg +1 -0
  2507. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/cloud-security-scanner.svg +1 -0
  2508. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/data-loss-prevention-api.svg +1 -0
  2509. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/identity-and-access-management.svg +1 -0
  2510. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/identity-aware-proxy.svg +1 -0
  2511. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/identity-platform.svg +1 -0
  2512. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/key-access-justifications.svg +1 -0
  2513. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/key-management-service.svg +1 -0
  2514. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/managed-service-for-microsoft-active-directory.svg +1 -0
  2515. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/mandiant.svg +36 -0
  2516. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/phishing-protection.svg +1 -0
  2517. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/policy-analyzer.svg +5 -0
  2518. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/risk-manager.svg +1 -0
  2519. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/secops.svg +37 -0
  2520. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/secret-manager.svg +7 -0
  2521. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/security-command-center.svg +1 -0
  2522. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/security-health-advisor.svg +39 -0
  2523. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/security-key-enforcement.svg +1 -0
  2524. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/securitycommandcenter.svg +19 -0
  2525. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/securityidentity.svg +16 -0
  2526. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/threatintelligence.svg +18 -0
  2527. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/web-risk.svg +1 -0
  2528. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/web-security-scanner.svg +1 -0
  2529. tech_icons-0.0.1/tech_icons/icons/gcp/security-identity/workload-identity-pool.svg +1 -0
  2530. tech_icons-0.0.1/tech_icons/icons/gcp/serverless-computing/app-engine.svg +1 -0
  2531. tech_icons-0.0.1/tech_icons/icons/gcp/serverless-computing/cloud-functions.svg +1 -0
  2532. tech_icons-0.0.1/tech_icons/icons/gcp/serverless-computing/cloud-run-for-anthos.svg +1 -0
  2533. tech_icons-0.0.1/tech_icons/icons/gcp/serverless-computing/cloud-run.svg +1 -0
  2534. tech_icons-0.0.1/tech_icons/icons/gcp/serverless-computing/cloud-scheduler.svg +1 -0
  2535. tech_icons-0.0.1/tech_icons/icons/gcp/serverless-computing/cloud-tasks.svg +1 -0
  2536. tech_icons-0.0.1/tech_icons/icons/gcp/serverless-computing/cloudrun.svg +38 -0
  2537. tech_icons-0.0.1/tech_icons/icons/gcp/serverless-computing/eventarc.svg +1 -0
  2538. tech_icons-0.0.1/tech_icons/icons/gcp/serverless-computing/kuberun.svg +13 -0
  2539. tech_icons-0.0.1/tech_icons/icons/gcp/serverless-computing/serverlesscomputing.svg +15 -0
  2540. tech_icons-0.0.1/tech_icons/icons/gcp/serverless-computing/workflows.svg +1 -0
  2541. tech_icons-0.0.1/tech_icons/icons/gcp/storage/cloud-storage.svg +38 -0
  2542. tech_icons-0.0.1/tech_icons/icons/gcp/storage/filestore.svg +1 -0
  2543. tech_icons-0.0.1/tech_icons/icons/gcp/storage/hyperdisk.svg +14 -0
  2544. tech_icons-0.0.1/tech_icons/icons/gcp/storage/storage.svg +13 -0
  2545. tech_icons-0.0.1/tech_icons/icons/gcp/storage/transfer-appliance.svg +1 -0
  2546. tech_icons-0.0.1/tech_icons/icons/gcp/storage/transfer.svg +7 -0
  2547. tech_icons-0.0.1/tech_icons/icons/gcp/web-and-mobile/webmobile.svg +16 -0
  2548. tech_icons-0.0.1/tech_icons/icons/gcp/web3/web3.svg +11 -0
  2549. tech_icons-0.0.1/tech_icons/icons/microsoft/dynamics-365/businesscentral-scalable.svg +80 -0
  2550. tech_icons-0.0.1/tech_icons/icons/microsoft/dynamics-365/commerce-scalable.svg +23 -0
  2551. tech_icons-0.0.1/tech_icons/icons/microsoft/dynamics-365/contactcenter-scalable.svg +39 -0
  2552. tech_icons-0.0.1/tech_icons/icons/microsoft/dynamics-365/customerinsights-scalable.svg +54 -0
  2553. tech_icons-0.0.1/tech_icons/icons/microsoft/dynamics-365/customerservices-scalable.svg +33 -0
  2554. tech_icons-0.0.1/tech_icons/icons/microsoft/dynamics-365/customervoice-scalable.svg +56 -0
  2555. tech_icons-0.0.1/tech_icons/icons/microsoft/dynamics-365/dynamics365-scalable.svg +48 -0
  2556. tech_icons-0.0.1/tech_icons/icons/microsoft/dynamics-365/fieldservice-scalable.svg +47 -0
  2557. tech_icons-0.0.1/tech_icons/icons/microsoft/dynamics-365/finance-scalable.svg +49 -0
  2558. tech_icons-0.0.1/tech_icons/icons/microsoft/dynamics-365/financeoperations-scalable.svg +44 -0
  2559. tech_icons-0.0.1/tech_icons/icons/microsoft/dynamics-365/humanresources-scalable.svg +46 -0
  2560. tech_icons-0.0.1/tech_icons/icons/microsoft/dynamics-365/intelligentordermanagement-scalable.svg +45 -0
  2561. tech_icons-0.0.1/tech_icons/icons/microsoft/dynamics-365/projectoperations-scalable.svg +48 -0
  2562. tech_icons-0.0.1/tech_icons/icons/microsoft/dynamics-365/sales-scalable.svg +64 -0
  2563. tech_icons-0.0.1/tech_icons/icons/microsoft/dynamics-365/salesinsights-scalable.svg +44 -0
  2564. tech_icons-0.0.1/tech_icons/icons/microsoft/dynamics-365/supplychainmanagement-scalable.svg +56 -0
  2565. tech_icons-0.0.1/tech_icons/icons/microsoft/entra/microsoft-entra-id-color-icon.svg +9 -0
  2566. tech_icons-0.0.1/tech_icons/icons/microsoft/entra/microsoft-entra-id-governance-color-icon.svg +27 -0
  2567. tech_icons-0.0.1/tech_icons/icons/microsoft/entra/microsoft-entra-internet-access-color-icon.svg +30 -0
  2568. tech_icons-0.0.1/tech_icons/icons/microsoft/entra/microsoft-entra-private-access-color-icon.svg +30 -0
  2569. tech_icons-0.0.1/tech_icons/icons/microsoft/entra/microsoft-entra-product-family.svg +59 -0
  2570. tech_icons-0.0.1/tech_icons/icons/microsoft/entra/microsoft-entra-verified-id-color-icon.svg +30 -0
  2571. tech_icons-0.0.1/tech_icons/icons/microsoft/entra/microsoft-entra-workload-id-color-icon.svg +1 -0
  2572. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/add-pipeline.svg +1 -0
  2573. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/app-folder-pulse.svg +1 -0
  2574. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/apps.svg +1 -0
  2575. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/arrow-curved-right-circle.svg +1 -0
  2576. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/arrow-down-double-wrap.svg +1 -0
  2577. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/arrow-down-double.svg +1 -0
  2578. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/arrow-down-drill-circle.svg +1 -0
  2579. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/arrow-exit-multiple.svg +1 -0
  2580. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/arrow-export-import.svg +1 -0
  2581. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/arrow-forward-circle.svg +1 -0
  2582. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/arrow-right-double-wrap.svg +1 -0
  2583. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/arrow-right-double.svg +1 -0
  2584. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/asterisk-circle.svg +1 -0
  2585. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/asterisk.svg +1 -0
  2586. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/beaker-flash.svg +1 -0
  2587. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/binoculars.svg +1 -0
  2588. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/book-database.svg +1 -0
  2589. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/book-open-data-cloud.svg +1 -0
  2590. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/bookmark-data-bar-vertical.svg +1 -0
  2591. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/border-inside-all.svg +1 -0
  2592. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/border-inside-horizontal.svg +1 -0
  2593. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/border-inside-vertical.svg +1 -0
  2594. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/border-none-eye.svg +1 -0
  2595. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/bracket-rectangles.svg +1 -0
  2596. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/branch-add.svg +1 -0
  2597. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/branch-edit.svg +1 -0
  2598. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/branch-fork-link.svg +1 -0
  2599. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/branch-fork-signal.svg +1 -0
  2600. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/briefcase-pulse.svg +1 -0
  2601. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/briefcase-report.svg +1 -0
  2602. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/bucket.svg +1 -0
  2603. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/building-data.svg +1 -0
  2604. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/building-retail-more-link.svg +1 -0
  2605. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/calculator-brackets-number-symbol.svg +1 -0
  2606. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/calculator-brackets.svg +1 -0
  2607. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/calculator-multiple-brackets-number-symbol.svg +1 -0
  2608. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/calculator-multiple-brackets.svg +1 -0
  2609. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/calculator-number-symbol.svg +1 -0
  2610. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/calculator-triangle.svg +1 -0
  2611. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/calendar-ltr-clock.svg +1 -0
  2612. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/calendar-month-arrow-up.svg +1 -0
  2613. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/calendar-month-lightning.svg +1 -0
  2614. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/calendar-month-link.svg +1 -0
  2615. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/calendar-month-person.svg +1 -0
  2616. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/calendar-month-prohibited.svg +1 -0
  2617. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/calendar-month-signal.svg +1 -0
  2618. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/calendar-month-toolbox.svg +1 -0
  2619. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/categorize.svg +1 -0
  2620. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/circle-chart.svg +1 -0
  2621. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/circle-group.svg +1 -0
  2622. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/circle-tree.svg +1 -0
  2623. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/cloud-arrow-up-down.svg +1 -0
  2624. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/cloud-endpoint.svg +1 -0
  2625. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/code-text-flash.svg +1 -0
  2626. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/cohort.svg +1 -0
  2627. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/column-double-caret.svg +1 -0
  2628. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/column-inline.svg +1 -0
  2629. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/column-relationship.svg +1 -0
  2630. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/column-single.svg +1 -0
  2631. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/column-uneven.svg +1 -0
  2632. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/commit-circle.svg +1 -0
  2633. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/commit.svg +1 -0
  2634. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/connector.svg +1 -0
  2635. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/copilot.svg +1 -0
  2636. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/copy-job.svg +1 -0
  2637. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/cube-cone-arrow-curved-right-new.svg +1 -0
  2638. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/cube-cone-arrow-curved-right.svg +1 -0
  2639. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/cube-cone-arrow-forward.svg +1 -0
  2640. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/cube-cone-sphere.svg +1 -0
  2641. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/custom-streaming-connector.svg +1 -0
  2642. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/dashboard.svg +1 -0
  2643. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/data-agent.svg +1 -0
  2644. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/data-area-location.svg +1 -0
  2645. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/data-bar-vertical-diagonal-up-right.svg +1 -0
  2646. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/data-bar-vertical-edit.svg +1 -0
  2647. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/data-bar-vertical-highlight.svg +1 -0
  2648. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/data-bar-vertical-lightning.svg +1 -0
  2649. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/data-bar-vertical-phone.svg +1 -0
  2650. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/data-bar-vertical-prohibited.svg +1 -0
  2651. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/data-engineering.svg +1 -0
  2652. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/data-factory.svg +1 -0
  2653. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/data-graph.svg +1 -0
  2654. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/data-histogram-function.svg +1 -0
  2655. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/data-science.svg +1 -0
  2656. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/data-tree.svg +1 -0
  2657. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/data-warehouse.svg +1 -0
  2658. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/database-add.svg +1 -0
  2659. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/database-arrow-forward.svg +1 -0
  2660. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/database-arrow-right-enter.svg +1 -0
  2661. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/database-arrow-sync.svg +1 -0
  2662. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/database-asterisk.svg +1 -0
  2663. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/database-checkmark.svg +1 -0
  2664. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/database-crown.svg +1 -0
  2665. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/database-dismiss.svg +1 -0
  2666. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/database-globe.svg +1 -0
  2667. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/database-kql.svg +1 -0
  2668. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/database-money.svg +1 -0
  2669. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/database-multiple-arrow.svg +1 -0
  2670. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/database-multiple-kql.svg +1 -0
  2671. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/database-pulse.svg +1 -0
  2672. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/database-ribbon.svg +1 -0
  2673. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/database-sql.svg +1 -0
  2674. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/database-stack-asterisk.svg +1 -0
  2675. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/database-stack-pulse.svg +1 -0
  2676. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/database-swap.svg +1 -0
  2677. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/database-table.svg +1 -0
  2678. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/databases.svg +1 -0
  2679. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/dataflow-gen2.svg +1 -0
  2680. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/dataflow.svg +1 -0
  2681. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/datamart.svg +1 -0
  2682. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/datatype-any.svg +1 -0
  2683. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/datatype-binary.svg +1 -0
  2684. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/datatype-boolean.svg +1 -0
  2685. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/datatype-byte.svg +1 -0
  2686. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/datatype-decimal.svg +1 -0
  2687. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/datatype-double.svg +1 -0
  2688. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/datatype-float.svg +1 -0
  2689. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/datatype-integer.svg +1 -0
  2690. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/datatype-long.svg +1 -0
  2691. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/datatype-short.svg +1 -0
  2692. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/datatype-string.svg +1 -0
  2693. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/datatype-unique-identifier.svg +1 -0
  2694. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/developer-board-lightning-asterisk.svg +1 -0
  2695. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/developer-board-lightning-kql.svg +1 -0
  2696. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/developer-board-lightning-sparkle.svg +1 -0
  2697. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/diagram-arrow-circle.svg +1 -0
  2698. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/diagram-branch-link.svg +1 -0
  2699. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/diagram-branch-sync.svg +1 -0
  2700. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/diagram-branch.svg +1 -0
  2701. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/document-hint.svg +1 -0
  2702. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/document-multiple-checkmark.svg +1 -0
  2703. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/document-multiple-dax-arrow-diagonal-up-right.svg +1 -0
  2704. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/document-multiple-dax.svg +1 -0
  2705. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/document-multiple-pulse.svg +1 -0
  2706. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/document-multiple-question.svg +1 -0
  2707. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/document-one-page-multiple-text.svg +1 -0
  2708. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/document-one-page-sparkles.svg +1 -0
  2709. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/document-people.svg +1 -0
  2710. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/document-pq.svg +1 -0
  2711. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/document-rdl.svg +1 -0
  2712. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/document-shapes.svg +1 -0
  2713. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/document-sql.svg +1 -0
  2714. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/document-ssis-play.svg +1 -0
  2715. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/document-ssis.svg +1 -0
  2716. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/document-tmdl-arrow-diagonal-up-right.svg +1 -0
  2717. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/document-tmdl.svg +1 -0
  2718. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/document-tree.svg +1 -0
  2719. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/dual-screen-diff.svg +1 -0
  2720. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/endpoint.svg +1 -0
  2721. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/environment.svg +1 -0
  2722. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/equal-off-circle.svg +1 -0
  2723. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/equal.svg +1 -0
  2724. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/event-house.svg +1 -0
  2725. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/eventstream.svg +1 -0
  2726. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/experiments.svg +1 -0
  2727. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/exploration.svg +1 -0
  2728. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/external-dataflow.svg +1 -0
  2729. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/external-datamart.svg +1 -0
  2730. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/external-semantic-model.svg +1 -0
  2731. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/fabric.svg +1 -0
  2732. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/filter-settings.svg +1 -0
  2733. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/folder-open-data-bar.svg +1 -0
  2734. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/folder-share.svg +1 -0
  2735. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/folder-table.svg +1 -0
  2736. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/folder.svg +1 -0
  2737. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/function-set.svg +1 -0
  2738. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/funnel-add.svg +1 -0
  2739. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/funnel.svg +1 -0
  2740. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/gauge-kql.svg +1 -0
  2741. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/generic-placeholder.svg +1 -0
  2742. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/gift-open-warning.svg +1 -0
  2743. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/globe-settings.svg +1 -0
  2744. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/graph-intelligence.svg +1 -0
  2745. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/graph-model-instance-queryset.svg +1 -0
  2746. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/graph-model-instance.svg +1 -0
  2747. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/group-workspace.svg +1 -0
  2748. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/healthcare.svg +1 -0
  2749. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/hexagon-three-rotated-add.svg +1 -0
  2750. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/hexagon-three-rotated.svg +1 -0
  2751. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/hint-grid.svg +1 -0
  2752. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/home-kql.svg +1 -0
  2753. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/home-more-lightning.svg +1 -0
  2754. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/home-tree-line.svg +1 -0
  2755. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/home-waves.svg +1 -0
  2756. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/import-notebook.svg +1 -0
  2757. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/industry-solutions.svg +1 -0
  2758. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/info-no-circle.svg +1 -0
  2759. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/iot-person.svg +1 -0
  2760. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/kql-database.svg +1 -0
  2761. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/kql-queryset.svg +1 -0
  2762. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/kql-script.svg +1 -0
  2763. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/lakehouse.svg +1 -0
  2764. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/layer-add.svg +1 -0
  2765. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/layout-column-three-lock.svg +1 -0
  2766. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/layout-row-three-lock.svg +1 -0
  2767. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/library-globe.svg +1 -0
  2768. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/library-people.svg +1 -0
  2769. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/library-person.svg +1 -0
  2770. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/links.svg +1 -0
  2771. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/list-asterisk.svg +1 -0
  2772. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/list-kql.svg +1 -0
  2773. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/list-shield.svg +1 -0
  2774. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/list-sql.svg +1 -0
  2775. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/lock-circle.svg +1 -0
  2776. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/lock-closed-database.svg +1 -0
  2777. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/lock-closed-sql.svg +1 -0
  2778. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/match-category.svg +1 -0
  2779. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/metric-sets.svg +1 -0
  2780. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/mirrored-generic-database.svg +1 -0
  2781. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/mobile-report.svg +1 -0
  2782. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/model.svg +1 -0
  2783. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/my-location-arrow-down.svg +1 -0
  2784. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/my-location-database.svg +1 -0
  2785. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/my-location-radar.svg +1 -0
  2786. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/my-location-ribbon.svg +1 -0
  2787. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/my-workspace.svg +1 -0
  2788. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/no-access-semantic-model.svg +1 -0
  2789. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/nodes-connected.svg +1 -0
  2790. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/nodes-triangle-connected-top.svg +1 -0
  2791. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/notebook-arrow-diagonal-up-right.svg +1 -0
  2792. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/notebook-code.svg +1 -0
  2793. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/notebook-globe.svg +1 -0
  2794. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/notebook.svg +1 -0
  2795. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/number-01-function.svg +1 -0
  2796. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/odata.svg +1 -0
  2797. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/one-lake.svg +1 -0
  2798. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/operations-agent.svg +1 -0
  2799. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/orientation-vertical.svg +1 -0
  2800. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/paginated-report.svg +1 -0
  2801. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/partition-hint.svg +1 -0
  2802. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/person-warning.svg +1 -0
  2803. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/person-wrench.svg +1 -0
  2804. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/phone-data-bar-vertical.svg +1 -0
  2805. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/pie-double.svg +1 -0
  2806. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/pipeline-note.svg +1 -0
  2807. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/pipeline.svg +1 -0
  2808. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/planning.svg +1 -0
  2809. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/power-bi.svg +1 -0
  2810. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/progress-bar.svg +1 -0
  2811. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/progress-circle.svg +1 -0
  2812. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/pulse-square-person.svg +1 -0
  2813. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/purview.svg +1 -0
  2814. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/rdl-report.svg +1 -0
  2815. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/real-time-dashboard.svg +1 -0
  2816. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/real-time-intelligence.svg +1 -0
  2817. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/receipt-kql-new.svg +1 -0
  2818. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/receipt-kql.svg +1 -0
  2819. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/receipt-sparkle-new.svg +1 -0
  2820. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/receipt-sparkle.svg +1 -0
  2821. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/rectangle-arrow-down-exit.svg +1 -0
  2822. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/rectangle-arrow-up-exit.svg +1 -0
  2823. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/rectangle-arrow-up.svg +1 -0
  2824. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/rectangle-list-asterisk.svg +1 -0
  2825. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/rectangle-multiple-arrow-curved-left.svg +1 -0
  2826. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/rectangle-multiple-arrow-curved-right.svg +1 -0
  2827. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/rectangle-multiple-diff.svg +1 -0
  2828. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/report.svg +1 -0
  2829. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/restricted-report.svg +1 -0
  2830. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/restricted-scorecard.svg +1 -0
  2831. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/retail.svg +1 -0
  2832. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/runtime-lineage.svg +1 -0
  2833. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/sample.svg +1 -0
  2834. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/save-phone.svg +1 -0
  2835. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/scan-categorize.svg +1 -0
  2836. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/schema-model.svg +1 -0
  2837. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/schema.svg +1 -0
  2838. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/scorecard.svg +1 -0
  2839. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/script-kql-add.svg +1 -0
  2840. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/script-kql.svg +1 -0
  2841. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/script-sparkle-add.svg +1 -0
  2842. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/script-sparkle.svg +1 -0
  2843. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/semantic-model.svg +1 -0
  2844. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/send-circle.svg +1 -0
  2845. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/settings-person.svg +1 -0
  2846. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/shape-ellipse.svg +1 -0
  2847. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/shapes-lightning.svg +1 -0
  2848. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/shapes-settings.svg +1 -0
  2849. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/shapes-three.svg +1 -0
  2850. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/shapes-toolbox.svg +1 -0
  2851. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/shapes.svg +1 -0
  2852. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/shared-semantic-model.svg +1 -0
  2853. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/shopping-bag-data-bar-vertical.svg +1 -0
  2854. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/slide-text-accept-dismiss.svg +1 -0
  2855. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/slide-text-ribbon.svg +1 -0
  2856. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/slide-text-window.svg +1 -0
  2857. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/spark-job-direction.svg +1 -0
  2858. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/sql-database.svg +1 -0
  2859. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/square-arrow-up-down.svg +1 -0
  2860. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/square-database-arrow-up-down.svg +1 -0
  2861. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/square-database.svg +1 -0
  2862. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/square-globe-arrow-up-down.svg +1 -0
  2863. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/square-multiple-arrow-up.svg +1 -0
  2864. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/square-multiple-data-bar-vertical.svg +1 -0
  2865. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/square-multiple-diagram-new.svg +1 -0
  2866. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/square-multiple-diagram.svg +1 -0
  2867. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/square-multiple-overlap-eye.svg +1 -0
  2868. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/square-multiple-overlap-kql.svg +1 -0
  2869. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/square-multiple-overlap-line.svg +1 -0
  2870. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/square-multiple-overlap.svg +1 -0
  2871. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/square-multiple.svg +1 -0
  2872. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/square-waves.svg +1 -0
  2873. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/stack-key.svg +1 -0
  2874. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/stream-bracket.svg +1 -0
  2875. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/stream-search.svg +1 -0
  2876. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/stream-settings-bracket.svg +1 -0
  2877. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/stream-settings.svg +1 -0
  2878. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/streaming-dataflow.svg +1 -0
  2879. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/streaming-semantic-model.svg +1 -0
  2880. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/sustainability.svg +1 -0
  2881. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/table-arrow-diagonal-up-right.svg +1 -0
  2882. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/table-border-left.svg +1 -0
  2883. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/table-broom.svg +1 -0
  2884. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/table-column-brackets.svg +1 -0
  2885. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/table-column-function.svg +1 -0
  2886. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/table-column-question.svg +1 -0
  2887. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/table-column-sigma.svg +1 -0
  2888. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/table-external.svg +1 -0
  2889. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/table-function.svg +1 -0
  2890. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/table-header.svg +1 -0
  2891. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/table-key.svg +1 -0
  2892. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/table-kql.svg +1 -0
  2893. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/table-lightning-link.svg +1 -0
  2894. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/table-link-triangle.svg +1 -0
  2895. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/table-link.svg +1 -0
  2896. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/table-multiple-arrow-curved-right-new.svg +1 -0
  2897. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/table-multiple-arrow-curved-right.svg +1 -0
  2898. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/table-text-cdc.svg +1 -0
  2899. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/table-triangle.svg +1 -0
  2900. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/table-wand.svg +1 -0
  2901. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/text-abc.svg +1 -0
  2902. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/text-any.svg +1 -0
  2903. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/text-bullet-list-square-pulse.svg +1 -0
  2904. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/text-byte.svg +1 -0
  2905. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/text-number-01.svg +1 -0
  2906. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/text-number-1-2.svg +1 -0
  2907. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/text-number-1-2f.svg +1 -0
  2908. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/text-number-123.svg +1 -0
  2909. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/text-number-12l.svg +1 -0
  2910. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/text-number-12s.svg +1 -0
  2911. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/text-number-field.svg +1 -0
  2912. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/text-number-sequence.svg +1 -0
  2913. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/text-py.svg +1 -0
  2914. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/toggle-multiple-sparkles.svg +1 -0
  2915. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/tooltip-data-bar-vertical.svg +1 -0
  2916. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/trophy-data-bar-vertical.svg +1 -0
  2917. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/trophy-prohibited.svg +1 -0
  2918. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/user-data-function.svg +1 -0
  2919. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/variable-library.svg +1 -0
  2920. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/window-asterisk-new.svg +1 -0
  2921. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/window-asterisk.svg +1 -0
  2922. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/window-bullet-list-filter.svg +1 -0
  2923. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/window-checkmark.svg +1 -0
  2924. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/window-code.svg +1 -0
  2925. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/window-database-arrow-up.svg +1 -0
  2926. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/window-gauge.svg +1 -0
  2927. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/window-interface.svg +1 -0
  2928. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/window-math-formula.svg +1 -0
  2929. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/window-person.svg +1 -0
  2930. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/window-pulse.svg +1 -0
  2931. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/window-relationship-off.svg +1 -0
  2932. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/window-relationship.svg +1 -0
  2933. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/window-sparkle-new.svg +1 -0
  2934. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/window-sparkle.svg +1 -0
  2935. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/window-synapse-link.svg +1 -0
  2936. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/window-tree-arrow-diagonal-up-right.svg +1 -0
  2937. tech_icons-0.0.1/tech_icons/icons/microsoft/fabric/window-tree.svg +1 -0
  2938. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/apps-list-detail.svg +3 -0
  2939. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/apps.svg +3 -0
  2940. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/arrow-circle-left.svg +3 -0
  2941. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/arrow-circle-right.svg +3 -0
  2942. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/arrow-clockwise.svg +3 -0
  2943. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/arrow-down.svg +3 -0
  2944. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/arrow-download.svg +3 -0
  2945. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/arrow-sync.svg +3 -0
  2946. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/arrow-upload.svg +3 -0
  2947. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/attach.svg +3 -0
  2948. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/book-contacts.svg +3 -0
  2949. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/bot.svg +3 -0
  2950. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/building-cloud.svg +4 -0
  2951. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/building-gray.svg +5 -0
  2952. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/building-multiple.svg +8 -0
  2953. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/building-people-blue-dark.svg +12 -0
  2954. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/building-people-blue-gray.svg +12 -0
  2955. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/building-people-blue-light.svg +12 -0
  2956. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/building-people-teams-dark.svg +12 -0
  2957. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/building-people-teams-gray.svg +12 -0
  2958. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/building-people-teams-light.svg +12 -0
  2959. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/building-people.svg +12 -0
  2960. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/building-retail.svg +5 -0
  2961. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/building.svg +5 -0
  2962. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/calculator.svg +3 -0
  2963. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/calendar-month-dark.svg +3 -0
  2964. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/calendar-month-gray.svg +3 -0
  2965. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/calendar-month-light.svg +3 -0
  2966. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/calendar-month.svg +3 -0
  2967. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/call.svg +3 -0
  2968. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/camera.svg +3 -0
  2969. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/cart.svg +3 -0
  2970. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/certificate.svg +5 -0
  2971. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/chart-multiple.svg +6 -0
  2972. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/chat-multiple.svg +4 -0
  2973. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/chat.svg +3 -0
  2974. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/check.svg +4 -0
  2975. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/checkmark-circle-dark.svg +3 -0
  2976. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/checkmark-circle-gray.svg +3 -0
  2977. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/checkmark-circle-light.svg +3 -0
  2978. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/checkmark-circle.svg +3 -0
  2979. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/checkmark-dark.svg +3 -0
  2980. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/checkmark-gray.svg +3 -0
  2981. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/checkmark-light.svg +3 -0
  2982. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/chevron-circle.svg +3 -0
  2983. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/clipboard-dark.svg +3 -0
  2984. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/clipboard-gray.svg +3 -0
  2985. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/clipboard-light.svg +3 -0
  2986. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/clipboard-task-list-dark.svg +3 -0
  2987. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/clipboard-task-list-gray.svg +3 -0
  2988. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/clipboard-task-list-light.svg +3 -0
  2989. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/clipboard-task-list.svg +3 -0
  2990. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/clock-alarm.svg +3 -0
  2991. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/clock-dark.svg +3 -0
  2992. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/clock-gray.svg +3 -0
  2993. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/clock-light.svg +3 -0
  2994. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/clock.svg +3 -0
  2995. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/cloud-add.svg +4 -0
  2996. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/cloud-arrow-down.svg +4 -0
  2997. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/cloud-arrow-up.svg +4 -0
  2998. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/cloud-beaker.svg +5 -0
  2999. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/cloud-cube.svg +4 -0
  3000. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/cloud-database.svg +5 -0
  3001. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/cloud-desktop.svg +4 -0
  3002. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/cloud.svg +3 -0
  3003. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/code.svg +3 -0
  3004. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/column-arrow-right.svg +3 -0
  3005. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/comment-multiple.svg +4 -0
  3006. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/comment.svg +3 -0
  3007. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/data-area.svg +3 -0
  3008. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/data-bar-vertical.svg +3 -0
  3009. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/data-pie.svg +4 -0
  3010. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/data-trending-1.svg +3 -0
  3011. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/data-trending-2.svg +3 -0
  3012. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/data-trending.svg +3 -0
  3013. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/data-usage.svg +3 -0
  3014. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/database.svg +4 -0
  3015. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/deploy.svg +4 -0
  3016. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/desktop-arrow-down.svg +4 -0
  3017. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/desktop-tower.svg +4 -0
  3018. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/dismiss-circle.svg +3 -0
  3019. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/document-bullet-list-multiple.svg +4 -0
  3020. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/document-bullet-list.svg +3 -0
  3021. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/document-dark.svg +3 -0
  3022. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/document-gray.svg +3 -0
  3023. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/document-key.svg +4 -0
  3024. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/document-light.svg +3 -0
  3025. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/document-lock.svg +4 -0
  3026. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/document-multiple.svg +5 -0
  3027. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/document-one-page.svg +3 -0
  3028. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/document-text.svg +3 -0
  3029. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/document.svg +3 -0
  3030. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/edit.svg +4 -0
  3031. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/filmstrip-play.svg +3 -0
  3032. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/fingerprint.svg +3 -0
  3033. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/flag.svg +3 -0
  3034. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/folder-multiple.svg +4 -0
  3035. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/folder-open-vertical.svg +3 -0
  3036. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/folder-open.svg +3 -0
  3037. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/folder-people.svg +8 -0
  3038. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/globe.svg +3 -0
  3039. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/grid-circles.svg +3 -0
  3040. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/handshake.svg +4 -0
  3041. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/hat-graduation.svg +3 -0
  3042. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/headset.svg +3 -0
  3043. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/heart-pulse.svg +5 -0
  3044. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/heart.svg +3 -0
  3045. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/image.svg +4 -0
  3046. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/key.svg +3 -0
  3047. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/laptop.svg +3 -0
  3048. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/layer-diagonal.svg +3 -0
  3049. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/lightbulb-checkmark.svg +4 -0
  3050. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/lightbulb-dark.svg +4 -0
  3051. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/lightbulb-gray.svg +4 -0
  3052. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/lightbulb-light.svg +4 -0
  3053. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/lightbulb.svg +4 -0
  3054. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/lock-closed.svg +3 -0
  3055. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/lock-shield.svg +4 -0
  3056. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/mail-alert.svg +6 -0
  3057. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/mail-attach.svg +5 -0
  3058. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/mail-error.svg +5 -0
  3059. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/mail-read.svg +3 -0
  3060. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/mail.svg +3 -0
  3061. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/map.svg +5 -0
  3062. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/megaphone-loud-dark.svg +6 -0
  3063. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/megaphone-loud-gray.svg +6 -0
  3064. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/megaphone-loud-light.svg +6 -0
  3065. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/megaphone-loud.svg +6 -0
  3066. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/merge.svg +3 -0
  3067. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/notebook.svg +3 -0
  3068. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/number-circle-1.svg +3 -0
  3069. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/number-circle-2.svg +3 -0
  3070. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/number-circle-3.svg +3 -0
  3071. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/number-circle-4.svg +3 -0
  3072. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/organization-dark.svg +3 -0
  3073. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/organization-gray.svg +3 -0
  3074. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/organization-horizontal.svg +3 -0
  3075. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/organization-light.svg +3 -0
  3076. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/organization.svg +3 -0
  3077. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/panel-left-header-key.svg +4 -0
  3078. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/panel-left-header.svg +11 -0
  3079. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/payment.svg +3 -0
  3080. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/people-audience.svg +4 -0
  3081. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/people-community.svg +8 -0
  3082. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/people-settings.svg +4 -0
  3083. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/people-team.svg +3 -0
  3084. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/people.svg +5 -0
  3085. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/person-accounts.svg +4 -0
  3086. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/person-desktop.svg +4 -0
  3087. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/person-settings.svg +4 -0
  3088. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/person-square.svg +3 -0
  3089. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/person-wrench.svg +4 -0
  3090. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/person.svg +3 -0
  3091. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/phone-desktop.svg +4 -0
  3092. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/phone-laptop.svg +4 -0
  3093. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/phone-tablet.svg +4 -0
  3094. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/phone-update.svg +3 -0
  3095. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/phone.svg +3 -0
  3096. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/presenter.svg +5 -0
  3097. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/question-circle.svg +3 -0
  3098. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/radar.svg +11 -0
  3099. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/receipt.svg +3 -0
  3100. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/ribbon-planner-dark.svg +4 -0
  3101. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/ribbon-planner-gray.svg +4 -0
  3102. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/ribbon-planner-light.svg +4 -0
  3103. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/ribbon-star.svg +4 -0
  3104. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/ribbon.svg +4 -0
  3105. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/road-cone.svg +3 -0
  3106. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/script.svg +3 -0
  3107. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/search.svg +3 -0
  3108. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/select-all.svg +4 -0
  3109. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/settings-cog-multiple.svg +4 -0
  3110. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/settings-dark.svg +3 -0
  3111. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/settings-gray.svg +3 -0
  3112. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/settings-light.svg +3 -0
  3113. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/settings.svg +3 -0
  3114. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/shapes-three.svg +5 -0
  3115. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/share-screen-person-overlay.svg +5 -0
  3116. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/share-screen-person.svg +5 -0
  3117. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/share.svg +3 -0
  3118. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/shield-error.svg +3 -0
  3119. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/shifts-activity.svg +3 -0
  3120. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/shopping-bag.svg +3 -0
  3121. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/signature.svg +4 -0
  3122. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/slide-layout.svg +3 -0
  3123. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/tablet-laptop.svg +4 -0
  3124. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/tablet.svg +3 -0
  3125. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/tap-dark.svg +4 -0
  3126. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/tap-gray.svg +4 -0
  3127. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/tap-light.svg +4 -0
  3128. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/tap.svg +4 -0
  3129. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/task-list-ltr-dark.svg +3 -0
  3130. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/task-list-ltr-gray.svg +3 -0
  3131. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/task-list-ltr-light.svg +3 -0
  3132. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/task-list-square-dark.svg +3 -0
  3133. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/task-list-square-gray.svg +3 -0
  3134. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/task-list-square-light.svg +3 -0
  3135. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/task-list-square.svg +3 -0
  3136. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/text-bullet-list-dark.svg +3 -0
  3137. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/text-bullet-list-gray.svg +3 -0
  3138. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/text-bullet-list-light.svg +3 -0
  3139. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/text-bullet-list-square-dark.svg +3 -0
  3140. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/text-bullet-list-square-gray.svg +3 -0
  3141. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/text-bullet-list-square-light.svg +3 -0
  3142. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/text-first-line.svg +3 -0
  3143. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/text-number-list.svg +3 -0
  3144. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/toolbox.svg +3 -0
  3145. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/top-speed.svg +3 -0
  3146. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/video.svg +3 -0
  3147. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/wallet-credit-card.svg +4 -0
  3148. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/window-dev-edit.svg +6 -0
  3149. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/window-edit.svg +4 -0
  3150. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/window.svg +3 -0
  3151. tech_icons-0.0.1/tech_icons/icons/microsoft/microsoft-365/wrench.svg +3 -0
  3152. tech_icons-0.0.1/tech_icons/icons/microsoft/power-platform/agent365-scalable.svg +45 -0
  3153. tech_icons-0.0.1/tech_icons/icons/microsoft/power-platform/aibuilder-scalable.svg +75 -0
  3154. tech_icons-0.0.1/tech_icons/icons/microsoft/power-platform/copilotstudio-scalable.svg +75 -0
  3155. tech_icons-0.0.1/tech_icons/icons/microsoft/power-platform/dataverse-scalable.svg +60 -0
  3156. tech_icons-0.0.1/tech_icons/icons/microsoft/power-platform/powerapps-scalable.svg +57 -0
  3157. tech_icons-0.0.1/tech_icons/icons/microsoft/power-platform/powerautomate-scalable.svg +37 -0
  3158. tech_icons-0.0.1/tech_icons/icons/microsoft/power-platform/powerpages-scalable.svg +68 -0
  3159. tech_icons-0.0.1/tech_icons/icons/microsoft/power-platform/powerplatform-scalable.svg +48 -0
  3160. tech_icons-0.0.1/tech_icons/normalize.py +1037 -0
  3161. tech_icons-0.0.1/tech_icons/search.py +414 -0
  3162. tech_icons-0.0.1/tech_icons/server.py +320 -0
  3163. tech_icons-0.0.1/tech_icons/web/__init__.py +1 -0
  3164. tech_icons-0.0.1/tech_icons/web/app.py +165 -0
  3165. tech_icons-0.0.1/tech_icons/web/static/app.js +432 -0
  3166. tech_icons-0.0.1/tech_icons/web/static/index.html +153 -0
  3167. tech_icons-0.0.1/tech_icons/web/static/style.css +53 -0
  3168. tech_icons-0.0.1/tests/__init__.py +0 -0
  3169. tech_icons-0.0.1/tests/conftest.py +326 -0
  3170. tech_icons-0.0.1/tests/test_build_pipeline.py +414 -0
  3171. tech_icons-0.0.1/tests/test_concepts.py +101 -0
  3172. tech_icons-0.0.1/tests/test_enrichments_integrity.py +38 -0
  3173. tech_icons-0.0.1/tests/test_formats.py +273 -0
  3174. tech_icons-0.0.1/tests/test_normalize.py +778 -0
  3175. tech_icons-0.0.1/tests/test_search.py +337 -0
  3176. tech_icons-0.0.1/tests/test_server.py +340 -0
  3177. tech_icons-0.0.1/tests/test_web.py +171 -0
@@ -0,0 +1,222 @@
1
+ # Byte-compiled / optimized / DLL files
2
+ __pycache__/
3
+ *.py[codz]
4
+ *$py.class
5
+
6
+ # C extensions
7
+ *.so
8
+
9
+ # Distribution / packaging
10
+ .Python
11
+ build/
12
+ develop-eggs/
13
+ dist/
14
+ downloads/
15
+ eggs/
16
+ .eggs/
17
+ lib/
18
+ lib64/
19
+ parts/
20
+ sdist/
21
+ var/
22
+ wheels/
23
+ share/python-wheels/
24
+ *.egg-info/
25
+ .installed.cfg
26
+ *.egg
27
+ MANIFEST
28
+
29
+ # PyInstaller
30
+ # Usually these files are written by a python script from a template
31
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
32
+ *.manifest
33
+ *.spec
34
+
35
+ # Installer logs
36
+ pip-log.txt
37
+ pip-delete-this-directory.txt
38
+
39
+ # Unit test / coverage reports
40
+ htmlcov/
41
+ .tox/
42
+ .nox/
43
+ .coverage
44
+ .coverage.*
45
+ .cache
46
+ nosetests.xml
47
+ coverage.xml
48
+ *.cover
49
+ *.py.cover
50
+ *.lcov
51
+ .hypothesis/
52
+ .pytest_cache/
53
+ cover/
54
+
55
+ # Translations
56
+ *.mo
57
+ *.pot
58
+
59
+ # Django stuff:
60
+ *.log
61
+ local_settings.py
62
+ db.sqlite3
63
+ db.sqlite3-journal
64
+
65
+ # Flask stuff:
66
+ instance/
67
+ .webassets-cache
68
+
69
+ # Scrapy stuff:
70
+ .scrapy
71
+
72
+ # Sphinx documentation
73
+ docs/_build/
74
+
75
+ # PyBuilder
76
+ .pybuilder/
77
+ target/
78
+
79
+ # Jupyter Notebook
80
+ .ipynb_checkpoints
81
+
82
+ # IPython
83
+ profile_default/
84
+ ipython_config.py
85
+
86
+ # pyenv
87
+ # For a library or package, you might want to ignore these files since the code is
88
+ # intended to run in multiple environments; otherwise, check them in:
89
+ # .python-version
90
+
91
+ # pipenv
92
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
93
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
94
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
95
+ # install all needed dependencies.
96
+ # Pipfile.lock
97
+
98
+ # UV
99
+ # Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
100
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
101
+ # commonly ignored for libraries.
102
+ # uv.lock
103
+
104
+ # poetry
105
+ # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
106
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
107
+ # commonly ignored for libraries.
108
+ # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
109
+ # poetry.lock
110
+ # poetry.toml
111
+
112
+ # pdm
113
+ # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
114
+ # pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python.
115
+ # https://pdm-project.org/en/latest/usage/project/#working-with-version-control
116
+ # pdm.lock
117
+ # pdm.toml
118
+ .pdm-python
119
+ .pdm-build/
120
+
121
+ # pixi
122
+ # Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.
123
+ # pixi.lock
124
+ # Pixi creates a virtual environment in the .pixi directory, just like venv module creates one
125
+ # in the .venv directory. It is recommended not to include this directory in version control.
126
+ .pixi/*
127
+ !.pixi/config.toml
128
+
129
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
130
+ __pypackages__/
131
+
132
+ # Celery stuff
133
+ celerybeat-schedule*
134
+ celerybeat.pid
135
+
136
+ # Redis
137
+ *.rdb
138
+ *.aof
139
+ *.pid
140
+
141
+ # RabbitMQ
142
+ mnesia/
143
+ rabbitmq/
144
+ rabbitmq-data/
145
+
146
+ # ActiveMQ
147
+ activemq-data/
148
+
149
+ # SageMath parsed files
150
+ *.sage.py
151
+
152
+ # Environments
153
+ .env
154
+ .envrc
155
+ .venv
156
+ env/
157
+ venv/
158
+ ENV/
159
+ env.bak/
160
+ venv.bak/
161
+
162
+ # Spyder project settings
163
+ .spyderproject
164
+ .spyproject
165
+
166
+ # Rope project settings
167
+ .ropeproject
168
+
169
+ # mkdocs documentation
170
+ /site
171
+
172
+ # mypy
173
+ .mypy_cache/
174
+ .dmypy.json
175
+ dmypy.json
176
+
177
+ # Pyre type checker
178
+ .pyre/
179
+
180
+ # pytype static type analyzer
181
+ .pytype/
182
+
183
+ # Cython debug symbols
184
+ cython_debug/
185
+
186
+ # PyCharm
187
+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
188
+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
189
+ # and can be added to the global gitignore or merged into this file. For a more nuclear
190
+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
191
+ .idea/
192
+
193
+ # Abstra
194
+ # Abstra is an AI-powered process automation framework.
195
+ # Ignore directories containing user credentials, local state, and settings.
196
+ # Learn more at https://abstra.io/docs
197
+ .abstra/
198
+
199
+ # Visual Studio Code
200
+ # Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
201
+ # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
202
+ # and can be added to the global gitignore or merged into this file. However, if you prefer,
203
+ # you could uncomment the following to ignore the entire vscode folder
204
+ # .vscode/
205
+ # Temporary file for partial code execution
206
+ tempCodeRunnerFile.py
207
+
208
+ # Ruff stuff:
209
+ .ruff_cache/
210
+
211
+ # PyPI configuration file
212
+ .pypirc
213
+
214
+ # Marimo
215
+ marimo/_static/
216
+ marimo/_lsp/
217
+ __marimo__/
218
+
219
+ # Streamlit
220
+ .streamlit/secrets.toml
221
+
222
+ assets/
@@ -0,0 +1,54 @@
1
+ # Makefile for tech-icons development tasks
2
+
3
+ .DEFAULT_GOAL := help
4
+
5
+ .PHONY: help install format lint check test typecheck all
6
+
7
+ help: ## Show this help
8
+ @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-15s\033[0m %s\n", $$1, $$2}'
9
+
10
+ install: ## Install project with dev dependencies
11
+ uv sync --group dev
12
+
13
+ format: ## Format code with ruff
14
+ uv run ruff format tech_icons/ scripts/ tests/
15
+
16
+ lint: ## Lint code with ruff
17
+ uv run ruff check tech_icons/ scripts/ tests/
18
+
19
+ lint-fix: ## Lint and auto-fix issues
20
+ uv run ruff check --fix tech_icons/ scripts/ tests/
21
+
22
+ typecheck: ## Type check with mypy
23
+ uv run mypy tech_icons/
24
+
25
+ check: lint typecheck ## Run all checks (lint + typecheck)
26
+
27
+ test: ## Run tests with pytest
28
+ uv run pytest
29
+
30
+ test-cov: ## Run tests with coverage
31
+ uv run pytest --cov=tech_icons --cov-report=term-missing
32
+
33
+ all: format lint typecheck test ## Format, lint, typecheck, and test
34
+
35
+ clean-icons: ## Clean icons
36
+ uv run python scripts/normalize_icons.py
37
+
38
+ build-catalog: ## Build the icon catalog
39
+ uv run python scripts/build_catalog.py
40
+
41
+ build-catalog-no-embed: ## Build catalog without embeddings
42
+ uv run python scripts/build_catalog.py --skip-embeddings
43
+
44
+ serve: ## Start the MCP server
45
+ uv run tech-icons
46
+
47
+ serve-web: ## Start with --web flag
48
+ uv run tech-icons --web
49
+
50
+ web: ## Start the web UI (FastAPI on :8765)
51
+ uv run uvicorn tech_icons.web.app:app --reload --port 8765
52
+
53
+ web-prod: ## Start the web UI without reload
54
+ uv run uvicorn tech_icons.web.app:app --host 0.0.0.0 --port 8765
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: tech-icons
3
+ Version: 0.0.1
4
+ Summary: MCP server exposing 3100+ cloud tech icons as searchable tools
5
+ Requires-Python: >=3.10
6
+ Requires-Dist: mcp>=1.0.0
7
+ Requires-Dist: pyyaml>=6.0
8
+ Requires-Dist: rapidfuzz>=3.0
9
+ Provides-Extra: all
10
+ Requires-Dist: fastapi>=0.115; extra == 'all'
11
+ Requires-Dist: numpy>=2.2.6; extra == 'all'
12
+ Requires-Dist: sentence-transformers>=5.5.1; extra == 'all'
13
+ Requires-Dist: uvicorn[standard]>=0.30; extra == 'all'
14
+ Provides-Extra: semantic
15
+ Requires-Dist: numpy>=2.2.6; extra == 'semantic'
16
+ Requires-Dist: sentence-transformers>=5.5.1; extra == 'semantic'
17
+ Provides-Extra: web
18
+ Requires-Dist: fastapi>=0.115; extra == 'web'
19
+ Requires-Dist: uvicorn[standard]>=0.30; extra == 'web'
@@ -0,0 +1,140 @@
1
+ # tech-icons
2
+
3
+ MCP server exposing 3100+ cloud technology icons (AWS, Azure, GCP, Microsoft) as searchable tools. Features 3-tier search (exact → keyword → fuzzy → semantic), multiple output formats, and integrations with ppt-master and architecture diagram generators.
4
+
5
+ | Vendor | Icons | Source |
6
+ |--------|-------|--------|
7
+ | AWS | 765 | Architecture-Service, Category, Resource, Group Icons (48px) |
8
+ | Azure | 704 | Azure Public Service Icons |
9
+ | CNCF | 226 | CNCF landscape icon package |
10
+ | Devicon | 578 | Devicon technology icon set |
11
+ | GCP | 256 | Category Icons + Core Product Icons |
12
+ | Microsoft | 611 | Fabric, M365, Dynamics 365, Entra, Power Platform |
13
+ | **Total** | **3,140** | Deduplicated from 9,468 raw SVGs |
14
+
15
+ ## Quick Start
16
+
17
+ ### End users (PyPI / uvx)
18
+
19
+ The published wheel bundles the icon catalog and SVGs—no local build step.
20
+
21
+ ```bash
22
+ uvx tech-icons
23
+
24
+ uvx --with 'tech-icons[semantic]' tech-icons
25
+
26
+ uvx --with 'tech-icons[web]' tech-icons --web
27
+ ```
28
+
29
+ Run from this repository without a PyPI release:
30
+
31
+ ```bash
32
+ uvx --from git+https://github.com/zhiweio/tech-icons tech-icons
33
+ ```
34
+
35
+ ### MCP Configuration
36
+
37
+ Add to your `.mcp.json` or MCP client config:
38
+
39
+ ```json
40
+ {
41
+ "mcpServers": {
42
+ "tech-icons": {
43
+ "command": "uvx",
44
+ "args": ["tech-icons"],
45
+ "env": {}
46
+ }
47
+ }
48
+ }
49
+ ```
50
+
51
+
52
+ For semantic search, use "args": ["--with", "tech-icons[semantic]", "tech-icons"] with "command": "uvx" (or install `tech-icons[semantic]` in your environment).
53
+
54
+ ## Web UI
55
+
56
+ ```bash
57
+ uvx --with 'tech-icons[web]' tech-icons --web --port 8765 --open
58
+ ```
59
+
60
+ Opens the local icon browser at http://127.0.0.1:8765 (loopback only).
61
+
62
+ ## Available Tools
63
+
64
+ | Tool | Description |
65
+ |------|-------------|
66
+ | `search_icons` | Search icons by query with optional vendor/category filters |
67
+ | `get_icon` | Get full metadata for an icon by canonical ID |
68
+ | `get_icon_svg` | Get icon SVG content in a specified format |
69
+ | `list_categories` | List available categories (optionally per vendor) |
70
+ | `list_vendors` | List vendors with icon counts |
71
+
72
+ ## Format Options
73
+
74
+ | Format | Output | Use Case |
75
+ |--------|--------|----------|
76
+ | `raw` | SVG XML string | Inspection, direct embedding |
77
+ | `path` | Absolute file path | Local tooling, file references |
78
+ | `base64` | Base64-encoded SVG | Binary transport, JSON payloads |
79
+ | `data_uri` | `data:image/svg+xml;base64,...` | HTML `<img>` tags, CSS |
80
+ | `ppt_master` | `<use data-icon="..."/>` | ppt-master skill integration |
81
+ | `inline_group` | `<g viewBox="...">...</g>` | SVG composition, arch diagrams |
82
+
83
+ ## Icon IDs
84
+
85
+ Canonical format: `{vendor}/{category}/{name}`
86
+
87
+ Examples: `aws/compute/lambda`, `azure/databases/cosmos-db`, `gcp/containers/gke`, `microsoft/365/teams`
88
+
89
+ ## Integrations
90
+
91
+ **ppt-master:** Use `format="ppt_master"` or the bridge script to export icons into ppt-master template directories.
92
+
93
+ ```bash
94
+ python3 -m tech_icons.bridges.ppt_master --icons aws/compute/lambda,gcp/compute/cloud-run --target ./templates/icons/tech/
95
+ ```
96
+
97
+ **Architecture diagrams:** Use `format="data_uri"` for HTML img tags or `format="inline_group"` for direct SVG composition. See [docs/integration-arch-diagram.md](docs/integration-arch-diagram.md).
98
+
99
+ ## Development
100
+
101
+ Requires [uv](https://docs.astral.sh/uv/) for dependency management.
102
+
103
+ ```bash
104
+ # Install with dev dependencies
105
+ uv sync --group dev
106
+
107
+ # Format code
108
+ make format
109
+
110
+ # Lint
111
+ make lint
112
+
113
+ # Type check
114
+ make typecheck
115
+
116
+ # All checks (lint + typecheck)
117
+ make check
118
+
119
+ # Run tests
120
+ make test
121
+
122
+ # Format + lint + typecheck + test
123
+ make all
124
+ ```
125
+
126
+ Other useful commands:
127
+
128
+ ```bash
129
+ # Start MCP server
130
+ make serve
131
+
132
+ # Local icon browser
133
+ make web
134
+ ```
135
+
136
+ ### Tooling
137
+
138
+ - **Formatter/Linter:** [ruff](https://docs.astral.sh/ruff/) (line-length: 120)
139
+ - **Type checker:** [mypy](https://mypy-lang.org/) (disallow-untyped-defs)
140
+ - **Tests:** [pytest](https://pytest.org/) + pytest-asyncio
@@ -0,0 +1,104 @@
1
+ [build-system]
2
+ requires = ["hatchling>=1.26.0"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "tech-icons"
7
+ version = "0.0.1"
8
+ description = "MCP server exposing 3100+ cloud tech icons as searchable tools"
9
+ requires-python = ">=3.10"
10
+ dependencies = [
11
+ "mcp>=1.0.0",
12
+ "pyyaml>=6.0",
13
+ "rapidfuzz>=3.0",
14
+ ]
15
+
16
+ [project.optional-dependencies]
17
+ web = [
18
+ "fastapi>=0.115",
19
+ "uvicorn[standard]>=0.30",
20
+ ]
21
+ semantic = [
22
+ "sentence-transformers>=5.5.1",
23
+ "numpy>=2.2.6",
24
+ ]
25
+ all = [
26
+ "tech-icons[web,semantic]",
27
+ ]
28
+
29
+ [project.scripts]
30
+ tech-icons = "tech_icons.server:main"
31
+
32
+ [dependency-groups]
33
+ dev = [
34
+ "pytest>=9.0.3",
35
+ "pytest-asyncio>=1.4.0",
36
+ "ruff>=0.11.0",
37
+ "mypy>=1.15.0",
38
+ "pre-commit>=4.2.0",
39
+ "hatchling>=1.26.0",
40
+ "fastapi>=0.115",
41
+ "uvicorn[standard]>=0.30",
42
+ "httpx>=0.27",
43
+ "pytest-cov>=7.1.0",
44
+ ]
45
+
46
+ [tool.ruff]
47
+ target-version = "py310"
48
+ line-length = 120
49
+
50
+ [tool.ruff.lint]
51
+ select = [
52
+ "E", # pycodestyle errors
53
+ "W", # pycodestyle warnings
54
+ "F", # pyflakes
55
+ "I", # isort
56
+ "N", # pep8-naming
57
+ "UP", # pyupgrade
58
+ "B", # flake8-bugbear
59
+ "A", # flake8-builtins
60
+ "S", # flake8-bandit (security)
61
+ "T20", # flake8-print
62
+ "RUF", # ruff-specific
63
+ ]
64
+ ignore = [
65
+ "S101", # assert usage OK in tests
66
+ "T201", # print OK in scripts
67
+ ]
68
+
69
+ [tool.ruff.lint.per-file-ignores]
70
+ "tests/**/*.py" = ["S101", "S105", "S106"]
71
+ "scripts/**/*.py" = ["T201"]
72
+
73
+ [tool.ruff.format]
74
+ quote-style = "double"
75
+ indent-style = "space"
76
+
77
+ [tool.mypy]
78
+ python_version = "3.10"
79
+ strict = false
80
+ warn_return_any = true
81
+ warn_unused_configs = true
82
+ disallow_untyped_defs = true
83
+ ignore_missing_imports = true
84
+
85
+ [tool.pytest.ini_options]
86
+ testpaths = ["tests"]
87
+ asyncio_mode = "auto"
88
+
89
+ [tool.hatch.build.targets.wheel]
90
+ packages = ["tech_icons"]
91
+
92
+ [tool.hatch.build.targets.sdist]
93
+ include = [
94
+ "/tech_icons",
95
+ "/scripts",
96
+ "/tests",
97
+ "/pyproject.toml",
98
+ "/README.md",
99
+ "/Makefile",
100
+ ]
101
+ exclude = [
102
+ "/assets",
103
+ "/tech_icons/catalog/.build_hash",
104
+ ]