@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.
- package/CHANGELOG.md +40 -20
- package/catalog.json +199 -1
- package/package.json +1 -1
- package/svg/index.d.ts +1 -1
- package/svg/index.js +1 -1
- package/svg/jwt-16.svg +1 -0
- package/svg/jwt-24.svg +1 -0
- package/svg/jwt-color-16.svg +1 -0
- package/svg/jwt-color-24.svg +1 -0
- package/svg/kubernetes-color-16.svg +1 -1
- package/svg/meetup-16.svg +1 -0
- package/svg/meetup-24.svg +1 -0
- package/svg/meetup-color-16.svg +1 -0
- package/svg/meetup-color-24.svg +1 -0
- package/svg/openid-16.svg +1 -0
- package/svg/openid-24.svg +1 -0
- package/svg/openid-color-16.svg +1 -0
- package/svg/openid-color-24.svg +1 -0
- package/svg/rabbitmq-16.svg +1 -0
- package/svg/rabbitmq-24.svg +1 -0
- package/svg/rabbitmq-color-16.svg +1 -0
- package/svg/rabbitmq-color-24.svg +1 -0
- package/svg/transform-data-16.svg +1 -0
- package/svg/transform-data-24.svg +1 -0
- package/svg/vault-radar-16.svg +1 -0
- package/svg/vault-radar-24.svg +1 -0
- package/svg/vault-radar-color-16.svg +1 -0
- package/svg/vault-radar-color-24.svg +1 -0
- package/svg/vault-secrets-16.svg +1 -1
- package/svg/vault-secrets-24.svg +1 -1
- package/svg/vault-secrets-color-16.svg +1 -1
- package/svg/vault-secrets-color-24.svg +1 -1
- package/svg/wand-16.svg +1 -1
- package/svg/wand-24.svg +1 -1
- package/svg/x-diamond-16.svg +1 -1
- package/svg/x-diamond-24.svg +1 -1
- package/svg-react/index.ts +22 -0
- package/svg-react/jwt-16.tsx +33 -0
- package/svg-react/jwt-24.tsx +33 -0
- package/svg-react/jwt-color-16.tsx +51 -0
- package/svg-react/jwt-color-24.tsx +51 -0
- package/svg-react/kubernetes-color-16.tsx +1 -1
- package/svg-react/meetup-16.tsx +35 -0
- package/svg-react/meetup-24.tsx +35 -0
- package/svg-react/meetup-color-16.tsx +35 -0
- package/svg-react/meetup-color-24.tsx +35 -0
- package/svg-react/openid-16.tsx +32 -0
- package/svg-react/openid-24.tsx +33 -0
- package/svg-react/openid-color-16.tsx +43 -0
- package/svg-react/openid-color-24.tsx +43 -0
- package/svg-react/rabbitmq-16.tsx +33 -0
- package/svg-react/rabbitmq-24.tsx +33 -0
- package/svg-react/rabbitmq-color-16.tsx +33 -0
- package/svg-react/rabbitmq-color-24.tsx +33 -0
- package/svg-react/transform-data-16.tsx +37 -0
- package/svg-react/transform-data-24.tsx +48 -0
- package/svg-react/vault-radar-16.tsx +37 -0
- package/svg-react/vault-radar-24.tsx +37 -0
- package/svg-react/vault-radar-color-16.tsx +35 -0
- package/svg-react/vault-radar-color-24.tsx +37 -0
- package/svg-react/vault-secrets-16.tsx +3 -3
- package/svg-react/vault-secrets-24.tsx +3 -3
- package/svg-react/vault-secrets-color-16.tsx +9 -10
- package/svg-react/vault-secrets-color-24.tsx +9 -10
- package/svg-react/wand-16.tsx +2 -2
- package/svg-react/wand-24.tsx +1 -1
- package/svg-react/x-diamond-16.tsx +1 -1
- package/svg-react/x-diamond-24.tsx +1 -1
- package/svg-sprite/svg-sprite-module.js +1 -1
- 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.
|
|
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
|
|
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"
|