@hashicorp/flight-icons 2.7.0 → 2.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (171) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/catalog.json +701 -17
  3. package/package.json +1 -1
  4. package/svg/aws-cloudwatch-16.svg +1 -0
  5. package/svg/aws-cloudwatch-24.svg +1 -0
  6. package/svg/aws-cloudwatch-color-16.svg +1 -0
  7. package/svg/aws-cloudwatch-color-24.svg +1 -0
  8. package/svg/aws-s3-16.svg +1 -0
  9. package/svg/aws-s3-24.svg +1 -0
  10. package/svg/aws-s3-color-16.svg +1 -0
  11. package/svg/aws-s3-color-24.svg +1 -0
  12. package/svg/azure-blob-storage-16.svg +1 -0
  13. package/svg/azure-blob-storage-24.svg +1 -0
  14. package/svg/azure-blob-storage-color-16.svg +1 -0
  15. package/svg/azure-blob-storage-color-24.svg +1 -0
  16. package/svg/azure-vms-16.svg +1 -0
  17. package/svg/azure-vms-24.svg +1 -0
  18. package/svg/azure-vms-color-16.svg +1 -0
  19. package/svg/azure-vms-color-24.svg +1 -0
  20. package/svg/bridgecrew-16.svg +1 -0
  21. package/svg/bridgecrew-24.svg +1 -0
  22. package/svg/bridgecrew-color-16.svg +1 -0
  23. package/svg/bridgecrew-color-24.svg +1 -0
  24. package/svg/cisco-16.svg +1 -0
  25. package/svg/cisco-24.svg +1 -0
  26. package/svg/cisco-color-16.svg +1 -0
  27. package/svg/cisco-color-24.svg +1 -0
  28. package/svg/datadog-16.svg +1 -0
  29. package/svg/datadog-24.svg +1 -0
  30. package/svg/datadog-color-16.svg +1 -0
  31. package/svg/datadog-color-24.svg +1 -0
  32. package/svg/digital-ocean-16.svg +1 -0
  33. package/svg/digital-ocean-24.svg +1 -0
  34. package/svg/digital-ocean-color-16.svg +1 -0
  35. package/svg/digital-ocean-color-24.svg +1 -0
  36. package/svg/f5-color-16.svg +1 -1
  37. package/svg/f5-color-24.svg +1 -1
  38. package/svg/gcp-color-16.svg +1 -1
  39. package/svg/gcp-color-24.svg +1 -1
  40. package/svg/google-color-16.svg +1 -1
  41. package/svg/google-color-24.svg +1 -1
  42. package/svg/grafana-16.svg +1 -0
  43. package/svg/grafana-24.svg +1 -0
  44. package/svg/grafana-color-16.svg +1 -0
  45. package/svg/grafana-color-24.svg +1 -0
  46. package/svg/helm-16.svg +1 -0
  47. package/svg/helm-24.svg +1 -0
  48. package/svg/helm-color-16.svg +1 -0
  49. package/svg/helm-color-24.svg +1 -0
  50. package/svg/infracost-16.svg +1 -0
  51. package/svg/infracost-24.svg +1 -0
  52. package/svg/infracost-color-16.svg +1 -0
  53. package/svg/infracost-color-24.svg +1 -0
  54. package/svg/lightlytics-16.svg +1 -0
  55. package/svg/lightlytics-24.svg +1 -0
  56. package/svg/lightlytics-color-16.svg +1 -0
  57. package/svg/lightlytics-color-24.svg +1 -0
  58. package/svg/linode-16.svg +1 -0
  59. package/svg/linode-24.svg +1 -0
  60. package/svg/linode-color-16.svg +1 -0
  61. package/svg/linode-color-24.svg +1 -0
  62. package/svg/microsoft-teams-16.svg +1 -0
  63. package/svg/microsoft-teams-24.svg +1 -0
  64. package/svg/microsoft-teams-color-16.svg +1 -0
  65. package/svg/microsoft-teams-color-24.svg +1 -0
  66. package/svg/saml-16.svg +1 -0
  67. package/svg/saml-24.svg +1 -0
  68. package/svg/saml-color-16.svg +1 -0
  69. package/svg/saml-color-24.svg +1 -0
  70. package/svg/snyk-16.svg +1 -0
  71. package/svg/snyk-24.svg +1 -0
  72. package/svg/snyk-color-16.svg +1 -0
  73. package/svg/snyk-color-24.svg +1 -0
  74. package/svg/splunk-16.svg +1 -0
  75. package/svg/splunk-24.svg +1 -0
  76. package/svg/splunk-color-16.svg +1 -0
  77. package/svg/splunk-color-24.svg +1 -0
  78. package/svg/vantage-16.svg +1 -0
  79. package/svg/vantage-24.svg +1 -0
  80. package/svg/vantage-color-16.svg +1 -0
  81. package/svg/vantage-color-24.svg +1 -0
  82. package/svg/vmware-16.svg +1 -1
  83. package/svg/vmware-color-16.svg +1 -1
  84. package/svg/vmware-color-24.svg +1 -1
  85. package/svg/youtube-24.svg +1 -1
  86. package/svg/youtube-color-24.svg +1 -1
  87. package/svg-react/aws-cloudwatch-16.tsx +33 -0
  88. package/svg-react/aws-cloudwatch-24.tsx +33 -0
  89. package/svg-react/aws-cloudwatch-color-16.tsx +81 -0
  90. package/svg-react/aws-cloudwatch-color-24.tsx +81 -0
  91. package/svg-react/aws-s3-16.tsx +34 -0
  92. package/svg-react/aws-s3-24.tsx +34 -0
  93. package/svg-react/aws-s3-color-16.tsx +63 -0
  94. package/svg-react/aws-s3-color-24.tsx +63 -0
  95. package/svg-react/azure-blob-storage-16.tsx +42 -0
  96. package/svg-react/azure-blob-storage-24.tsx +42 -0
  97. package/svg-react/azure-blob-storage-color-16.tsx +53 -0
  98. package/svg-react/azure-blob-storage-color-24.tsx +53 -0
  99. package/svg-react/azure-vms-16.tsx +37 -0
  100. package/svg-react/azure-vms-24.tsx +37 -0
  101. package/svg-react/azure-vms-color-16.tsx +81 -0
  102. package/svg-react/azure-vms-color-24.tsx +81 -0
  103. package/svg-react/bridgecrew-16.tsx +35 -0
  104. package/svg-react/bridgecrew-24.tsx +37 -0
  105. package/svg-react/bridgecrew-color-16.tsx +45 -0
  106. package/svg-react/bridgecrew-color-24.tsx +45 -0
  107. package/svg-react/cisco-16.tsx +38 -0
  108. package/svg-react/cisco-24.tsx +38 -0
  109. package/svg-react/cisco-color-16.tsx +38 -0
  110. package/svg-react/cisco-color-24.tsx +38 -0
  111. package/svg-react/datadog-16.tsx +35 -0
  112. package/svg-react/datadog-24.tsx +35 -0
  113. package/svg-react/datadog-color-16.tsx +35 -0
  114. package/svg-react/datadog-color-24.tsx +35 -0
  115. package/svg-react/digital-ocean-16.tsx +33 -0
  116. package/svg-react/digital-ocean-24.tsx +33 -0
  117. package/svg-react/digital-ocean-color-16.tsx +33 -0
  118. package/svg-react/digital-ocean-color-24.tsx +33 -0
  119. package/svg-react/f5-color-16.tsx +1 -1
  120. package/svg-react/f5-color-24.tsx +1 -1
  121. package/svg-react/gcp-color-16.tsx +2 -2
  122. package/svg-react/gcp-color-24.tsx +2 -2
  123. package/svg-react/google-color-16.tsx +1 -1
  124. package/svg-react/google-color-24.tsx +1 -1
  125. package/svg-react/grafana-16.tsx +33 -0
  126. package/svg-react/grafana-24.tsx +33 -0
  127. package/svg-react/grafana-color-16.tsx +46 -0
  128. package/svg-react/grafana-color-24.tsx +46 -0
  129. package/svg-react/helm-16.tsx +32 -0
  130. package/svg-react/helm-24.tsx +32 -0
  131. package/svg-react/helm-color-16.tsx +32 -0
  132. package/svg-react/helm-color-24.tsx +32 -0
  133. package/svg-react/index.ts +80 -4
  134. package/svg-react/infracost-16.tsx +35 -0
  135. package/svg-react/infracost-24.tsx +35 -0
  136. package/svg-react/infracost-color-16.tsx +57 -0
  137. package/svg-react/infracost-color-24.tsx +57 -0
  138. package/svg-react/lightlytics-16.tsx +33 -0
  139. package/svg-react/lightlytics-24.tsx +33 -0
  140. package/svg-react/lightlytics-color-16.tsx +41 -0
  141. package/svg-react/lightlytics-color-24.tsx +42 -0
  142. package/svg-react/linode-16.tsx +33 -0
  143. package/svg-react/linode-24.tsx +33 -0
  144. package/svg-react/linode-color-16.tsx +73 -0
  145. package/svg-react/linode-color-24.tsx +73 -0
  146. package/svg-react/microsoft-teams-16.tsx +37 -0
  147. package/svg-react/microsoft-teams-24.tsx +37 -0
  148. package/svg-react/microsoft-teams-color-16.tsx +99 -0
  149. package/svg-react/microsoft-teams-color-24.tsx +99 -0
  150. package/svg-react/saml-16.tsx +34 -0
  151. package/svg-react/saml-24.tsx +34 -0
  152. package/svg-react/saml-color-16.tsx +34 -0
  153. package/svg-react/saml-color-24.tsx +34 -0
  154. package/svg-react/snyk-16.tsx +37 -0
  155. package/svg-react/snyk-24.tsx +37 -0
  156. package/svg-react/snyk-color-16.tsx +121 -0
  157. package/svg-react/snyk-color-24.tsx +121 -0
  158. package/svg-react/splunk-16.tsx +42 -0
  159. package/svg-react/splunk-24.tsx +42 -0
  160. package/svg-react/splunk-color-16.tsx +42 -0
  161. package/svg-react/splunk-color-24.tsx +42 -0
  162. package/svg-react/vantage-16.tsx +35 -0
  163. package/svg-react/vantage-24.tsx +35 -0
  164. package/svg-react/vantage-color-16.tsx +35 -0
  165. package/svg-react/vantage-color-24.tsx +35 -0
  166. package/svg-react/vmware-16.tsx +1 -1
  167. package/svg-react/vmware-color-16.tsx +1 -1
  168. package/svg-react/vmware-color-24.tsx +1 -1
  169. package/svg-react/youtube-24.tsx +1 -1
  170. package/svg-react/youtube-color-24.tsx +1 -1
  171. package/svg-sprite/svg-sprite-module.js +1 -1
