@hashicorp/flight-icons 3.0.0 → 3.1.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 +18 -0
- package/catalog.json +4564 -3307
- package/package.json +2 -2
- package/svg/accessibility-24.svg +1 -1
- package/svg/alert-diamond-24.svg +1 -1
- package/svg/bug-16.svg +1 -1
- package/svg/bug-24.svg +1 -1
- package/svg/change-24.svg +1 -1
- package/svg/check-diamond-24.svg +1 -1
- package/svg/check-hexagon-fill-16.svg +1 -1
- package/svg/check-hexagon-fill-24.svg +1 -1
- package/svg/diamond-24.svg +1 -1
- package/svg/discussion-circle-24.svg +1 -1
- package/svg/edit-16.svg +1 -1
- package/svg/fingerprint-16.svg +1 -1
- package/svg/fingerprint-24.svg +1 -1
- package/svg/folder-star-16.svg +1 -1
- package/svg/hammer-16.svg +1 -1
- package/svg/hammer-24.svg +1 -1
- package/svg/hexagon-24.svg +1 -1
- package/svg/hourglass-16.svg +1 -1
- package/svg/hourglass-24.svg +1 -1
- package/svg/index.d.ts +1 -1
- package/svg/index.js +1 -1
- package/svg/keychain-16.svg +1 -1
- package/svg/keychain-24.svg +1 -1
- package/svg/labyrinth-16.svg +1 -1
- package/svg/layers-16.svg +1 -1
- package/svg/line-chart-up-24.svg +1 -1
- package/svg/message-circle-16.svg +1 -1
- package/svg/message-circle-24.svg +1 -1
- package/svg/message-circle-fill-16.svg +1 -1
- package/svg/minimize-alt-16.svg +1 -1
- package/svg/paperclip-16.svg +1 -1
- package/svg/phone-16.svg +1 -1
- package/svg/phone-24.svg +1 -1
- package/svg/phone-call-16.svg +1 -1
- package/svg/phone-call-24.svg +1 -1
- package/svg/phone-off-16.svg +1 -1
- package/svg/phone-off-24.svg +1 -1
- package/svg/pin-16.svg +1 -1
- package/svg/plug-16.svg +1 -1
- package/svg/plug-24.svg +1 -1
- package/svg/redirect-16.svg +1 -1
- package/svg/redirect-24.svg +1 -1
- package/svg/rewind-16.svg +1 -1
- package/svg/send-16.svg +1 -1
- package/svg/send-24.svg +1 -1
- package/svg/shield-16.svg +1 -1
- package/svg/shield-24.svg +1 -1
- package/svg/slash-16.svg +1 -1
- package/svg/star-16.svg +1 -1
- package/svg/star-circle-16.svg +1 -1
- package/svg/star-fill-16.svg +1 -1
- package/svg/star-off-16.svg +1 -1
- package/svg/thumbs-down-16.svg +1 -1
- package/svg/thumbs-down-24.svg +1 -1
- package/svg/unfold-close-16.svg +1 -1
- package/svg/unfold-open-16.svg +1 -1
- package/svg/volume-16.svg +1 -1
- package/svg/volume-24.svg +1 -1
- package/svg/wand-24.svg +1 -1
- package/svg/wifi-16.svg +1 -1
- package/svg/wifi-off-16.svg +1 -1
- package/svg/wifi-off-24.svg +1 -1
- package/svg/wrench-16.svg +1 -1
- package/svg/wrench-24.svg +1 -1
- package/svg/x-diamond-16.svg +1 -1
- package/svg/x-diamond-24.svg +1 -1
- package/svg/x-diamond-fill-24.svg +1 -1
- package/svg/x-hexagon-fill-24.svg +1 -1
- package/svg/zap-16.svg +1 -1
- package/svg/zap-24.svg +1 -1
- package/svg/zap-off-16.svg +1 -1
- package/svg-react/accessibility-24.tsx +1 -1
- package/svg-react/alert-diamond-24.tsx +1 -1
- package/svg-react/bug-16.tsx +1 -1
- package/svg-react/bug-24.tsx +1 -1
- package/svg-react/change-24.tsx +1 -1
- package/svg-react/check-diamond-24.tsx +1 -1
- package/svg-react/check-hexagon-fill-16.tsx +1 -1
- package/svg-react/check-hexagon-fill-24.tsx +1 -1
- package/svg-react/diamond-24.tsx +1 -1
- package/svg-react/discussion-circle-24.tsx +2 -2
- package/svg-react/edit-16.tsx +1 -1
- package/svg-react/fingerprint-16.tsx +1 -1
- package/svg-react/fingerprint-24.tsx +1 -1
- package/svg-react/folder-star-16.tsx +2 -2
- package/svg-react/hammer-16.tsx +1 -1
- package/svg-react/hammer-24.tsx +1 -1
- package/svg-react/hexagon-24.tsx +1 -1
- package/svg-react/hourglass-16.tsx +2 -2
- package/svg-react/hourglass-24.tsx +1 -1
- package/svg-react/index.ts +644 -644
- package/svg-react/keychain-16.tsx +1 -1
- package/svg-react/keychain-24.tsx +1 -1
- package/svg-react/labyrinth-16.tsx +1 -1
- package/svg-react/layers-16.tsx +2 -2
- package/svg-react/line-chart-up-24.tsx +1 -1
- package/svg-react/message-circle-16.tsx +1 -1
- package/svg-react/message-circle-24.tsx +1 -1
- package/svg-react/message-circle-fill-16.tsx +1 -1
- package/svg-react/minimize-alt-16.tsx +1 -1
- package/svg-react/paperclip-16.tsx +1 -1
- package/svg-react/phone-16.tsx +1 -1
- package/svg-react/phone-24.tsx +1 -1
- package/svg-react/phone-call-16.tsx +3 -3
- package/svg-react/phone-call-24.tsx +2 -2
- package/svg-react/phone-off-16.tsx +1 -1
- package/svg-react/phone-off-24.tsx +1 -1
- package/svg-react/pin-16.tsx +1 -1
- package/svg-react/plug-16.tsx +1 -1
- package/svg-react/plug-24.tsx +1 -1
- package/svg-react/redirect-16.tsx +1 -1
- package/svg-react/redirect-24.tsx +1 -1
- package/svg-react/rewind-16.tsx +1 -1
- package/svg-react/send-16.tsx +1 -1
- package/svg-react/send-24.tsx +1 -1
- package/svg-react/shield-16.tsx +1 -1
- package/svg-react/shield-24.tsx +1 -1
- package/svg-react/slash-16.tsx +1 -1
- package/svg-react/star-16.tsx +1 -1
- package/svg-react/star-circle-16.tsx +1 -1
- package/svg-react/star-fill-16.tsx +1 -1
- package/svg-react/star-off-16.tsx +2 -2
- package/svg-react/thumbs-down-16.tsx +1 -1
- package/svg-react/thumbs-down-24.tsx +1 -1
- package/svg-react/unfold-close-16.tsx +1 -1
- package/svg-react/unfold-open-16.tsx +1 -1
- package/svg-react/volume-16.tsx +1 -1
- package/svg-react/volume-24.tsx +1 -1
- package/svg-react/wand-24.tsx +1 -1
- package/svg-react/wifi-16.tsx +2 -2
- package/svg-react/wifi-off-16.tsx +1 -1
- package/svg-react/wifi-off-24.tsx +1 -1
- package/svg-react/wrench-16.tsx +1 -1
- package/svg-react/wrench-24.tsx +1 -1
- package/svg-react/x-diamond-16.tsx +1 -1
- package/svg-react/x-diamond-24.tsx +1 -1
- package/svg-react/x-diamond-fill-24.tsx +1 -1
- package/svg-react/x-hexagon-fill-24.tsx +1 -1
- package/svg-react/zap-16.tsx +1 -1
- package/svg-react/zap-24.tsx +1 -1
- package/svg-react/zap-off-16.tsx +3 -3
- package/svg-sprite/svg-sprite-module.js +1 -1
- package/svg-sprite/svg-sprite.svg +1 -1
|
@@ -27,7 +27,7 @@ export const IconXDiamond24 = forwardRef<SVGSVGElement, IconProps>(
|
|
|
27
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
|
-
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.
|
|
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.17a2.75 2.75 0 010-3.89zm9.232-7.111l-8.172 8.172a1.25 1.25 0 000 1.767l8.172 8.172a1.25 1.25 0 001.768 0l8.171-8.172a1.25 1.25 0 000-1.767l-8.171-8.172a1.25 1.25 0 00-1.768 0z"
|
|
31
31
|
clipRule="evenodd"
|
|
32
32
|
/>
|
|
33
33
|
</g>
|
|
@@ -26,7 +26,7 @@ export const IconXDiamondFill24 = forwardRef<SVGSVGElement, IconProps>(
|
|
|
26
26
|
<path
|
|
27
27
|
fill={color}
|
|
28
28
|
fillRule="evenodd"
|
|
29
|
-
d="M13.
|
|
29
|
+
d="M13.945 1.884a2.75 2.75 0 00-3.89 0l-8.171 8.172a2.75 2.75 0 000 3.889l8.171 8.171a2.75 2.75 0 003.89 0l8.171-8.171a2.75 2.75 0 000-3.89l-8.171-8.17zM8.22 8.22a.75.75 0 011.06 0L12 10.94l2.72-2.72a.75.75 0 111.06 1.06L13.06 12l2.72 2.72a.75.75 0 01-1.06 1.06L12 13.06l-2.72 2.72a.75.75 0 11-1.06-1.06L10.94 12 8.22 9.28a.75.75 0 010-1.06z"
|
|
30
30
|
clipRule="evenodd"
|
|
31
31
|
/>
|
|
32
32
|
</svg>
|
|
@@ -26,7 +26,7 @@ export const IconXHexagonFill24 = forwardRef<SVGSVGElement, IconProps>(
|
|
|
26
26
|
<path
|
|
27
27
|
fill={color}
|
|
28
28
|
fillRule="evenodd"
|
|
29
|
-
d="M13.441 1.006a2.75 2.75 0 00-2.882 0l-7.75 4.
|
|
29
|
+
d="M13.441 1.006a2.75 2.75 0 00-2.882 0l-7.75 4.77A2.75 2.75 0 001.5 8.116v7.765a2.75 2.75 0 001.309 2.342l7.75 4.77a2.75 2.75 0 002.882 0l7.75-4.77a2.75 2.75 0 001.309-2.342V8.117a2.75 2.75 0 00-1.309-2.342l-7.75-4.769zM14.72 8.22a.75.75 0 111.06 1.061L13.06 12l2.72 2.72a.75.75 0 01-1.06 1.06L12 13.06l-2.72 2.72a.75.75 0 11-1.06-1.06L10.94 12 8.22 9.28a.75.75 0 011.06-1.06L12 10.94l2.72-2.72z"
|
|
30
30
|
clipRule="evenodd"
|
|
31
31
|
/>
|
|
32
32
|
</svg>
|
package/svg-react/zap-16.tsx
CHANGED
|
@@ -26,7 +26,7 @@ export const IconZap16 = forwardRef<SVGSVGElement, IconProps>(
|
|
|
26
26
|
<path
|
|
27
27
|
fill={color}
|
|
28
28
|
fillRule="evenodd"
|
|
29
|
-
d="M9.375.078a.75.75 0 01.402.82l-.889 4.418 5.485.908a.75.75 0 01.44 1.236l-7.292 8.
|
|
29
|
+
d="M9.375.078a.75.75 0 01.402.82l-.889 4.418 5.485.908a.75.75 0 01.44 1.236l-7.292 8.286a.75.75 0 01-1.298-.644l.889-4.418-5.485-.908a.75.75 0 01-.44-1.236L8.479.255a.75.75 0 01.896-.177zm-6.17 8.439l4.918.815a.75.75 0 01.612.887l-.489 2.433 4.548-5.169-4.917-.815a.75.75 0 01-.612-.887l.489-2.432-4.548 5.168z"
|
|
30
30
|
clipRule="evenodd"
|
|
31
31
|
/>
|
|
32
32
|
</svg>
|
package/svg-react/zap-24.tsx
CHANGED
|
@@ -26,7 +26,7 @@ export const IconZap24 = forwardRef<SVGSVGElement, IconProps>(
|
|
|
26
26
|
<path
|
|
27
27
|
fill={color}
|
|
28
28
|
fillRule="evenodd"
|
|
29
|
-
d="M13.333 1.065a.75.75 0 01.437.791l-.918 6.409 8.48.94a.75.75 0 01.494 1.226l-10.278 12.3a.75.75 0 01-1.318-.587l.918-6.409-8.48-.94a.75.75 0 01-.494-1.226l10.278-12.3a.75.75 0 01.881-.204zM4.222 13.
|
|
29
|
+
d="M13.333 1.065a.75.75 0 01.437.791l-.918 6.409 8.48.94a.75.75 0 01.494 1.226l-10.278 12.3a.75.75 0 01-1.318-.587l.918-6.409-8.48-.94a.75.75 0 01-.494-1.226l10.278-12.3a.75.75 0 01.881-.204zM4.222 13.459l7.86.87a.75.75 0 01.66.852l-.653 4.563 7.69-9.203-7.862-.87a.75.75 0 01-.66-.852l.654-4.563-7.69 9.203z"
|
|
30
30
|
clipRule="evenodd"
|
|
31
31
|
/>
|
|
32
32
|
</svg>
|
package/svg-react/zap-off-16.tsx
CHANGED
|
@@ -24,13 +24,13 @@ export const IconZapOff16 = forwardRef<SVGSVGElement, IconProps>(
|
|
|
24
24
|
>
|
|
25
25
|
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
26
|
<g fill={color}>
|
|
27
|
-
<path d="M9.777.898A.75.75 0 008.479.255L6.473 2.533a.75.75 0
|
|
27
|
+
<path d="M9.777.898A.75.75 0 008.479.255L6.473 2.533a.75.75 0 101.126.991l.155-.175-.164.814a.75.75 0 101.47.296L9.778.898z" />
|
|
28
28
|
<path
|
|
29
29
|
fillRule="evenodd"
|
|
30
|
-
d="M10.874 11.935l-3.353 3.81a.75.75 0 01-1.309-.57l.452-4.489-5.047-.912a.75.75 0 01-.43-1.234l2.946-3.347L1.22 2.28a.75.75 0
|
|
30
|
+
d="M10.874 11.935l-3.353 3.81a.75.75 0 01-1.309-.57l.452-4.489-5.047-.912a.75.75 0 01-.43-1.234l2.946-3.347L1.22 2.28a.75.75 0 111.06-1.06l12.5 12.5a.75.75 0 01-1.06 1.06l-2.846-2.845zM5.195 6.256L3.191 8.534l4.422.8a.75.75 0 01.612.813L7.938 13l1.874-2.129-4.617-4.616z"
|
|
31
31
|
clipRule="evenodd"
|
|
32
32
|
/>
|
|
33
|
-
<path d="M11.248 5.707a.75.75 0
|
|
33
|
+
<path d="M11.248 5.707a.75.75 0 10-.246 1.48l1.792.296-.322.367a.75.75 0 101.126.99l1.215-1.38a.75.75 0 00-.44-1.236l-3.125-.517z" />
|
|
34
34
|
</g>
|
|
35
35
|
</svg>
|
|
36
36
|
);
|