diff --git a/changelogs/2024-07-02-changelog.html b/changelogs/2024-07-02-changelog.html new file mode 100644 index 0000000..7094a49 --- /dev/null +++ b/changelogs/2024-07-02-changelog.html @@ -0,0 +1,142 @@ + + + + + Pine Icons - v7.2.0 - 2024-07-02 - Changelog + + + + +
+

Pine Icons - Changelog

+

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

+ +

+ 2024-07-02 + v7.2.0 +

+ +

Added

+ + + + + + + + + + + + + + + + + +
FileNameBeforeAfter
bulb.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 b4018ee..bd1a607 100644 --- a/src/icon-data.json +++ b/src/icon-data.json @@ -519,6 +519,13 @@ "voice" ] }, + { + "name": "bulb", + "category": "actions", + "tags": [ + "bulb" + ] + }, { "name": "button", "category": "text-editor", diff --git a/src/index.html b/src/index.html index 60e973e..614ee15 100644 --- a/src/index.html +++ b/src/index.html @@ -14,7 +14,7 @@

Pine Icons

Changelogs

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

Examples

Default

diff --git a/src/svg/bulb.svg b/src/svg/bulb.svg new file mode 100644 index 0000000..9054fd2 --- /dev/null +++ b/src/svg/bulb.svg @@ -0,0 +1 @@ + \ No newline at end of file