@hashicorp/flight-icons 2.23.0 → 2.25.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 (70) hide show
  1. package/CHANGELOG.md +40 -20
  2. package/catalog.json +199 -1
  3. package/package.json +1 -1
  4. package/svg/index.d.ts +1 -1
  5. package/svg/index.js +1 -1
  6. package/svg/jwt-16.svg +1 -0
  7. package/svg/jwt-24.svg +1 -0
  8. package/svg/jwt-color-16.svg +1 -0
  9. package/svg/jwt-color-24.svg +1 -0
  10. package/svg/kubernetes-color-16.svg +1 -1
  11. package/svg/meetup-16.svg +1 -0
  12. package/svg/meetup-24.svg +1 -0
  13. package/svg/meetup-color-16.svg +1 -0
  14. package/svg/meetup-color-24.svg +1 -0
  15. package/svg/openid-16.svg +1 -0
  16. package/svg/openid-24.svg +1 -0
  17. package/svg/openid-color-16.svg +1 -0
  18. package/svg/openid-color-24.svg +1 -0
  19. package/svg/rabbitmq-16.svg +1 -0
  20. package/svg/rabbitmq-24.svg +1 -0
  21. package/svg/rabbitmq-color-16.svg +1 -0
  22. package/svg/rabbitmq-color-24.svg +1 -0
  23. package/svg/transform-data-16.svg +1 -0
  24. package/svg/transform-data-24.svg +1 -0
  25. package/svg/vault-radar-16.svg +1 -0
  26. package/svg/vault-radar-24.svg +1 -0
  27. package/svg/vault-radar-color-16.svg +1 -0
  28. package/svg/vault-radar-color-24.svg +1 -0
  29. package/svg/vault-secrets-16.svg +1 -1
  30. package/svg/vault-secrets-24.svg +1 -1
  31. package/svg/vault-secrets-color-16.svg +1 -1
  32. package/svg/vault-secrets-color-24.svg +1 -1
  33. package/svg/wand-16.svg +1 -1
  34. package/svg/wand-24.svg +1 -1
  35. package/svg/x-diamond-16.svg +1 -1
  36. package/svg/x-diamond-24.svg +1 -1
  37. package/svg-react/index.ts +22 -0
  38. package/svg-react/jwt-16.tsx +33 -0
  39. package/svg-react/jwt-24.tsx +33 -0
  40. package/svg-react/jwt-color-16.tsx +51 -0
  41. package/svg-react/jwt-color-24.tsx +51 -0
  42. package/svg-react/kubernetes-color-16.tsx +1 -1
  43. package/svg-react/meetup-16.tsx +35 -0
  44. package/svg-react/meetup-24.tsx +35 -0
  45. package/svg-react/meetup-color-16.tsx +35 -0
  46. package/svg-react/meetup-color-24.tsx +35 -0
  47. package/svg-react/openid-16.tsx +32 -0
  48. package/svg-react/openid-24.tsx +33 -0
  49. package/svg-react/openid-color-16.tsx +43 -0
  50. package/svg-react/openid-color-24.tsx +43 -0
  51. package/svg-react/rabbitmq-16.tsx +33 -0
  52. package/svg-react/rabbitmq-24.tsx +33 -0
  53. package/svg-react/rabbitmq-color-16.tsx +33 -0
  54. package/svg-react/rabbitmq-color-24.tsx +33 -0
  55. package/svg-react/transform-data-16.tsx +37 -0
  56. package/svg-react/transform-data-24.tsx +48 -0
  57. package/svg-react/vault-radar-16.tsx +37 -0
  58. package/svg-react/vault-radar-24.tsx +37 -0
  59. package/svg-react/vault-radar-color-16.tsx +35 -0
  60. package/svg-react/vault-radar-color-24.tsx +37 -0
  61. package/svg-react/vault-secrets-16.tsx +3 -3
  62. package/svg-react/vault-secrets-24.tsx +3 -3
  63. package/svg-react/vault-secrets-color-16.tsx +9 -10
  64. package/svg-react/vault-secrets-color-24.tsx +9 -10
  65. package/svg-react/wand-16.tsx +2 -2
  66. package/svg-react/wand-24.tsx +1 -1
  67. package/svg-react/x-diamond-16.tsx +1 -1
  68. package/svg-react/x-diamond-24.tsx +1 -1
  69. package/svg-sprite/svg-sprite-module.js +1 -1
  70. package/svg-sprite/svg-sprite.svg +1 -1
@@ -27,7 +27,7 @@ export const IconXDiamond16 = forwardRef<SVGSVGElement, IconProps>(
27
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
- 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.528 1.812a.75.75 0 00-1.06 0z"
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"
31
31
  clipRule="evenodd"
32
32
  />
33
33
  </g>
@@ -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"