diff --git a/changelogs/2024-08-01-changelog.html b/changelogs/2024-08-01-changelog.html new file mode 100644 index 0000000..86ae308 --- /dev/null +++ b/changelogs/2024-08-01-changelog.html @@ -0,0 +1,296 @@ + + + + + Pine Icons - v7.4.0 - 2024-08-01 - Changelog + + + + +
+

Pine Icons - Changelog

+

Icons: Added 15, Modifed 14, Deleted 0, Renamed 0

+ +

+ 2024-08-01 + v7.4.0 +

+ +

Added

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FileNameBeforeAfter
bar-chart-10-tone.svg
bell-01-tone.svg
clapperboard-tone.svg
credit-card-02-tone.svg
cube-01-tone.svg
dots-horizontal-tone.svg
headset-tone.svg
home-02-tone.svg
mail-01-tone.svg
monitor-03-tone.svg
phone-02-tone.svg
search-md-tone.svg
settings-01-tone.svg
stars-01-tone.svg
users-02-tone.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.

+

Modified

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FileNameBeforeAfter
cloud-upload.svg
customize.svg
dollar.svg
download.svg
expand.svg
filter.svg
form-field.svg
hashtag.svg
hd-video.svg
logo-instagram.svg
mail-filled.svg
unlock.svg
video-off.svg
wrench.svg
+

Changed since the previous version. The change could be visual or in the code behind the icon. If the change is visual, you will see the difference between the "before" and "after" columns. If the change is only in the code, the appearance might remain the same, but it will still be listed as "modified."

