Skip to content

Commit d8dd981

Browse files
Updated export of icons from Figma (#3269)
Co-authored-by: jorytindall <[email protected]> Co-authored-by: Jory Tindall <[email protected]>
1 parent 5d044c7 commit d8dd981

File tree

14 files changed

+18
-13
lines changed

14 files changed

+18
-13
lines changed

.changeset/solid-dolls-strive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hashicorp/flight-icons": major
3+
---
4+
5+
Renamed `volume-2` to `volume-up`.

packages/flight-icons/catalog.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lastRunTimeISO": "2025-08-20T23:58:48.772Z",
2+
"lastRunTimeISO": "2025-10-02T23:36:22.558Z",
33
"lastRunFigma": {
44
"id": "TLnoT5AYQfy3tZ0H68BgOr",
55
"page": "Export",
@@ -7668,8 +7668,8 @@
76687668
},
76697669
{
76707670
"id": "350:4505",
7671-
"fileName": "volume-2-24",
7672-
"iconName": "volume-2",
7671+
"fileName": "volume-up-24",
7672+
"iconName": "volume-up",
76737673
"description": "volume, up, high, loud, sound, audio, speaker",
76747674
"category": "Media",
76757675
"size": "24",
@@ -7678,8 +7678,8 @@
76787678
},
76797679
{
76807680
"id": "350:4509",
7681-
"fileName": "volume-2-16",
7682-
"iconName": "volume-2",
7681+
"fileName": "volume-up-16",
7682+
"iconName": "volume-up",
76837683
"description": "volume, up, high, loud, sound, audio, speaker",
76847684
"category": "Media",
76857685
"size": "16",

packages/flight-icons/svg-react/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,8 +764,8 @@ export { IconVolume24 } from './volume-24';
764764
export { IconVolume16 } from './volume-16';
765765
export { IconVolumeDown24 } from './volume-down-24';
766766
export { IconVolumeDown16 } from './volume-down-16';
767-
export { IconVolume224 } from './volume-2-24';
768-
export { IconVolume216 } from './volume-2-16';
767+
export { IconVolumeUp24 } from './volume-up-24';
768+
export { IconVolumeUp16 } from './volume-up-16';
769769
export { IconVolumeX24 } from './volume-x-24';
770770
export { IconVolumeX16 } from './volume-x-16';
771771
export { IconWifi24 } from './wifi-24';

packages/flight-icons/svg-react/volume-2-16.tsx renamed to packages/flight-icons/svg-react/volume-up-16.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { forwardRef, useMemo } from 'react';
22
import { IconProps } from './types';
33

4-
export const IconVolume216 = forwardRef<SVGSVGElement, IconProps>(
4+
export const IconVolumeUp16 = forwardRef<SVGSVGElement, IconProps>(
55
({ color = 'currentColor', title, ...props }, svgRef) => {
66
const titleId = useMemo(
77
() =>

packages/flight-icons/svg-react/volume-2-24.tsx renamed to packages/flight-icons/svg-react/volume-up-24.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { forwardRef, useMemo } from 'react';
22
import { IconProps } from './types';
33

4-
export const IconVolume224 = forwardRef<SVGSVGElement, IconProps>(
4+
export const IconVolumeUp24 = forwardRef<SVGSVGElement, IconProps>(
55
({ color = 'currentColor', title, ...props }, svgRef) => {
66
const titleId = useMemo(
77
() =>

packages/flight-icons/svg-sprite/svg-sprite-module.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/flight-icons/svg-sprite/svg-sprite.svg

Lines changed: 1 addition & 1 deletion
Loading

packages/flight-icons/svg/index.d.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)