From c9b59d2bdb42b5dc7785e4d2a44b3ca157ca19e8 Mon Sep 17 00:00:00 2001 From: Kajabi Automation Bot Date: Tue, 30 Jul 2024 11:08:39 +0000 Subject: [PATCH] feat(icons): v7.3.0, created: 2, modified: 0, renamed: 0, deleted: 0 --- changelogs/2024-07-30-changelog.html | 147 +++++++++++++++++++++++++++ src/icon-data.json | 20 ++++ src/index.html | 2 +- src/svg/file-02.svg | 1 + src/svg/trophy-filled.svg | 1 + 5 files changed, 170 insertions(+), 1 deletion(-) create mode 100644 changelogs/2024-07-30-changelog.html create mode 100644 src/svg/file-02.svg create mode 100644 src/svg/trophy-filled.svg diff --git a/changelogs/2024-07-30-changelog.html b/changelogs/2024-07-30-changelog.html new file mode 100644 index 0000000..6467634 --- /dev/null +++ b/changelogs/2024-07-30-changelog.html @@ -0,0 +1,147 @@ + + + + + Pine Icons - v7.3.0 - 2024-07-30 - Changelog + + + + +
+

Pine Icons - Changelog

+

Icons: Added 2, Modifed 0, Deleted 0, Renamed 0

+ +

+ 2024-07-30 + v7.3.0 +

+ +

Added

+ + + + + + + + + + + + + + + + + + + + + + +
FileNameBeforeAfter
file-02.svg
trophy-filled.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 bd1a607..efa8be8 100644 --- a/src/icon-data.json +++ b/src/icon-data.json @@ -1907,6 +1907,18 @@ "text" ] }, + { + "name": "file-02", + "category": "actions", + "tags": [ + "attachment", + "file", + "paper", + "pdf", + "report", + "text" + ] + }, { "name": "file-money", "category": "site-settings", @@ -4408,6 +4420,14 @@ "trophy" ] }, + { + "name": "trophy-filled", + "category": "features", + "tags": [ + "filled", + "trophy" + ] + }, { "name": "underline", "category": "text-editor", diff --git a/src/index.html b/src/index.html index 614ee15..3b97ebd 100644 --- a/src/index.html +++ b/src/index.html @@ -14,7 +14,7 @@

Pine Icons

Changelogs

- 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-04-18-changelog.html
2024-03-19-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-04-18-changelog.html

Examples

Default

diff --git a/src/svg/file-02.svg b/src/svg/file-02.svg new file mode 100644 index 0000000..bffb984 --- /dev/null +++ b/src/svg/file-02.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/trophy-filled.svg b/src/svg/trophy-filled.svg new file mode 100644 index 0000000..abfb71e --- /dev/null +++ b/src/svg/trophy-filled.svg @@ -0,0 +1 @@ + \ No newline at end of file