@@ -0,0 +1,33 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconLightlytics24 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = 'currentColor', title, ...props }, svgRef) => {
6
+ const titleId = useMemo(
7
+ () =>
8
+ title
9
+ ? 'title-' + Math.random().toString(36).substr(2, 9)
10
+ : undefined,
11
+ [title]
12
+ );
13
+ return (
14
+ <svg
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ width={24}
17
+ height={24}
18
+ fill="none"
19
+ viewBox="0 0 24 24"
20
+ aria-hidden={!title}
21
+ ref={svgRef}
22
+ aria-labelledby={titleId}
23
+ {...props}
24
+ >
25
+ {title ? <title id={titleId}>{title}</title> : null}
26
+ <path
27
+ fill={color}
28
+ d="M12 2h8.082l-5.686 8.237H22L13.915 22H5.832l3.263-4.515.509-.72H2L12 2z"
29
+ />
30
+ </svg>
31
+ );
32
+ }
33
+ );
@@ -0,0 +1,41 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconLightlyticsColor16 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = 'currentColor', title, ...props }, svgRef) => {
6
+ const titleId = useMemo(
7
+ () =>
8
+ title
9
+ ? 'title-' + Math.random().toString(36).substr(2, 9)
10
+ : undefined,
11
+ [title]
12
+ );
13
+ return (
14
+ <svg
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ width={16}
17
+ height={16}
18
+ fill="none"
19
+ viewBox="0 0 16 16"
20
+ aria-hidden={!title}
21
+ ref={svgRef}
22
+ aria-labelledby={titleId}
23
+ {...props}
24
+ >
25
+ {title ? <title id={titleId}>{title}</title> : null}
26
+ <path
27
+ fill="#7B00F4"
28
+ d="M3.682 15h5.659L15 6.766H9.634L3.682 15z"
29
+ />
30
+ <path
31
+ fill="#B627FF"
32
+ d="M8 1h5.658l-3.98 5.766H15l-3.143 4.57H1L8 1z"
33
+ />
34
+ <path
35
+ fill="#000"
36
+ d="M5.275 12.818l6.35-1.482H6.322l-1.048 1.482z"
37
+ />
38
+ </svg>
39
+ );
40
+ }
41
+ );
@@ -0,0 +1,42 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconLightlyticsColor24 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = 'currentColor', title, ...props }, svgRef) => {
6
+ const titleId = useMemo(
7
+ () =>
8
+ title
9
+ ? 'title-' + Math.random().toString(36).substr(2, 9)
10
+ : undefined,
11
+ [title]
12
+ );
13
+ return (
14
+ <svg
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ width={24}
17
+ height={24}
18
+ fill="none"
19
+ viewBox="0 0 24 24"
20
+ aria-hidden={!title}
21
+ ref={svgRef}
22
+ aria-labelledby={titleId}
23
+ {...props}
24
+ >
25
+ {title ? <title id={titleId}>{title}</title> : null}
26
+ <path
27
+ fill="#7B00F4"
28
+ d="M5.832 22h8.083L22 10.237h-7.666L5.832 22z"
29
+ />
30
+ <path
31
+ fill="#B627FF"
32
+ d="M12 2h8.082l-5.686 8.237H22l-4.49 6.528H2L12 2z"
33
+ />
34
+ <path
35
+ fill="#000"
36
+ d="M8.107 18.883l9.07-2.118H9.604l-1.497 2.118z"
37
+ opacity={0.4}
38
+ />
39
+ </svg>
40
+ );
41
+ }
42
+ );
@@ -0,0 +1,33 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconLinode16 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = 'currentColor', title, ...props }, svgRef) => {
6
+ const titleId = useMemo(
7
+ () =>
8
+ title
9
+ ? 'title-' + Math.random().toString(36).substr(2, 9)
10
+ : undefined,
11
+ [title]
12
+ );
13
+ return (
14
+ <svg
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ width={16}
17
+ height={16}
18
+ fill="none"
19
+ viewBox="0 0 16 16"
20
+ aria-hidden={!title}
21
+ ref={svgRef}
22
+ aria-labelledby={titleId}
23
+ {...props}
24
+ >
25
+ {title ? <title id={titleId}>{title}</title> : null}
26
+ <path
27
+ fill={color}
28
+ d="M14 7.197l-1.993-1.072-1.682.998-.02 1.022-.819-.524-1.112.66-.049-1.117-1.145-.745 1.094-.55c-.008 0 0 .106-.162-3.656L5.524 1 2 2.066l.787 3.686 1.183.894-.9.412.588 2.778.826.755-.59.35.458 2.148L6.206 15c.009-.01.195-.15 2.381-1.845l-.064-1.459.94.776c.013-.014.2-.149 1.921-1.48l.067-1.079.709.479c.012-.013.173-.133 1.562-1.206L14 7.197z"
29
+ />
30
+ </svg>
31
+ );
32
+ }
33
+ );
@@ -0,0 +1,33 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconLinode24 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = 'currentColor', title, ...props }, svgRef) => {
6
+ const titleId = useMemo(
7
+ () =>
8
+ title
9
+ ? 'title-' + Math.random().toString(36).substr(2, 9)
10
+ : undefined,
11
+ [title]
12
+ );
13
+ return (
14
+ <svg
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ width={24}
17
+ height={24}
18
+ fill="none"
19
+ viewBox="0 0 24 24"
20
+ aria-hidden={!title}
21
+ ref={svgRef}
22
+ aria-labelledby={titleId}
23
+ {...props}
24
+ >
25
+ {title ? <title id={titleId}>{title}</title> : null}
26
+ <path
27
+ fill={color}
28
+ d="M20 10.853l-2.657-1.531-2.242 1.426-.028 1.459-1.092-.749-1.482.942-.065-1.594-1.527-1.065 1.458-.787c-.01 0 0 .154-.215-5.222L8.699 2 4 3.522l1.049 5.266 1.577 1.278-1.2.588.785 3.97 1.1 1.077-.787.5.612 3.069L9.608 22c.012-.015.26-.215 3.175-2.635l-.085-2.085 1.252 1.108c.018-.019.269-.212 2.563-2.113l.088-1.542.945.684c.017-.018.232-.19 2.084-1.723l.37-2.84z"
29
+ />
30
+ </svg>
31
+ );
32
+ }
33
+ );
@@ -0,0 +1,73 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconLinodeColor16 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = 'currentColor', title, ...props }, svgRef) => {
6
+ const titleId = useMemo(
7
+ () =>
8
+ title
9
+ ? 'title-' + Math.random().toString(36).substr(2, 9)
10
+ : undefined,
11
+ [title]
12
+ );
13
+ return (
14
+ <svg
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ width={16}
17
+ height={16}
18
+ fill="none"
19
+ viewBox="0 0 16 16"
20
+ aria-hidden={!title}
21
+ ref={svgRef}
22
+ aria-labelledby={titleId}
23
+ {...props}
24
+ >
25
+ {title ? <title id={titleId}>{title}</title> : null}
26
+ <path
27
+ fill="#231F20"
28
+ d="M14 7.197l-1.993-1.072-1.682.998-.02 1.022-.819-.524-1.112.66-.049-1.117-1.145-.745 1.094-.55c-.008 0 0 .106-.162-3.656L5.524 1 2 2.066l.787 3.686 1.183.894-.9.412.588 2.778.826.755-.59.35.458 2.148L6.206 15c.009-.01.195-.15 2.381-1.845l-.064-1.459.94.776c.013-.014.2-.149 1.921-1.48l.067-1.079.709.479c.012-.013.173-.133 1.562-1.206L14 7.197z"
29
+ />
30
+ <path
31
+ fill="#000"
32
+ d="M12.347 8.346L14 7.197l-1.993-1.072-1.682.998 2.022 1.223z"
33
+ />
34
+ <path
35
+ fill="#004B16"
36
+ d="M12.163 10.39l.183-2.044-2.02-1.223-.042 1.997 1.88 1.27zM9.466 12.47v-2.118L7.424 8.845l.16 2.08 1.882 1.544z"
37
+ />
38
+ <path
39
+ fill="#000"
40
+ d="M9.466 10.352l2.05-1.43-2.03-1.301-2.062 1.224 2.042 1.507z"
41
+ />
42
+ <path
43
+ fill="#004B16"
44
+ d="M6.206 14.998l-.326-2.164-1.987-1.894.46 2.148 1.853 1.91z"
45
+ />
46
+ <path
47
+ fill="#000"
48
+ d="M5.88 12.834l2.616-1.816L6.47 9.412 3.893 10.94l1.987 1.894z"
49
+ />
50
+ <path
51
+ fill="#004B16"
52
+ d="M5.71 11.71L5.28 8.848 3.066 7.06l.592 2.775L5.71 11.71z"
53
+ />
54
+ <path
55
+ fill="#000"
56
+ d="M5.279 8.848l3.048-1.684L6.05 5.68 3.066 7.059l2.213 1.79z"
57
+ />
58
+ <path
59
+ fill="#004B16"
60
+ d="M5.072 7.482l-.591-3.92L2 2.067l.787 3.686 2.285 1.73z"
61
+ />
62
+ <path
63
+ fill="#000"
64
+ d="M4.481 3.563L8.108 2.21 5.524 1 2 2.066l2.481 1.497z"
65
+ />
66
+ <path
67
+ fill="#1CB35C"
68
+ d="M13.725 9.184c-1.535 1.185-1.57 1.206-1.563 1.206.19-2.14.174-2.044.183-2.044 1.75-1.219 1.641-1.149 1.653-1.149l-.273 1.987zM11.388 10.99c-1.9 1.47-1.93 1.479-1.922 1.479-.019-2.217-.008-2.118 0-2.118 2.188-1.52 2.043-1.43 2.05-1.43l-.128 2.069zM8.59 13.153c-2.37 1.834-2.392 1.845-2.38 1.845-.337-2.23-.329-2.164-.329-2.164 2.788-1.933 2.612-1.816 2.619-1.816l.09 2.135zM8.108 2.21c.166 3.765.153 3.657.162 3.657-3.137 1.584-3.206 1.615-3.2 1.615-.604-4.007-.595-3.92-.59-3.92L8.107 2.21zM8.325 7.164c.126 2.854.11 2.755.122 2.755-2.714 1.775-2.745 1.794-2.734 1.794-.439-2.94-.439-2.865-.432-2.865l3.044-1.684z"
69
+ />
70
+ </svg>
71
+ );
72
+ }
73
+ );
@@ -0,0 +1,73 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconLinodeColor24 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = 'currentColor', title, ...props }, svgRef) => {
6
+ const titleId = useMemo(
7
+ () =>
8
+ title
9
+ ? 'title-' + Math.random().toString(36).substr(2, 9)
10
+ : undefined,
11
+ [title]
12
+ );
13
+ return (
14
+ <svg
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ width={24}
17
+ height={24}
18
+ fill="none"
19
+ viewBox="0 0 24 24"
20
+ aria-hidden={!title}
21
+ ref={svgRef}
22
+ aria-labelledby={titleId}
23
+ {...props}
24
+ >
25
+ {title ? <title id={titleId}>{title}</title> : null}
26
+ <path
27
+ fill="#231F20"
28
+ d="M20 10.853l-2.657-1.531-2.242 1.426-.028 1.459-1.092-.749-1.482.942-.065-1.594-1.527-1.065 1.458-.787c-.01 0 0 .154-.215-5.222L8.699 2 4 3.522l1.049 5.266 1.577 1.278-1.2.588.785 3.97 1.1 1.077-.787.5.612 3.069L9.608 22c.012-.015.26-.215 3.175-2.635l-.085-2.085 1.252 1.108c.018-.019.269-.212 2.563-2.113l.088-1.542.945.684c.017-.018.232-.19 2.084-1.723l.37-2.84z"
29
+ />
30
+ <path
31
+ fill="#000"
32
+ d="M17.795 12.494L20 10.854l-2.657-1.532-2.242 1.426 2.694 1.746z"
33
+ />
34
+ <path
35
+ fill="#004B16"
36
+ d="M17.551 15.415l.244-2.92-2.695-1.747-.055 2.852 2.506 1.815zM13.954 18.385V15.36l-2.722-2.152.214 2.97 2.508 2.207z"
37
+ />
38
+ <path
39
+ fill="#000"
40
+ d="M13.954 15.36l2.735-2.043-2.707-1.859-2.75 1.75 2.723 2.152z"
41
+ />
42
+ <path
43
+ fill="#004B16"
44
+ d="M9.608 21.997l-.435-3.091L6.524 16.2l.612 3.068 2.472 2.729z"
45
+ />
46
+ <path
47
+ fill="#000"
48
+ d="M9.173 18.906l3.489-2.595-2.704-2.294L6.524 16.2l2.65 2.706z"
49
+ />
50
+ <path
51
+ fill="#004B16"
52
+ d="M8.947 17.3l-.575-4.088-2.951-2.556.79 3.964 2.736 2.68z"
53
+ />
54
+ <path
55
+ fill="#000"
56
+ d="M8.372 13.212l4.064-2.406L9.4 8.686l-3.98 1.97 2.95 2.556z"
57
+ />
58
+ <path
59
+ fill="#004B16"
60
+ d="M8.096 11.26l-.788-5.6L4 3.523l1.049 5.266 3.047 2.471z"
61
+ />
62
+ <path
63
+ fill="#000"
64
+ d="M7.308 5.66l4.836-1.93L8.699 2 4 3.522l3.308 2.139z"
65
+ />
66
+ <path
67
+ fill="#1CB35C"
68
+ d="M19.633 13.69c-2.046 1.694-2.091 1.725-2.084 1.725.254-3.058.233-2.92.245-2.92 2.334-1.742 2.188-1.642 2.204-1.642l-.365 2.838zM16.518 16.27c-2.533 2.1-2.573 2.114-2.563 2.114-.025-3.167-.01-3.025 0-3.025 2.918-2.172 2.724-2.044 2.734-2.044l-.171 2.956zM12.788 19.362c-3.161 2.62-3.19 2.635-3.175 2.635-.449-3.185-.438-3.091-.438-3.091 3.717-2.762 3.482-2.595 3.492-2.595l.12 3.051zM12.144 3.729c.222 5.377.204 5.223.216 5.223-4.182 2.264-4.274 2.307-4.266 2.307-.806-5.723-.794-5.598-.788-5.598l4.838-1.932zM12.434 10.806c.167 4.077.146 3.936.161 3.936-3.617 2.535-3.659 2.563-3.645 2.563-.584-4.2-.584-4.093-.575-4.093l4.059-2.406z"
69
+ />
70
+ </svg>
71
+ );
72
+ }
73
+ );
@@ -0,0 +1,37 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconMicrosoftTeams16 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = 'currentColor', title, ...props }, svgRef) => {
6
+ const titleId = useMemo(
7
+ () =>
8
+ title
9
+ ? 'title-' + Math.random().toString(36).substr(2, 9)
10
+ : undefined,
11
+ [title]
12
+ );
13
+ return (
14
+ <svg
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ width={16}
17
+ height={16}
18
+ fill="none"
19
+ viewBox="0 0 16 16"
20
+ aria-hidden={!title}
21
+ ref={svgRef}
22
+ aria-labelledby={titleId}
23
+ {...props}
24
+ >
25
+ {title ? <title id={titleId}>{title}</title> : null}
26
+ <g fill={color}>
27
+ <path d="M10.768 4.112A2.114 2.114 0 018.65 6.226a2.114 2.114 0 01-2.116-2.112C6.535 2.946 7.482 2 8.65 2s2.117.946 2.117 2.112zM13.21 6.225c.808 0 1.464-.655 1.464-1.462 0-.808-.655-1.463-1.465-1.463a1.464 1.464 0 100 2.925zM14.381 6.875c.342 0 .619.276.619.617v3.288a2.272 2.272 0 01-2.274 2.27h-.01c-.346 0-.673-.077-.966-.214A3.673 3.673 0 018.488 15a3.669 3.669 0 01-3.581-3.75h1.475V6.875h8z" />
28
+ <path
29
+ fillRule="evenodd"
30
+ d="M7.566 4.925h-5.97A.596.596 0 001 5.521v5.958c0 .33.267.596.597.596h5.969c.33 0 .597-.267.597-.596V5.521a.596.596 0 00-.597-.596zM4.959 7.193h1.193v-.63H3.011v.63h1.188v3.243h.76V7.193z"
31
+ clipRule="evenodd"
32
+ />
33
+ </g>
34
+ </svg>
35
+ );
36
+ }
37
+ );
@@ -0,0 +1,37 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconMicrosoftTeams24 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = 'currentColor', title, ...props }, svgRef) => {
6
+ const titleId = useMemo(
7
+ () =>
8
+ title
9
+ ? 'title-' + Math.random().toString(36).substr(2, 9)
10
+ : undefined,
11
+ [title]
12
+ );
13
+ return (
14
+ <svg
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ width={24}
17
+ height={24}
18
+ fill="none"
19
+ viewBox="0 0 24 24"
20
+ aria-hidden={!title}
21
+ ref={svgRef}
22
+ aria-labelledby={titleId}
23
+ {...props}
24
+ >
25
+ {title ? <title id={titleId}>{title}</title> : null}
26
+ <g fill={color}>
27
+ <path d="M15.954 5.925c0 1.615-1.354 2.925-3.024 2.925S9.907 7.54 9.907 5.925C9.907 4.31 11.261 3 12.93 3c1.67 0 3.024 1.31 3.024 2.925zM19.442 8.85c1.156 0 2.093-.907 2.093-2.025 0-1.118-.937-2.025-2.093-2.025s-2.093.907-2.093 2.025c0 1.118.937 2.025 2.093 2.025zM21.116 9.75c.488 0 .884.383.884.855v4.553c0 1.735-1.454 3.142-3.248 3.142h-.015c-.494 0-.961-.106-1.38-.297-.802 1.727-2.574 2.948-4.66 2.997-2.893-.069-5.183-2.392-5.116-5.192h2.107V9.75h11.428z" />
28
+ <path
29
+ fillRule="evenodd"
30
+ d="M11.38 7.05H2.853c-.471 0-.853.37-.853.825v8.25c0 .456.382.825.853.825h8.527c.47 0 .852-.37.852-.825v-8.25a.839.839 0 00-.852-.825zm-3.725 3.14H9.36v-.871H4.873v.871h1.696v4.491h1.086V10.19z"
31
+ clipRule="evenodd"
32
+ />
33
+ </g>
34
+ </svg>
35
+ );
36
+ }
37
+ );
@@ -0,0 +1,99 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconMicrosoftTeamsColor16 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = 'currentColor', title, ...props }, svgRef) => {
6
+ const titleId = useMemo(
7
+ () =>
8
+ title
9
+ ? 'title-' + Math.random().toString(36).substr(2, 9)
10
+ : undefined,
11
+ [title]
12
+ );
13
+ return (
14
+ <svg
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ width={16}
17
+ height={16}
18
+ fill="none"
19
+ viewBox="0 0 16 16"
20
+ aria-hidden={!title}
21
+ ref={svgRef}
22
+ aria-labelledby={titleId}
23
+ {...props}
24
+ >
25
+ {title ? <title id={titleId}>{title}</title> : null}
26
+ <path
27
+ fill="#5059C9"
28
+ d="M10.765 6.875h3.616c.342 0 .619.276.619.617v3.288a2.272 2.272 0 01-2.274 2.27h-.01a2.272 2.272 0 01-2.274-2.27V7.199c0-.179.145-.323.323-.323zM13.21 6.225c.808 0 1.464-.655 1.464-1.462 0-.808-.656-1.463-1.465-1.463s-1.465.655-1.465 1.463c0 .807.656 1.462 1.465 1.462z"
29
+ />
30
+ <path
31
+ fill="#7B83EB"
32
+ d="M8.651 6.225a2.114 2.114 0 002.117-2.112A2.114 2.114 0 008.65 2a2.114 2.114 0 00-2.116 2.112c0 1.167.947 2.113 2.116 2.113zM11.473 6.875h-5.97a.611.611 0 00-.596.625v3.75A3.669 3.669 0 008.488 15a3.669 3.669 0 003.582-3.75V7.5a.611.611 0 00-.597-.625z"
33
+ />
34
+ <path
35
+ fill="#000"
36
+ d="M8.814 6.875v5.255a.598.598 0 01-.596.595H5.193a3.951 3.951 0 01-.287-1.476V7.5a.61.61 0 01.597-.624h3.31z"
37
+ opacity={0.1}
38
+ />
39
+ <path
40
+ fill="#000"
41
+ d="M8.488 6.875v5.58a.6.6 0 01-.596.595H5.347a3.22 3.22 0 01-.267-.65 3.951 3.951 0 01-.172-1.15V7.498a.61.61 0 01.596-.624h2.985z"
42
+ opacity={0.2}
43
+ />
44
+ <path
45
+ fill="#000"
46
+ d="M8.488 6.875v4.93a.6.6 0 01-.596.595H5.08a3.951 3.951 0 01-.172-1.15V7.498a.61.61 0 01.596-.624h2.985z"
47
+ opacity={0.2}
48
+ />
49
+ <path
50
+ fill="#000"
51
+ d="M8.163 6.875v4.93a.6.6 0 01-.596.595H5.079a3.951 3.951 0 01-.172-1.15V7.498a.61.61 0 01.596-.624h2.66z"
52
+ opacity={0.2}
53
+ />
54
+ <path
55
+ fill="#000"
56
+ d="M8.814 5.195v1.024c-.055.003-.107.006-.163.006-.055 0-.107-.003-.163-.006A2.115 2.115 0 016.593 4.6h1.625a.598.598 0 01.596.594z"
57
+ opacity={0.1}
58
+ />
59
+ <path
60
+ fill="#000"
61
+ d="M8.488 5.52v.699a2.115 2.115 0 01-1.79-1.293h1.195a.598.598 0 01.595.594z"
62
+ opacity={0.2}
63
+ />
64
+ <path
65
+ fill="#000"
66
+ d="M8.488 5.52v.699a2.115 2.115 0 01-1.79-1.293h1.195a.598.598 0 01.595.594z"
67
+ opacity={0.2}
68
+ />
69
+ <path
70
+ fill="#000"
71
+ d="M8.163 5.52v.647a2.115 2.115 0 01-1.465-1.242h.87a.598.598 0 01.595.595z"
72
+ opacity={0.2}
73
+ />
74
+ <path
75
+ fill="url(#microsoft-teams-color-16__paint0_linear_2372_494)"
76
+ d="M1.597 4.925h5.969c.33 0 .597.267.597.596v5.958a.596.596 0 01-.597.596h-5.97A.596.596 0 011 11.479V5.521c0-.33.267-.596.597-.596z"
77
+ />
78
+ <path
79
+ fill="#fff"
80
+ d="M6.152 7.193H4.959v3.243h-.76V7.193H3.01v-.63h3.141v.63z"
81
+ />
82
+ <defs>
83
+ <linearGradient
84
+ id="microsoft-teams-color-16__paint0_linear_2372_494"
85
+ x1={2.244}
86
+ x2={6.906}
87
+ y1={4.46}
88
+ y2={12.548}
89
+ gradientUnits="userSpaceOnUse"
90
+ >
91
+ <stop stopColor="#5A62C3" />
92
+ <stop offset={0.5} stopColor="#4D55BD" />
93
+ <stop offset={1} stopColor="#3940AB" />
94
+ </linearGradient>
95
+ </defs>
96
+ </svg>
97
+ );
98
+ }
99
+ );
@@ -0,0 +1,99 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconMicrosoftTeamsColor24 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = 'currentColor', title, ...props }, svgRef) => {
6
+ const titleId = useMemo(
7
+ () =>
8
+ title
9
+ ? 'title-' + Math.random().toString(36).substr(2, 9)
10
+ : undefined,
11
+ [title]
12
+ );
13
+ return (
14
+ <svg
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ width={24}
17
+ height={24}
18
+ fill="none"
19
+ viewBox="0 0 24 24"
20
+ aria-hidden={!title}
21
+ ref={svgRef}
22
+ aria-labelledby={titleId}
23
+ {...props}
24
+ >
25
+ {title ? <title id={titleId}>{title}</title> : null}
26
+ <path
27
+ fill="#5059C9"
28
+ d="M15.95 9.75h5.166c.488 0 .884.383.884.855v4.553c0 1.735-1.454 3.142-3.248 3.142h-.015c-1.794 0-3.248-1.406-3.249-3.142v-4.961c0-.247.207-.447.462-.447zM19.442 8.85c1.156 0 2.093-.907 2.093-2.025 0-1.118-.937-2.025-2.093-2.025s-2.093.907-2.093 2.025c0 1.118.937 2.025 2.093 2.025z"
29
+ />
30
+ <path
31
+ fill="#7B83EB"
32
+ d="M12.93 8.85c1.67 0 3.024-1.31 3.024-2.925C15.954 4.31 14.6 3 12.93 3S9.907 4.31 9.907 5.925c0 1.615 1.354 2.925 3.023 2.925zM16.961 9.75H8.434c-.482.012-.864.399-.853.865v5.193c-.067 2.8 2.223 5.123 5.117 5.192 2.893-.069 5.183-2.392 5.116-5.192v-5.193c.011-.466-.37-.853-.853-.865z"
33
+ />
34
+ <path
35
+ fill="#000"
36
+ d="M13.163 9.75v7.276a.829.829 0 01-.53.761.847.847 0 01-.321.063H7.99a5.316 5.316 0 01-.41-2.043v-5.193c-.01-.466.37-.852.851-.864h4.73z"
37
+ opacity={0.1}
38
+ />
39
+ <path
40
+ fill="#000"
41
+ d="M12.698 9.75v7.727a.775.775 0 01-.066.31.857.857 0 01-.786.513H8.21a5.75 5.75 0 01-.218-.45 5.316 5.316 0 01-.41-2.043v-5.193c-.01-.466.37-.852.851-.864h4.266z"
42
+ opacity={0.2}
43
+ />
44
+ <path
45
+ fill="#000"
46
+ d="M12.698 9.75v6.826a.844.844 0 01-.852.824H7.828a5.316 5.316 0 01-.247-1.593v-5.193c-.01-.466.37-.852.851-.864h4.266z"
47
+ opacity={0.2}
48
+ />
49
+ <path
50
+ fill="#000"
51
+ d="M12.232 9.75v6.826a.844.844 0 01-.85.824H7.827a5.316 5.316 0 01-.247-1.593v-5.193c-.01-.466.37-.852.851-.864h3.8z"
52
+ opacity={0.2}
53
+ />
54
+ <path
55
+ fill="#000"
56
+ d="M13.163 7.424V8.84c-.08.005-.154.01-.233.01-.079 0-.153-.005-.232-.01a2.631 2.631 0 01-.465-.072A2.998 2.998 0 0110.14 7.05a2.438 2.438 0 01-.15-.45h2.322c.469.002.849.37.85.824z"
57
+ opacity={0.1}
58
+ />
59
+ <path
60
+ fill="#000"
61
+ d="M12.698 7.874v.967a2.632 2.632 0 01-.465-.072A2.998 2.998 0 0110.14 7.05h1.707c.469.002.849.37.85.824z"
62
+ opacity={0.2}
63
+ />
64
+ <path
65
+ fill="#000"
66
+ d="M12.698 7.874v.967a2.632 2.632 0 01-.465-.072A2.998 2.998 0 0110.14 7.05h1.707c.469.002.849.37.85.824z"
67
+ opacity={0.2}
68
+ />
69
+ <path
70
+ fill="#000"
71
+ d="M12.233 7.874v.895A2.998 2.998 0 0110.14 7.05h1.242c.469.002.849.37.85.824z"
72
+ opacity={0.2}
73
+ />
74
+ <path
75
+ fill="url(#microsoft-teams-color-24__paint0_linear_2372_478)"
76
+ d="M2.853 7.05h8.527c.47 0 .852.37.852.825v8.25c0 .456-.381.825-.852.825H2.853c-.471 0-.853-.37-.853-.825v-8.25c0-.456.382-.825.853-.825z"
77
+ />
78
+ <path
79
+ fill="#fff"
80
+ d="M9.36 10.19H7.655v4.491H6.57V10.19H4.873v-.871H9.36v.871z"
81
+ />
82
+ <defs>
83
+ <linearGradient
84
+ id="microsoft-teams-color-24__paint0_linear_2372_478"
85
+ x1={3.778}
86
+ x2={10.13}
87
+ y1={6.406}
88
+ y2={17.776}
89
+ gradientUnits="userSpaceOnUse"
90
+ >
91
+ <stop stopColor="#5A62C3" />
92
+ <stop offset={0.5} stopColor="#4D55BD" />
93
+ <stop offset={1} stopColor="#3940AB" />
94
+ </linearGradient>
95
+ </defs>
96
+ </svg>
97
+ );
98
+ }
99
+ );
@@ -0,0 +1,34 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconSaml16 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = 'currentColor', title, ...props }, svgRef) => {
6
+ const titleId = useMemo(
7
+ () =>
8
+ title
9
+ ? 'title-' + Math.random().toString(36).substr(2, 9)
10
+ : undefined,
11
+ [title]
12
+ );
13
+ return (
14
+ <svg
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ width={16}
17
+ height={16}
18
+ fill="none"
19
+ viewBox="0 0 16 16"
20
+ aria-hidden={!title}
21
+ ref={svgRef}
22
+ aria-labelledby={titleId}
23
+ {...props}
24
+ >
25
+ {title ? <title id={titleId}>{title}</title> : null}
26
+ <g fill={color}>
27
+ <path d="M7.754 2l.463.41c.343.304.687.607 1.026.915C11.44 5.32 13.3 7.565 14.7 10.149c.072.132.137.268.202.403l.098.203-.108.057-.081-.115-.21-.299-.147-.214c-1.019-1.479-2.04-2.96-3.442-4.145a6.563 6.563 0 00-1.393-.904c-1.014-.485-1.916-.291-2.69.505-.736.757-1.118 1.697-1.463 2.653-.045.123-.092.245-.139.367l-.082.215-.172-.055c.1-.348.192-.698.284-1.049.21-.795.42-1.59.712-2.356.31-.816.702-1.603 1.093-2.39.169-.341.338-.682.5-1.025h.092z" />
28
+ <path d="M8.448 11.822c-1.626.77-5.56 1.564-7.426 1.36C.717 11.576 3.71 4.05 5.18 2.91l-.095.218a4.638 4.638 0 01-.138.303l-.066.129c-.76 1.462-1.519 2.926-1.908 4.53a7.482 7.482 0 00-.228 1.689c-.01 1.34.824 2.252 2.217 2.309.67.027 1.347-.043 2.023-.114.294-.03.587-.061.88-.084.108-.008.214-.021.352-.039l.231-.028z" />
29
+ <path d="M3.825 14.781c-.445.034-.89.068-1.333.108 4.097.39 8.03-.277 11.91-1.644-1.265-2.23-2.97-3.991-4.952-5.522.026.098.084.169.141.239l.048.06c.17.226.348.448.527.67.409.509.818 1.018 1.126 1.578.778 1.42.356 2.648-1.168 3.296-1.002.427-2.097.718-3.18.892-1.03.164-2.075.243-3.119.323z" />
30
+ </g>
31
+ </svg>
32
+ );
33
+ }
34
+ );