@hashicorp/flight-icons 2.14.0 → 2.16.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 (36) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/catalog.json +417 -309
  3. package/package.json +1 -1
  4. package/svg/elastic-observability-16.svg +1 -0
  5. package/svg/elastic-observability-24.svg +1 -0
  6. package/svg/elastic-observability-color-16.svg +1 -0
  7. package/svg/elastic-observability-color-24.svg +1 -0
  8. package/svg/index.js +1 -1
  9. package/svg/new-relic-16.svg +1 -0
  10. package/svg/new-relic-24.svg +1 -0
  11. package/svg/new-relic-color-16.svg +1 -0
  12. package/svg/new-relic-color-24.svg +1 -0
  13. package/svg/star-24.svg +1 -1
  14. package/svg/swap-horizontal-16.svg +1 -1
  15. package/svg/venafi-16.svg +1 -0
  16. package/svg/venafi-24.svg +1 -0
  17. package/svg/venafi-color-16.svg +1 -0
  18. package/svg/venafi-color-24.svg +1 -0
  19. package/svg/volume-2-16.svg +1 -1
  20. package/svg-react/elastic-observability-16.tsx +35 -0
  21. package/svg-react/elastic-observability-24.tsx +35 -0
  22. package/svg-react/elastic-observability-color-16.tsx +41 -0
  23. package/svg-react/elastic-observability-color-24.tsx +41 -0
  24. package/svg-react/index.ts +12 -0
  25. package/svg-react/new-relic-16.tsx +35 -0
  26. package/svg-react/new-relic-24.tsx +35 -0
  27. package/svg-react/new-relic-color-16.tsx +41 -0
  28. package/svg-react/new-relic-color-24.tsx +41 -0
  29. package/svg-react/star-24.tsx +1 -1
  30. package/svg-react/swap-horizontal-16.tsx +1 -1
  31. package/svg-react/venafi-16.tsx +35 -0
  32. package/svg-react/venafi-24.tsx +35 -0
  33. package/svg-react/venafi-color-16.tsx +35 -0
  34. package/svg-react/venafi-color-24.tsx +35 -0
  35. package/svg-react/volume-2-16.tsx +2 -2
  36. package/svg-sprite/svg-sprite-module.js +1 -1
@@ -0,0 +1,35 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconVenafiColor24 = 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="#FF6333"
28
+ fillRule="evenodd"
29
+ d="M15.966 3.216L16.042 3H23c-2.253 6.096-5.467 11.67-9.592 16.558L12 21.223l-1.408-1.665C6.467 14.671 3.253 9.096 1 3h6.809l.076.216c.162.465.532 1.527.752 2.02H4.545c1.533 4.15 3.72 7.944 6.527 11.274l.961 1.135.961-1.135c2.808-3.33 4.995-7.124 6.527-11.274h-4.307c.22-.493.59-1.555.752-2.02zM12 11.82a21.658 21.658 0 002.916-5.135h2.26a26.103 26.103 0 01-4.513 7.786L12 15.26l-.663-.787a26.003 26.003 0 01-4.514-7.786h2.261A21.654 21.654 0 0012 11.822z"
30
+ clipRule="evenodd"
31
+ />
32
+ </svg>
33
+ );
34
+ }
35
+ );
@@ -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 10.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 00.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.524 6.274a1.25 1.25 0 01-.717.226H1.5v3h2.307c.256 0 .506.079.717.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.523 6.274a1.25 1.25 0 01-.716.226H1.5v3h2.307c.256 0 .506.079.716.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" />