From c2a6b1bf171ffdea1f9f3288279d0737b89c1415 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 22 May 2024 12:31:23 +0000 Subject: [PATCH] feat(icons): update icons from figma --- .../src/icons/svg/baggage-cabin-light.svg | 7 +++++++ .../src/icons/svg/baggage-cabin-none-light.svg | 7 +++++++ .../src/icons/svg/baggage-checked-10-light.svg | 9 +++++++++ .../src/icons/svg/baggage-checked-20-light.svg | 9 +++++++++ .../src/icons/svg/baggage-checked-30-light.svg | 10 ++++++++++ .../src/icons/svg/baggage-checked-none-light.svg | 11 +++++++++++ .../src/icons/svg/baggage-personal-light.svg | 6 ++++++ .../src/icons/svg/baggage-personal-none-light.svg | 8 ++++++++ .../src/icons/svg/baggage-set-light.svg | 8 ++++++++ .../src/icons/svg/rebooking-light.svg | 10 ++++++++++ .../src/icons/svg/rebooking-none-light.svg | 11 +++++++++++ .../orbit-components/src/icons/svg/refund-light.svg | 8 ++++++++ .../src/icons/svg/refund-none-light.svg | 10 ++++++++++ .../orbit-components/src/icons/svg/seat-light.svg | 6 ++++++ 14 files changed, 120 insertions(+) create mode 100644 packages/orbit-components/src/icons/svg/baggage-cabin-light.svg create mode 100644 packages/orbit-components/src/icons/svg/baggage-cabin-none-light.svg create mode 100644 packages/orbit-components/src/icons/svg/baggage-checked-10-light.svg create mode 100644 packages/orbit-components/src/icons/svg/baggage-checked-20-light.svg create mode 100644 packages/orbit-components/src/icons/svg/baggage-checked-30-light.svg create mode 100644 packages/orbit-components/src/icons/svg/baggage-checked-none-light.svg create mode 100644 packages/orbit-components/src/icons/svg/baggage-personal-light.svg create mode 100644 packages/orbit-components/src/icons/svg/baggage-personal-none-light.svg create mode 100644 packages/orbit-components/src/icons/svg/baggage-set-light.svg create mode 100644 packages/orbit-components/src/icons/svg/rebooking-light.svg create mode 100644 packages/orbit-components/src/icons/svg/rebooking-none-light.svg create mode 100644 packages/orbit-components/src/icons/svg/refund-light.svg create mode 100644 packages/orbit-components/src/icons/svg/refund-none-light.svg create mode 100644 packages/orbit-components/src/icons/svg/seat-light.svg diff --git a/packages/orbit-components/src/icons/svg/baggage-cabin-light.svg b/packages/orbit-components/src/icons/svg/baggage-cabin-light.svg new file mode 100644 index 0000000000..c763a3d0bd --- /dev/null +++ b/packages/orbit-components/src/icons/svg/baggage-cabin-light.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/packages/orbit-components/src/icons/svg/baggage-cabin-none-light.svg b/packages/orbit-components/src/icons/svg/baggage-cabin-none-light.svg new file mode 100644 index 0000000000..b8d58ad49d --- /dev/null +++ b/packages/orbit-components/src/icons/svg/baggage-cabin-none-light.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/packages/orbit-components/src/icons/svg/baggage-checked-10-light.svg b/packages/orbit-components/src/icons/svg/baggage-checked-10-light.svg new file mode 100644 index 0000000000..1f3a2ff0f1 --- /dev/null +++ b/packages/orbit-components/src/icons/svg/baggage-checked-10-light.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/packages/orbit-components/src/icons/svg/baggage-checked-20-light.svg b/packages/orbit-components/src/icons/svg/baggage-checked-20-light.svg new file mode 100644 index 0000000000..d661c09cfc --- /dev/null +++ b/packages/orbit-components/src/icons/svg/baggage-checked-20-light.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/packages/orbit-components/src/icons/svg/baggage-checked-30-light.svg b/packages/orbit-components/src/icons/svg/baggage-checked-30-light.svg new file mode 100644 index 0000000000..a3f2e207e9 --- /dev/null +++ b/packages/orbit-components/src/icons/svg/baggage-checked-30-light.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/packages/orbit-components/src/icons/svg/baggage-checked-none-light.svg b/packages/orbit-components/src/icons/svg/baggage-checked-none-light.svg new file mode 100644 index 0000000000..dcda083a15 --- /dev/null +++ b/packages/orbit-components/src/icons/svg/baggage-checked-none-light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/packages/orbit-components/src/icons/svg/baggage-personal-light.svg b/packages/orbit-components/src/icons/svg/baggage-personal-light.svg new file mode 100644 index 0000000000..a16dd45bde --- /dev/null +++ b/packages/orbit-components/src/icons/svg/baggage-personal-light.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/packages/orbit-components/src/icons/svg/baggage-personal-none-light.svg b/packages/orbit-components/src/icons/svg/baggage-personal-none-light.svg new file mode 100644 index 0000000000..adf6ae7137 --- /dev/null +++ b/packages/orbit-components/src/icons/svg/baggage-personal-none-light.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/packages/orbit-components/src/icons/svg/baggage-set-light.svg b/packages/orbit-components/src/icons/svg/baggage-set-light.svg new file mode 100644 index 0000000000..2df71008d2 --- /dev/null +++ b/packages/orbit-components/src/icons/svg/baggage-set-light.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/packages/orbit-components/src/icons/svg/rebooking-light.svg b/packages/orbit-components/src/icons/svg/rebooking-light.svg new file mode 100644 index 0000000000..8e0f81ba58 --- /dev/null +++ b/packages/orbit-components/src/icons/svg/rebooking-light.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/packages/orbit-components/src/icons/svg/rebooking-none-light.svg b/packages/orbit-components/src/icons/svg/rebooking-none-light.svg new file mode 100644 index 0000000000..4ad3326c0d --- /dev/null +++ b/packages/orbit-components/src/icons/svg/rebooking-none-light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/packages/orbit-components/src/icons/svg/refund-light.svg b/packages/orbit-components/src/icons/svg/refund-light.svg new file mode 100644 index 0000000000..3f46f4a441 --- /dev/null +++ b/packages/orbit-components/src/icons/svg/refund-light.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/packages/orbit-components/src/icons/svg/refund-none-light.svg b/packages/orbit-components/src/icons/svg/refund-none-light.svg new file mode 100644 index 0000000000..06e47080e6 --- /dev/null +++ b/packages/orbit-components/src/icons/svg/refund-none-light.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/packages/orbit-components/src/icons/svg/seat-light.svg b/packages/orbit-components/src/icons/svg/seat-light.svg new file mode 100644 index 0000000000..4d4cf5439e --- /dev/null +++ b/packages/orbit-components/src/icons/svg/seat-light.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file