+ + +
+ + diff --git a/src/icon-data.json b/src/icon-data.json index efa8be8..a5d3cc3 100644 --- a/src/icon-data.json +++ b/src/icon-data.json @@ -427,6 +427,17 @@ "travel" ] }, + { + "name": "bar-chart-10-tone", + "category": "app-frame", + "tags": [ + "bar", + "barchart", + "chart", + "data", + "graph" + ] + }, { "name": "bell", "category": "site-settings", @@ -446,6 +457,15 @@ "wake" ] }, + { + "name": "bell-01-tone", + "category": "app-frame", + "tags": [ + "alert", + "bell", + "notification" + ] + }, { "name": "block", "category": "text-editor", @@ -1042,6 +1062,15 @@ "dashed" ] }, + { + "name": "clapperboard-tone", + "category": "app-frame", + "tags": [ + "clapperboard", + "film", + "tv" + ] + }, { "name": "clock", "category": "actions", @@ -1385,6 +1414,28 @@ "youtube" ] }, + { + "name": "credit-card-02-tone", + "category": "app-frame", + "tags": [ + "card", + "credit card", + "currency", + "debit card", + "money" + ] + }, + { + "name": "cube-01-tone", + "category": "app-frame", + "tags": [ + "box", + "container", + "cube", + "shape", + "square" + ] + }, { "name": "cursor", "category": "actions", @@ -1583,6 +1634,18 @@ "settings" ] }, + { + "name": "dots-horizontal-tone", + "category": "app-frame", + "tags": [ + "dots", + "horizontal", + "line", + "menu", + "more", + "options" + ] + }, { "name": "down-small", "category": "actions", @@ -2374,6 +2437,15 @@ "tech" ] }, + { + "name": "headset-tone", + "category": "app-frame", + "tags": [ + "audio", + "earphones", + "headphones" + ] + }, { "name": "help", "category": "navigation", @@ -2415,6 +2487,17 @@ "ui" ] }, + { + "name": "home-02-tone", + "category": "app-frame", + "tags": [ + "home", + "homepage", + "house", + "menu", + "return" + ] + }, { "name": "home-alt", "category": "site-settings", @@ -2877,6 +2960,17 @@ "write" ] }, + { + "name": "mail-01-tone", + "category": "app-frame", + "tags": [ + "inbox", + "mail", + "mailbox", + "message", + "tray" + ] + }, { "name": "mail-filled", "category": "features", @@ -3164,6 +3258,16 @@ "workstation" ] }, + { + "name": "monitor-03-tone", + "category": "app-frame", + "tags": [ + "mac", + "monitor", + "screen", + "tv" + ] + }, { "name": "monitor-filled", "category": "navigation", @@ -3404,6 +3508,17 @@ "write" ] }, + { + "name": "phone-02-tone", + "category": "app-frame", + "tags": [ + "call", + "iphone", + "mobile", + "number", + "phone" + ] + }, { "name": "phone-portrait", "category": "actions", @@ -3936,6 +4051,18 @@ "zoom" ] }, + { + "name": "search-md-tone", + "category": "app-frame", + "tags": [ + "filter", + "magnify", + "magnifying glass", + "search", + "search bar", + "searchbar" + ] + }, { "name": "search-small", "category": "actions", @@ -3982,6 +4109,15 @@ "sage-icon-sequences" ] }, + { + "name": "settings-01-tone", + "category": "app-frame", + "tags": [ + "cog", + "preferences", + "settings" + ] + }, { "name": "share", "category": "actions", @@ -4100,6 +4236,17 @@ "winner" ] }, + { + "name": "stars-01-tone", + "category": "app-frame", + "tags": [ + "galaxy", + "new", + "night time", + "stars", + "weather" + ] + }, { "name": "stop", "category": "actions", @@ -4685,6 +4832,17 @@ "woman" ] }, + { + "name": "users-02-tone", + "category": "app-frame", + "tags": [ + "account", + "people", + "persona", + "team", + "users" + ] + }, { "name": "users-alt", "category": "site-settings", diff --git a/src/index.html b/src/index.html index 33cb8bc..58cdf0c 100644 --- a/src/index.html +++ b/src/index.html @@ -7,9 +7,6 @@ -

Pine Icons

@@ -17,7 +14,7 @@

Pine Icons

Changelogs

- 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 + 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

Examples

Default

@@ -33,10 +30,6 @@

Default Sizes

Custom size

-

Custom size with class

-

Style will override the size of 20px and be set to 120px

- -

Color

diff --git a/src/svg/bar-chart-10-tone.svg b/src/svg/bar-chart-10-tone.svg new file mode 100644 index 0000000..2ee0576 --- /dev/null +++ b/src/svg/bar-chart-10-tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/bell-01-tone.svg b/src/svg/bell-01-tone.svg new file mode 100644 index 0000000..b0772a7 --- /dev/null +++ b/src/svg/bell-01-tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/clapperboard-tone.svg b/src/svg/clapperboard-tone.svg new file mode 100644 index 0000000..6bac019 --- /dev/null +++ b/src/svg/clapperboard-tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/cloud-upload.svg b/src/svg/cloud-upload.svg index cc8e7d4..579c0b1 100644 --- a/src/svg/cloud-upload.svg +++ b/src/svg/cloud-upload.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/credit-card-02-tone.svg b/src/svg/credit-card-02-tone.svg new file mode 100644 index 0000000..ec53780 --- /dev/null +++ b/src/svg/credit-card-02-tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/cube-01-tone.svg b/src/svg/cube-01-tone.svg new file mode 100644 index 0000000..6948ad2 --- /dev/null +++ b/src/svg/cube-01-tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/customize.svg b/src/svg/customize.svg index 0223a75..a3822ad 100644 --- a/src/svg/customize.svg +++ b/src/svg/customize.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/dollar.svg b/src/svg/dollar.svg index f27fad6..ad37e19 100644 --- a/src/svg/dollar.svg +++ b/src/svg/dollar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/dots-horizontal-tone.svg b/src/svg/dots-horizontal-tone.svg new file mode 100644 index 0000000..8866020 --- /dev/null +++ b/src/svg/dots-horizontal-tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/download.svg b/src/svg/download.svg index a5dbf1f..94047ed 100644 --- a/src/svg/download.svg +++ b/src/svg/download.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/expand.svg b/src/svg/expand.svg index 309ea43..4dece72 100644 --- a/src/svg/expand.svg +++ b/src/svg/expand.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/filter.svg b/src/svg/filter.svg index a69318b..c3bc25b 100644 --- a/src/svg/filter.svg +++ b/src/svg/filter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/form-field.svg b/src/svg/form-field.svg index 07204fc..d6947da 100644 --- a/src/svg/form-field.svg +++ b/src/svg/form-field.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/hashtag.svg b/src/svg/hashtag.svg index 43e66a8..42a7ab5 100644 --- a/src/svg/hashtag.svg +++ b/src/svg/hashtag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/hd-video.svg b/src/svg/hd-video.svg index 5be8744..f730cf7 100644 --- a/src/svg/hd-video.svg +++ b/src/svg/hd-video.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/headset-tone.svg b/src/svg/headset-tone.svg new file mode 100644 index 0000000..2c76e47 --- /dev/null +++ b/src/svg/headset-tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/home-02-tone.svg b/src/svg/home-02-tone.svg new file mode 100644 index 0000000..4e4f4b6 --- /dev/null +++ b/src/svg/home-02-tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/logo-instagram.svg b/src/svg/logo-instagram.svg index 9bf884b..0fde943 100644 --- a/src/svg/logo-instagram.svg +++ b/src/svg/logo-instagram.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/mail-01-tone.svg b/src/svg/mail-01-tone.svg new file mode 100644 index 0000000..d6766f8 --- /dev/null +++ b/src/svg/mail-01-tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/mail-filled.svg b/src/svg/mail-filled.svg index 9828459..86032a4 100644 --- a/src/svg/mail-filled.svg +++ b/src/svg/mail-filled.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/monitor-03-tone.svg b/src/svg/monitor-03-tone.svg new file mode 100644 index 0000000..96df2d1 --- /dev/null +++ b/src/svg/monitor-03-tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/phone-02-tone.svg b/src/svg/phone-02-tone.svg new file mode 100644 index 0000000..a8dbe2b --- /dev/null +++ b/src/svg/phone-02-tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/search-md-tone.svg b/src/svg/search-md-tone.svg new file mode 100644 index 0000000..97dd04a --- /dev/null +++ b/src/svg/search-md-tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/settings-01-tone.svg b/src/svg/settings-01-tone.svg new file mode 100644 index 0000000..4f5fc52 --- /dev/null +++ b/src/svg/settings-01-tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/stars-01-tone.svg b/src/svg/stars-01-tone.svg new file mode 100644 index 0000000..e9189de --- /dev/null +++ b/src/svg/stars-01-tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/unlock.svg b/src/svg/unlock.svg index 6a56950..9e761ee 100644 --- a/src/svg/unlock.svg +++ b/src/svg/unlock.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/users-02-tone.svg b/src/svg/users-02-tone.svg new file mode 100644 index 0000000..830ea35 --- /dev/null +++ b/src/svg/users-02-tone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/video-off.svg b/src/svg/video-off.svg index 7b74424..f28dcdc 100644 --- a/src/svg/video-off.svg +++ b/src/svg/video-off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/wrench.svg b/src/svg/wrench.svg index ad5c6ff..42dc477 100644 --- a/src/svg/wrench.svg +++ b/src/svg/wrench.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file