From 9c5b32f9bae885585b5f50b637505017482b1d59 Mon Sep 17 00:00:00 2001
From: Ken <26967723+KenAJoh@users.noreply.github.com>
Date: Fri, 29 Nov 2024 11:58:15 +0100
Subject: [PATCH] [Icons]: Added some new icons (synced from Figma) (#3416)
* :sparkles: New icons
* Update .changeset/swift-bags-design.md
Co-authored-by: Halvor Haugan <83693529+HalvorHaugan@users.noreply.github.com>
---------
Co-authored-by: Halvor Haugan <83693529+HalvorHaugan@users.noreply.github.com>
---
.changeset/swift-bags-design.md | 5 +++++
@navikt/aksel-icons/icons/SealXMark.svg | 2 +-
@navikt/aksel-icons/icons/ShieldCheckmark.svg | 3 +++
@navikt/aksel-icons/icons/ShieldCheckmark.yml | 14 ++++++++++++++
.../aksel-icons/icons/ShieldCheckmarkFill.svg | 3 +++
.../aksel-icons/icons/ShieldCheckmarkFill.yml | 14 ++++++++++++++
@navikt/aksel-icons/icons/ShieldLock.yml | 3 ++-
@navikt/aksel-icons/icons/ShieldLockFill.yml | 3 ++-
@navikt/aksel-icons/icons/TruckPercent.svg | 3 +++
@navikt/aksel-icons/icons/TruckPercent.yml | 16 ++++++++++++++++
@navikt/aksel-icons/icons/TruckPercentFill.svg | 3 +++
@navikt/aksel-icons/icons/TruckPercentFill.yml | 16 ++++++++++++++++
12 files changed, 82 insertions(+), 3 deletions(-)
create mode 100644 .changeset/swift-bags-design.md
create mode 100644 @navikt/aksel-icons/icons/ShieldCheckmark.svg
create mode 100644 @navikt/aksel-icons/icons/ShieldCheckmark.yml
create mode 100644 @navikt/aksel-icons/icons/ShieldCheckmarkFill.svg
create mode 100644 @navikt/aksel-icons/icons/ShieldCheckmarkFill.yml
create mode 100644 @navikt/aksel-icons/icons/TruckPercent.svg
create mode 100644 @navikt/aksel-icons/icons/TruckPercent.yml
create mode 100644 @navikt/aksel-icons/icons/TruckPercentFill.svg
create mode 100644 @navikt/aksel-icons/icons/TruckPercentFill.yml
diff --git a/.changeset/swift-bags-design.md b/.changeset/swift-bags-design.md
new file mode 100644
index 0000000000..1926d3830e
--- /dev/null
+++ b/.changeset/swift-bags-design.md
@@ -0,0 +1,5 @@
+---
+"@navikt/aksel-icons": minor
+---
+
+Icons: Added new icons 'TruckPercent' and 'ShieldCheckmark' 🎉.
diff --git a/@navikt/aksel-icons/icons/SealXMark.svg b/@navikt/aksel-icons/icons/SealXMark.svg
index 915ac1970d..db58dfb2ba 100644
--- a/@navikt/aksel-icons/icons/SealXMark.svg
+++ b/@navikt/aksel-icons/icons/SealXMark.svg
@@ -1,3 +1,3 @@
diff --git a/@navikt/aksel-icons/icons/ShieldCheckmark.svg b/@navikt/aksel-icons/icons/ShieldCheckmark.svg
new file mode 100644
index 0000000000..b862c935ff
--- /dev/null
+++ b/@navikt/aksel-icons/icons/ShieldCheckmark.svg
@@ -0,0 +1,3 @@
+
diff --git a/@navikt/aksel-icons/icons/ShieldCheckmark.yml b/@navikt/aksel-icons/icons/ShieldCheckmark.yml
new file mode 100644
index 0000000000..3d3daa687f
--- /dev/null
+++ b/@navikt/aksel-icons/icons/ShieldCheckmark.yml
@@ -0,0 +1,14 @@
+name: ShieldCheckmark
+category: Law and security
+sub_category: Security
+keywords:
+ - sikkerhet
+ - security
+ - beskyttelse
+ - sikkert
+ - kryptert
+ - encrypted
+ - secured
+variant: Stroke
+updated_at: 29.11.2024
+created_at: 18.11.2024
diff --git a/@navikt/aksel-icons/icons/ShieldCheckmarkFill.svg b/@navikt/aksel-icons/icons/ShieldCheckmarkFill.svg
new file mode 100644
index 0000000000..5efd864c1d
--- /dev/null
+++ b/@navikt/aksel-icons/icons/ShieldCheckmarkFill.svg
@@ -0,0 +1,3 @@
+
diff --git a/@navikt/aksel-icons/icons/ShieldCheckmarkFill.yml b/@navikt/aksel-icons/icons/ShieldCheckmarkFill.yml
new file mode 100644
index 0000000000..182a6a944f
--- /dev/null
+++ b/@navikt/aksel-icons/icons/ShieldCheckmarkFill.yml
@@ -0,0 +1,14 @@
+name: ShieldCheckmarkFill
+category: Law and security
+sub_category: Security
+keywords:
+ - sikkerhet
+ - security
+ - beskyttelse
+ - sikkert
+ - kryptert
+ - encrypted
+ - secured
+variant: Fill
+updated_at: 29.11.2024
+created_at: 18.11.2024
diff --git a/@navikt/aksel-icons/icons/ShieldLock.yml b/@navikt/aksel-icons/icons/ShieldLock.yml
index f226306a5b..f62e2a65ab 100644
--- a/@navikt/aksel-icons/icons/ShieldLock.yml
+++ b/@navikt/aksel-icons/icons/ShieldLock.yml
@@ -9,6 +9,7 @@ keywords:
- låst
- kryptert
- encrypted
+ - locked
variant: Stroke
-updated_at: 04.12.2023
+updated_at: 29.11.2024
created_at: 07.03.2023
diff --git a/@navikt/aksel-icons/icons/ShieldLockFill.yml b/@navikt/aksel-icons/icons/ShieldLockFill.yml
index 259f2b9d9b..40aa24c94c 100644
--- a/@navikt/aksel-icons/icons/ShieldLockFill.yml
+++ b/@navikt/aksel-icons/icons/ShieldLockFill.yml
@@ -9,6 +9,7 @@ keywords:
- låst
- kryptert
- encrypted
+ - locked
variant: Fill
-updated_at: 04.12.2023
+updated_at: 29.11.2024
created_at: 07.03.2023
diff --git a/@navikt/aksel-icons/icons/TruckPercent.svg b/@navikt/aksel-icons/icons/TruckPercent.svg
new file mode 100644
index 0000000000..5b3c3fa7af
--- /dev/null
+++ b/@navikt/aksel-icons/icons/TruckPercent.svg
@@ -0,0 +1,3 @@
+
diff --git a/@navikt/aksel-icons/icons/TruckPercent.yml b/@navikt/aksel-icons/icons/TruckPercent.yml
new file mode 100644
index 0000000000..ec5be4d747
--- /dev/null
+++ b/@navikt/aksel-icons/icons/TruckPercent.yml
@@ -0,0 +1,16 @@
+name: TruckPercent
+category: Transportation
+sub_category: Vehicles
+keywords:
+ - pant
+ - lån
+ - gjeld
+ - lastebil
+ - prosent
+ - mortgage
+ - loan
+ - debt
+ - percentage
+variant: Stroke
+updated_at: 27.11.2024
+created_at: 27.11.2024
diff --git a/@navikt/aksel-icons/icons/TruckPercentFill.svg b/@navikt/aksel-icons/icons/TruckPercentFill.svg
new file mode 100644
index 0000000000..f48fdd5dd5
--- /dev/null
+++ b/@navikt/aksel-icons/icons/TruckPercentFill.svg
@@ -0,0 +1,3 @@
+
diff --git a/@navikt/aksel-icons/icons/TruckPercentFill.yml b/@navikt/aksel-icons/icons/TruckPercentFill.yml
new file mode 100644
index 0000000000..7b9bb7a4a1
--- /dev/null
+++ b/@navikt/aksel-icons/icons/TruckPercentFill.yml
@@ -0,0 +1,16 @@
+name: TruckPercentFill
+category: Transportation
+sub_category: Vehicles
+keywords:
+ - pant
+ - lån
+ - gjeld
+ - lastebil
+ - prosent
+ - mortgage
+ - loan
+ - debt
+ - percentage
+variant: Fill
+updated_at: 27.11.2024
+created_at: 27.11.2024