diff --git a/changelogs/2024-08-07-changelog.html b/changelogs/2024-08-07-changelog.html
new file mode 100644
index 0000000..391694f
--- /dev/null
+++ b/changelogs/2024-08-07-changelog.html
@@ -0,0 +1,142 @@
+
+
+
+
+ Pine Icons - v7.5.0 - 2024-08-07 - Changelog
+
+
+
+
+
+ Pine Icons - Changelog
+ Icons: Added 1 , Modifed 0 , Deleted 0 , Renamed 0
+
+
+ 2024-08-07
+ v7.5.0
+
+
+ Added
+
+
+
+
+ FileName
+ Before
+ After
+
+
+
+
+
+ gift-01.svg
+
+
+
+
+
+New icons introduced in this version. You will not see them in the "before" column because they did not exist in the previous version.
+
+
+
+
+
+
diff --git a/src/icon-data.json b/src/icon-data.json
index a5d3cc3..f3fcc41 100644
--- a/src/icon-data.json
+++ b/src/icon-data.json
@@ -2247,6 +2247,15 @@
"wheel"
]
},
+ {
+ "name": "gift-01",
+ "category": "app-frame",
+ "tags": [
+ "gift",
+ "package",
+ "surprise"
+ ]
+ },
{
"name": "grant-offer",
"category": "actions",
diff --git a/src/index.html b/src/index.html
index 58cdf0c..12f7a81 100644
--- a/src/index.html
+++ b/src/index.html
@@ -14,7 +14,7 @@ Pine Icons
Changelogs
- 2024-08-01-changelog.html 2024-07-30-changelog.html 2024-07-02-changelog.html 2024-06-27-changelog.html 2024-06-06-changelog.html 2024-05-30-changelog.html 2024-05-28-changelog.html 2024-05-07-changelog.html 2024-04-30-changelog.html 2024-04-23-changelog.html
+ 2024-08-07-changelog.html 2024-08-01-changelog.html 2024-07-30-changelog.html 2024-07-02-changelog.html 2024-06-27-changelog.html 2024-06-06-changelog.html 2024-05-30-changelog.html 2024-05-28-changelog.html 2024-05-07-changelog.html 2024-04-30-changelog.html
Examples
Default
@@ -30,6 +30,13 @@ Default Sizes
Custom size
+ Custom size using a class
+ Style will override the size of 140px and be set to 20px
+
+
+
Color
diff --git a/src/svg/gift-01.svg b/src/svg/gift-01.svg
new file mode 100644
index 0000000..49bfe76
--- /dev/null
+++ b/src/svg/gift-01.svg
@@ -0,0 +1 @@
+
\ No newline at end of file