@hashicorp/flight-icons 2.22.0 → 2.24.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 (116) hide show
  1. package/CHANGELOG.md +39 -18
  2. package/catalog.json +251 -17
  3. package/package.json +1 -1
  4. package/svg/accessibility-16.svg +1 -0
  5. package/svg/accessibility-24.svg +1 -0
  6. package/svg/alert-diamond-24.svg +1 -1
  7. package/svg/channel-16.svg +1 -0
  8. package/svg/channel-24.svg +1 -0
  9. package/svg/diamond-24.svg +1 -1
  10. package/svg/discussion-circle-16.svg +1 -1
  11. package/svg/discussion-circle-24.svg +1 -1
  12. package/svg/folder-star-16.svg +1 -1
  13. package/svg/index.d.ts +1 -1
  14. package/svg/index.js +1 -1
  15. package/svg/jwt-16.svg +1 -0
  16. package/svg/jwt-24.svg +1 -0
  17. package/svg/jwt-color-16.svg +1 -0
  18. package/svg/jwt-color-24.svg +1 -0
  19. package/svg/kubernetes-color-16.svg +1 -1
  20. package/svg/labyrinth-16.svg +1 -1
  21. package/svg/meetup-16.svg +1 -0
  22. package/svg/meetup-24.svg +1 -0
  23. package/svg/meetup-color-16.svg +1 -0
  24. package/svg/meetup-color-24.svg +1 -0
  25. package/svg/message-circle-fill-24.svg +1 -1
  26. package/svg/minus-circle-fill-16.svg +1 -0
  27. package/svg/minus-circle-fill-24.svg +1 -0
  28. package/svg/navigation-16.svg +1 -1
  29. package/svg/navigation-24.svg +1 -1
  30. package/svg/navigation-alt-16.svg +1 -1
  31. package/svg/openid-16.svg +1 -0
  32. package/svg/openid-24.svg +1 -0
  33. package/svg/openid-color-16.svg +1 -0
  34. package/svg/openid-color-24.svg +1 -0
  35. package/svg/phone-16.svg +1 -1
  36. package/svg/phone-24.svg +1 -1
  37. package/svg/phone-call-16.svg +1 -1
  38. package/svg/phone-call-24.svg +1 -1
  39. package/svg/plug-16.svg +1 -1
  40. package/svg/plug-24.svg +1 -1
  41. package/svg/plus-circle-16.svg +1 -1
  42. package/svg/plus-circle-24.svg +1 -1
  43. package/svg/plus-circle-fill-16.svg +1 -0
  44. package/svg/plus-circle-fill-24.svg +1 -0
  45. package/svg/rabbitmq-16.svg +1 -0
  46. package/svg/rabbitmq-24.svg +1 -0
  47. package/svg/rabbitmq-color-16.svg +1 -0
  48. package/svg/rabbitmq-color-24.svg +1 -0
  49. package/svg/redirect-16.svg +1 -1
  50. package/svg/redirect-24.svg +1 -1
  51. package/svg/star-24.svg +1 -1
  52. package/svg/star-off-16.svg +1 -1
  53. package/svg/transform-data-16.svg +1 -0
  54. package/svg/transform-data-24.svg +1 -0
  55. package/svg/volume-2-16.svg +1 -1
  56. package/svg/wand-16.svg +1 -1
  57. package/svg/wand-24.svg +1 -1
  58. package/svg/x-diamond-16.svg +1 -1
  59. package/svg/x-diamond-24.svg +1 -1
  60. package/svg-react/accessibility-16.tsx +38 -0
  61. package/svg-react/accessibility-24.tsx +42 -0
  62. package/svg-react/alert-diamond-24.tsx +1 -1
  63. package/svg-react/channel-16.tsx +35 -0
  64. package/svg-react/channel-24.tsx +35 -0
  65. package/svg-react/diamond-24.tsx +1 -1
  66. package/svg-react/discussion-circle-16.tsx +2 -2
  67. package/svg-react/discussion-circle-24.tsx +2 -2
  68. package/svg-react/folder-star-16.tsx +2 -2
  69. package/svg-react/index.ts +28 -2
  70. package/svg-react/jwt-16.tsx +33 -0
  71. package/svg-react/jwt-24.tsx +33 -0
  72. package/svg-react/jwt-color-16.tsx +51 -0
  73. package/svg-react/jwt-color-24.tsx +51 -0
  74. package/svg-react/kubernetes-color-16.tsx +1 -1
  75. package/svg-react/labyrinth-16.tsx +1 -1
  76. package/svg-react/meetup-16.tsx +35 -0
  77. package/svg-react/meetup-24.tsx +35 -0
  78. package/svg-react/meetup-color-16.tsx +35 -0
  79. package/svg-react/meetup-color-24.tsx +35 -0
  80. package/svg-react/message-circle-fill-24.tsx +2 -2
  81. package/svg-react/minus-circle-fill-16.tsx +35 -0
  82. package/svg-react/minus-circle-fill-24.tsx +35 -0
  83. package/svg-react/navigation-16.tsx +1 -1
  84. package/svg-react/navigation-24.tsx +1 -1
  85. package/svg-react/navigation-alt-16.tsx +1 -1
  86. package/svg-react/openid-16.tsx +32 -0
  87. package/svg-react/openid-24.tsx +33 -0
  88. package/svg-react/openid-color-16.tsx +43 -0
  89. package/svg-react/openid-color-24.tsx +43 -0
  90. package/svg-react/phone-16.tsx +1 -1
  91. package/svg-react/phone-24.tsx +1 -1
  92. package/svg-react/phone-call-16.tsx +3 -3
  93. package/svg-react/phone-call-24.tsx +2 -2
  94. package/svg-react/plug-16.tsx +1 -1
  95. package/svg-react/plug-24.tsx +1 -1
  96. package/svg-react/plus-circle-16.tsx +2 -2
  97. package/svg-react/plus-circle-24.tsx +2 -2
  98. package/svg-react/plus-circle-fill-16.tsx +35 -0
  99. package/svg-react/plus-circle-fill-24.tsx +35 -0
  100. package/svg-react/rabbitmq-16.tsx +33 -0
  101. package/svg-react/rabbitmq-24.tsx +33 -0
  102. package/svg-react/rabbitmq-color-16.tsx +33 -0
  103. package/svg-react/rabbitmq-color-24.tsx +33 -0
  104. package/svg-react/redirect-16.tsx +1 -1
  105. package/svg-react/redirect-24.tsx +1 -1
  106. package/svg-react/star-24.tsx +1 -1
  107. package/svg-react/star-off-16.tsx +1 -1
  108. package/svg-react/transform-data-16.tsx +37 -0
  109. package/svg-react/transform-data-24.tsx +48 -0
  110. package/svg-react/volume-2-16.tsx +2 -2
  111. package/svg-react/wand-16.tsx +2 -2
  112. package/svg-react/wand-24.tsx +1 -1
  113. package/svg-react/x-diamond-16.tsx +1 -1
  114. package/svg-react/x-diamond-24.tsx +1 -1
  115. package/svg-sprite/svg-sprite-module.js +1 -1
  116. package/svg-sprite/svg-sprite.svg +1 -1
