Skip to content
Closed
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Semantic Release Automated Changelog

# [5.24.0](https://github.com/AlaskaAirlines/Icons/compare/v5.23.0...v5.24.0) (2026-07-13)


### Bug Fixes

* remove unnecessary rectangle from tail-TN.svg AB[#1587656](https://github.com/AlaskaAirlines/Icons/issues/1587656) ([bf8490e](https://github.com/AlaskaAirlines/Icons/commit/bf8490e04b1f335b1832b5c61c2415ed60bf778b))


### Features

* **hazmat:** add filled and outline icons for portable power banks AB[#1596233](https://github.com/AlaskaAirlines/Icons/issues/1596233) ([37a1d7c](https://github.com/AlaskaAirlines/Icons/commit/37a1d7c052d1c25272f1da15b1db193fee179e0c))
* **tail:** add Jetstar Japan, Jetstar Australia, Breeze tail icons AB[#1552872](https://github.com/AlaskaAirlines/Icons/issues/1552872) ([d8aa492](https://github.com/AlaskaAirlines/Icons/commit/d8aa49225406984528a587e95dab28f8f664197d))

# [5.23.0](https://github.com/AlaskaAirlines/Icons/compare/v5.22.0...v5.23.0) (2026-04-15)


Expand Down
24 changes: 15 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alaskaairux/icons",
"description": "Alaska Air and Auro Design System Icons",
"version": "5.23.0",
"version": "5.24.0",
"main": "dist/index.js",
"author": "Alaska Design and Research",
"license": "Apache-2.0",
Expand Down
10 changes: 10 additions & 0 deletions src/data/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -1815,6 +1815,16 @@
"desc": "Outline icon representing compressed oxygen tanks, cylinders, or medical oxygen supplies",
"category": "hazmat"
},
{
"name": "hazmat-power-bank-filled",
"desc": "Filled icon representing portable power banks and external battery chargers",
"category": "hazmat"
},
{
"name": "hazmat-power-bank-stroke",
"desc": "Outline icon representing portable power banks and external battery chargers",
"category": "hazmat"
},
{
"name": "hazmat-small-engine-filled",
"desc": "Filled icon representing small engines containing fuel or oil",
Expand Down
15 changes: 15 additions & 0 deletions src/data/logoIcons.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,21 @@
"name": "tail-AZ",
"title": "Airplane tail image for ITA Airways",
"viewBox": "0 0 144 140"
},
{
"name": "tail-GK",
"title": "Airplane tail representing Jetstar Japan",
"viewBox": "0 0 141 138"
},
{
"name": "tail-JQ",
"title": "Airplane tail representing Jetstar Australia",
"viewBox": "0 0 141 138"
},
{
"name": "tail-MX",
"title": "Airplane tail representing Breeze Airways",
"viewBox": "0 0 141 138"
}
]
}
3 changes: 3 additions & 0 deletions src/icons/hazmat-power-bank-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/icons/hazmat-power-bank-stroke.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/icons/logos/tail-GK.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/icons/logos/tail-JQ.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icons/logos/tail-MX.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/icons/logos/tail-TN.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading