@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
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @hashicorp/flight-icons
|
|
2
2
|
|
|
3
|
+
## 3.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
Reorganized the icons within the "Core" icon set into 16 more descriptive categories.
|
|
8
|
+
|
|
9
|
+
<small class="doc-whats-new-changelog-metadata">[#1986](https://github.com/hashicorp/design-system/pull/1986)</small>
|
|
10
|
+
|
|
11
|
+
<div class="doc-whats-new-changelog-separator"></div>
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
Added "category" to the icons' metadata in the `catalog.json` file.
|
|
16
|
+
|
|
17
|
+
<small class="doc-whats-new-changelog-metadata">[#1967](https://github.com/hashicorp/design-system/pull/1967)</small>
|
|
18
|
+
|
|
19
|
+
<div class="doc-whats-new-changelog-separator"></div>
|
|
20
|
+
|
|
3
21
|
## 3.0.0
|
|
4
22
|
|
|
5
23
|
### Major Changes
|