Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/solid-dolls-strive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hashicorp/flight-icons": major
---

Renamed `volume-2` to `volume-up`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zamoore since also the Hds::Icon component has a major breaking change, do you think there should be an equivalent entry for the @hashicorp/design-system-components (somewhere, not necessarily here, since we're not bumping the version in the package.json of the components)?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That makes sense. Captured in an issue in the epic https://hashicorp.atlassian.net/browse/HDS-5537

10 changes: 5 additions & 5 deletions packages/flight-icons/catalog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastRunTimeISO": "2025-08-20T23:58:48.772Z",
"lastRunTimeISO": "2025-10-02T23:36:22.558Z",
"lastRunFigma": {
"id": "TLnoT5AYQfy3tZ0H68BgOr",
"page": "Export",
Expand Down Expand Up @@ -7668,8 +7668,8 @@
},
{
"id": "350:4505",
"fileName": "volume-2-24",
"iconName": "volume-2",
"fileName": "volume-up-24",
"iconName": "volume-up",
"description": "volume, up, high, loud, sound, audio, speaker",
"category": "Media",
"size": "24",
Expand All @@ -7678,8 +7678,8 @@
},
{
"id": "350:4509",
"fileName": "volume-2-16",
"iconName": "volume-2",
"fileName": "volume-up-16",
"iconName": "volume-up",
"description": "volume, up, high, loud, sound, audio, speaker",
"category": "Media",
"size": "16",
Expand Down
4 changes: 2 additions & 2 deletions packages/flight-icons/svg-react/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -764,8 +764,8 @@ export { IconVolume24 } from './volume-24';
export { IconVolume16 } from './volume-16';
export { IconVolumeDown24 } from './volume-down-24';
export { IconVolumeDown16 } from './volume-down-16';
export { IconVolume224 } from './volume-2-24';
export { IconVolume216 } from './volume-2-16';
export { IconVolumeUp24 } from './volume-up-24';
export { IconVolumeUp16 } from './volume-up-16';
export { IconVolumeX24 } from './volume-x-24';
export { IconVolumeX16 } from './volume-x-16';
export { IconWifi24 } from './wifi-24';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { forwardRef, useMemo } from 'react';
import { IconProps } from './types';

export const IconVolume216 = forwardRef<SVGSVGElement, IconProps>(
export const IconVolumeUp16 = forwardRef<SVGSVGElement, IconProps>(
({ color = 'currentColor', title, ...props }, svgRef) => {
const titleId = useMemo(
() =>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { forwardRef, useMemo } from 'react';
import { IconProps } from './types';

export const IconVolume224 = forwardRef<SVGSVGElement, IconProps>(
export const IconVolumeUp24 = forwardRef<SVGSVGElement, IconProps>(
({ color = 'currentColor', title, ...props }, svgRef) => {
const titleId = useMemo(
() =>
Expand Down
2 changes: 1 addition & 1 deletion packages/flight-icons/svg-sprite/svg-sprite-module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/flight-icons/svg-sprite/svg-sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/flight-icons/svg/index.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/flight-icons/svg/index.js

Large diffs are not rendered by default.

Binary file modified website/public/assets/zip/flight-icons-svg.zip
Binary file not shown.