diff --git a/src/data/icons.json b/src/data/icons.json index 8beab72..3fa3b9b 100644 --- a/src/data/icons.json +++ b/src/data/icons.json @@ -696,6 +696,48 @@ "name": "spraybottle", "desc": "Indicates that there is information about cleaning", "category": "health" + }, + { + "title": "clock", + "name": "clock-filled", + "desc": "Clock face with hands", + "category": "interface" + }, + { + "title": "clock", + "name": "clock-stroke", + "desc": "Clock face with hands", + "category": "interface" + }, + { + "title": "pin trip", + "name": "pin-trip", + "desc": "Pin icon showing travel from point to point", + "category": "interface" + }, + { + "title": "rising sun", + "name": "rising-sun", + "desc": "Half sun with rays", + "category": "destination" + }, + { + "title": "sparkle filled", + "name": "sparkle-filled", + "desc": "3 sparkles", + "category": "interface" + }, + { + "title": "sparkle stroke", + "name": "sparkle-stroke", + "desc": "3 sparkles", + "category": "interface" + }, + { + "title": "tag", + "name": "tag", + "desc": "Tag with aurora line at bottom", + "category": "interface" } ] } diff --git a/src/icons/clock-filled.svg b/src/icons/clock-filled.svg new file mode 100644 index 0000000..0a47735 --- /dev/null +++ b/src/icons/clock-filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/clock-stroke.svg b/src/icons/clock-stroke.svg new file mode 100644 index 0000000..46ab461 --- /dev/null +++ b/src/icons/clock-stroke.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/pin-trip.svg b/src/icons/pin-trip.svg new file mode 100644 index 0000000..b8fd7e0 --- /dev/null +++ b/src/icons/pin-trip.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/rising-sun.svg b/src/icons/rising-sun.svg new file mode 100644 index 0000000..84e52b0 --- /dev/null +++ b/src/icons/rising-sun.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/icons/sparkle-filled.svg b/src/icons/sparkle-filled.svg new file mode 100644 index 0000000..812db84 --- /dev/null +++ b/src/icons/sparkle-filled.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/sparkle-stroke.svg b/src/icons/sparkle-stroke.svg new file mode 100644 index 0000000..750383a --- /dev/null +++ b/src/icons/sparkle-stroke.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/icons/tag.svg b/src/icons/tag.svg new file mode 100644 index 0000000..844f840 --- /dev/null +++ b/src/icons/tag.svg @@ -0,0 +1,3 @@ + + +