@@ -24,10 +24,10 @@ export const IconVolume216 = forwardRef<SVGSVGElement, IconProps>(
24
24
  >
25
25
  {title ? <title id={titleId}>{title}</title> : null}
26
26
  <g fill={color}>
27
- <path d="M13.242 2.184a.75.75 0 10-.984 1.132C13.709 4.578 14.5 6.266 14.5 8s-.79 3.422-2.242 4.684a.75.75 0 00.984 1.132C14.992 12.293 16 10.204 16 8c0-2.204-1.008-4.293-2.758-5.816z" />
27
+ <path d="M13.242 2.184a.75.75 0 10-.984 1.132C13.709 4.578 14.5 6.266 14.5 8s-.79 3.422-2.242 4.684a.75.75 0 10.984 1.132C14.992 12.293 16 10.204 16 8c0-2.204-1.008-4.293-2.758-5.816z" />
28
28
  <path
29
29
  fillRule="evenodd"
30
- d="M7.033 2.686A1.25 1.25 0 019 3.71v8.58a1.25 1.25 0 01-1.967 1.024L3.728 11H1.25C.56 11 0 10.44 0 9.75v-3.5C0 5.56.56 5 1.25 5h2.478l3.305-2.314zM7.5 4.19L4.523 6.274a1.25 1.25 0 01-.716.226H1.5v3h2.307c.256 0 .506.079.716.226L7.5 11.809V4.19z"
30
+ d="M7.033 2.686A1.25 1.25 0 019 3.71v8.58a1.25 1.25 0 01-1.967 1.024L3.728 11H1.25C.56 11 0 10.44 0 9.75v-3.5C0 5.56.56 5 1.25 5h2.478l3.305-2.314zM7.5 4.19L4.524 6.274a1.25 1.25 0 01-.717.226H1.5v3h2.307c.256 0 .506.079.717.226L7.5 11.809V4.19z"
31
31
  clipRule="evenodd"
32
32
  />
33
33
  <path d="M10.701 5.239a.75.75 0 011.06-.038A3.826 3.826 0 0113 8c0 1.06-.453 2.066-1.239 2.799A.75.75 0 1110.74 9.7c.494-.46.761-1.074.761-1.701s-.267-1.24-.761-1.701a.75.75 0 01-.038-1.06z" />
@@ -27,10 +27,10 @@ export const IconWand16 = forwardRef<SVGSVGElement, IconProps>(
27
27
  <path d="M4.083.183a.5.5 0 00-.65.65l.393.981a.5.5 0 010 .371l-.393.982a.5.5 0 00.65.65l.981-.393a.5.5 0 01.372 0l.98.392a.5.5 0 00.65-.65l-.392-.98a.5.5 0 010-.372l.393-.981a.5.5 0 00-.65-.65l-.981.392a.5.5 0 01-.372 0l-.98-.392z" />
28
28
  <path
29
29
  fillRule="evenodd"
30
- d="M11.414 4.104a2 2 0 00-2.828 0L.808 11.882a2 2 0 002.828 2.828l7.778-7.778a2 2 0 000-2.828zm-1.768 1.06a.5.5 0 11.707.707l-.883.884-.707-.707.883-.884zM7.702 7.11l.707.707-5.834 5.834a.5.5 0 11-.707-.707l5.834-5.834z"
30
+ d="M11.414 4.104a2 2 0 00-2.828 0L.808 11.882a2 2 0 002.828 2.828l7.778-7.778a2 2 0 000-2.828zm-1.768 1.06a.5.5 0 01.708.707l-.884.884-.707-.707.883-.884zM7.702 7.11l.707.707-5.834 5.834a.5.5 0 11-.707-.707l5.834-5.834z"
31
31
  clipRule="evenodd"
32
32
  />
33
- <path d="M10.572 11.21a.5.5 0 010-.92l1.219-.522a.5.5 0 00.263-.262l.522-1.22a.5.5 0 01.92 0l.521 1.22a.5.5 0 00.263.262l1.219.522a.5.5 0 010 .92l-1.219.522a.5.5 0 00-.263.263l-.522 1.218a.5.5 0 01-.919 0l-.522-1.218a.5.5 0 00-.263-.263l-1.219-.522zM12.833.183a.5.5 0 00-.65.65l.293.731a.5.5 0 010 .371l-.293.732a.5.5 0 00.65.65l.731-.293a.5.5 0 01.372 0l.73.292a.5.5 0 00.65-.65l-.292-.73a.5.5 0 010-.372l.293-.731a.5.5 0 00-.65-.65l-.731.292a.5.5 0 01-.372 0l-.73-.292z" />
33
+ <path d="M10.572 11.21a.5.5 0 010-.92l1.22-.522a.5.5 0 00.262-.262l.522-1.22a.5.5 0 01.92 0l.521 1.22a.5.5 0 00.263.262l1.219.522a.5.5 0 010 .92l-1.219.522a.5.5 0 00-.263.263l-.522 1.218a.5.5 0 01-.919 0l-.522-1.218a.5.5 0 00-.263-.263l-1.219-.522zM12.833.183a.5.5 0 00-.65.65l.293.731a.5.5 0 010 .371l-.293.732a.5.5 0 00.65.65l.731-.293a.5.5 0 01.372 0l.73.292a.5.5 0 00.65-.65l-.292-.73a.5.5 0 010-.372l.293-.731a.5.5 0 00-.65-.65l-.731.292a.5.5 0 01-.372 0l-.73-.292z" />
34
34
  </g>
35
35
  </svg>
36
36
  );
@@ -24,7 +24,7 @@ export const IconWand24 = forwardRef<SVGSVGElement, IconProps>(
24
24
  >
25
25
  {title ? <title id={titleId}>{title}</title> : null}
26
26
  <g fill={color}>
27
- <path d="M18.875 1.15a.75.75 0 00-.975.975l.289.721a.75.75 0 010 .557l-.29.722a.75.75 0 00.976.975l.721-.289a.75.75 0 01.558 0l.721.289a.75.75 0 00.975-.975l-.289-.722a.75.75 0 010-.557l.29-.721a.75.75 0 00-.976-.975l-.721.288a.75.75 0 01-.558 0l-.721-.288zM7.125 1.15a.75.75 0 00-.975.975l.439 1.096a.75.75 0 010 .557l-.44 1.097a.75.75 0 00.976.975l1.096-.439a.75.75 0 01.558 0l1.096.439a.75.75 0 00.975-.975l-.439-1.097a.75.75 0 010-.557l.44-1.096a.75.75 0 00-.976-.975l-1.096.438a.75.75 0 01-.558 0L7.125 1.15z" />
27
+ <path d="M18.875 1.15a.75.75 0 00-.975.975l.289.721a.75.75 0 010 .557l-.289.722a.75.75 0 00.975.975l.721-.289a.75.75 0 01.558 0l.721.289a.75.75 0 00.975-.975l-.289-.722a.75.75 0 010-.557l.29-.721a.75.75 0 00-.976-.975l-.721.288a.75.75 0 01-.558 0l-.721-.288zM7.125 1.15a.75.75 0 00-.975.975l.439 1.096a.75.75 0 010 .557l-.44 1.097a.75.75 0 00.976.975l1.096-.439a.75.75 0 01.558 0l1.096.439a.75.75 0 00.975-.975l-.439-1.097a.75.75 0 010-.557l.44-1.096a.75.75 0 00-.976-.975l-1.096.438a.75.75 0 01-.558 0L7.125 1.15z" />
28
28
  <path
29
29
  fillRule="evenodd"
30
30
  d="M17.017 6.707a2.5 2.5 0 00-3.535 0L2.168 18.021a2.5 2.5 0 003.536 3.535l11.313-11.313a2.5 2.5 0 000-3.536zm-2.474 1.06a1 1 0 011.414 1.415l-1.591 1.591-1.414-1.414 1.59-1.591zM11.89 10.42l1.414 1.415-8.662 8.662a1 1 0 01-1.414-1.414l8.662-8.663z"
@@ -24,7 +24,7 @@ export const IconXDiamond16 = forwardRef<SVGSVGElement, IconProps>(
24
24
  >
25
25
  {title ? <title id={titleId}>{title}</title> : null}
26
26
  <g fill={color}>
27
- <path d="M10.78 5.22a.75.75 0 010 1.06L9.06 8l1.72 1.72a.75.75 0 01-1.06 1.06L8 9.06l-1.72 1.72a.75.75 0 11-1.06-1.06L6.94 8 5.22 6.28a.75.75 0 011.06-1.06L8 6.94l1.72-1.72a.75.75 0 011.06 0z" />
27
+ <path d="M10.78 5.22a.75.75 0 010 1.06L9.06 8l1.72 1.72a.75.75 0 11-1.06 1.06L8 9.06l-1.72 1.72a.75.75 0 11-1.06-1.06L6.94 8 5.22 6.28a.75.75 0 011.06-1.06L8 6.94l1.72-1.72a.75.75 0 011.06 0z" />
28
28
  <path
29
29
  fillRule="evenodd"
30
30
  d="M.75 6.41L6.407.753a2.25 2.25 0 013.182 0l5.657 5.657a2.25 2.25 0 010 3.182l-5.657 5.656a2.25 2.25 0 01-3.182 0L.75 9.592a2.25 2.25 0 010-3.182zm6.718-4.597L1.81 7.47a.75.75 0 000 1.06l5.657 5.658a.75.75 0 001.06 0l5.657-5.657a.75.75 0 000-1.06L8.53 1.812a.75.75 0 00-1.061 0z"
@@ -24,7 +24,7 @@ export const IconXDiamond24 = forwardRef<SVGSVGElement, IconProps>(
24
24
  >
25
25
  {title ? <title id={titleId}>{title}</title> : null}
26
26
  <g fill={color}>
27
- <path d="M15.78 8.22a.75.75 0 010 1.06L13.06 12l2.72 2.72a.75.75 0 11-1.06 1.06L12 13.06l-2.72 2.72a.75.75 0 01-1.06-1.06L10.94 12 8.22 9.28a.75.75 0 111.06-1.06L12 10.94l2.72-2.72a.75.75 0 011.06 0z" />
27
+ <path d="M15.78 8.22a.75.75 0 010 1.06L13.06 12l2.72 2.72a.75.75 0 11-1.06 1.06L12 13.06l-2.72 2.72a.75.75 0 01-1.06-1.06L10.94 12 8.22 9.28a.75.75 0 011.06-1.06L12 10.94l2.72-2.72a.75.75 0 011.06 0z" />
28
28
  <path
29
29
  fillRule="evenodd"
30
30
  d="M1.884 10.056l8.171-8.172a2.75 2.75 0 013.89 0l8.171 8.172a2.75 2.75 0 010 3.889l-8.171 8.171a2.75 2.75 0 01-3.89 0l-8.171-8.171a2.75 2.75 0 010-3.89zm9.232-7.111l-8.172 8.171a1.25 1.25 0 000 1.768l8.172 8.172a1.25 1.25 0 001.768 0l8.171-8.172a1.25 1.25 0 000-1.768l-8.171-8.171a1.25 1.25 0 00-1.768 0z"