From 6e49a7aecbb8a5ee177d27b6c831b9a542dfe00e Mon Sep 17 00:00:00 2001 From: Emmagevv Date: Tue, 26 Nov 2024 16:44:54 +0400 Subject: [PATCH] added, removed icons --- icons/CircleX.json | 10 +++++++++ svgs/Theme=Regular-2.svg => icons/CircleX.svg | 0 icons/CircleXFilled.json | 22 +++++++++++++++++++ .../CircleXFilled.svg | 0 icons/Clock.json | 6 ++--- icons/Clock.svg | 1 - icons/DataBar.json | 20 +++++++++++++++++ svgs/Shape-7.svg => icons/DataBar.svg | 0 icons/DataLine.json | 10 +++++++++ svgs/Shape-9.svg => icons/DataLine.svg | 0 icons/DataTrending.json | 20 +++++++++++++++++ svgs/Shape-8.svg => icons/DataTrending.svg | 0 icons/Download.json | 10 +++++++++ svgs/Shape-3.svg => icons/Download.svg | 0 icons/GripDots.json | 10 +++++++++ svgs/Shape-4.svg => icons/GripDots.svg | 0 icons/Monitor.json | 10 +++++++++ svgs/Shape-6.svg => icons/Monitor.svg | 0 icons/OnePage.json | 10 +++++++++ svgs/Theme=Regular.svg => icons/OnePage.svg | 0 icons/OnePageFilled.json | 20 +++++++++++++++++ .../OnePageFilled.svg | 0 icons/RecycleBin.json | 19 ++++++++++++++++ svgs/Shape-5.svg => icons/RecycleBin.svg | 0 icons/X.json | 19 ++++------------ icons/X.svg | 4 ++-- svgs/Desktop Edit.svg | 4 ---- svgs/Shape.svg | 3 --- svgs/Theme=Filled-1.svg | 3 --- svgs/Theme=Regular-1.svg | 3 --- 30 files changed, 170 insertions(+), 34 deletions(-) create mode 100644 icons/CircleX.json rename svgs/Theme=Regular-2.svg => icons/CircleX.svg (100%) create mode 100644 icons/CircleXFilled.json rename svgs/Theme=Filled-2.svg => icons/CircleXFilled.svg (100%) create mode 100644 icons/DataBar.json rename svgs/Shape-7.svg => icons/DataBar.svg (100%) create mode 100644 icons/DataLine.json rename svgs/Shape-9.svg => icons/DataLine.svg (100%) create mode 100644 icons/DataTrending.json rename svgs/Shape-8.svg => icons/DataTrending.svg (100%) create mode 100644 icons/Download.json rename svgs/Shape-3.svg => icons/Download.svg (100%) create mode 100644 icons/GripDots.json rename svgs/Shape-4.svg => icons/GripDots.svg (100%) create mode 100644 icons/Monitor.json rename svgs/Shape-6.svg => icons/Monitor.svg (100%) create mode 100644 icons/OnePage.json rename svgs/Theme=Regular.svg => icons/OnePage.svg (100%) create mode 100644 icons/OnePageFilled.json rename svgs/Theme=Filled.svg => icons/OnePageFilled.svg (100%) create mode 100644 icons/RecycleBin.json rename svgs/Shape-5.svg => icons/RecycleBin.svg (100%) delete mode 100644 svgs/Desktop Edit.svg delete mode 100644 svgs/Shape.svg delete mode 100644 svgs/Theme=Filled-1.svg delete mode 100644 svgs/Theme=Regular-1.svg diff --git a/icons/CircleX.json b/icons/CircleX.json new file mode 100644 index 0000000..123d4ce --- /dev/null +++ b/icons/CircleX.json @@ -0,0 +1,10 @@ +{ + "id": "CircleXMajor", + "name": "CircleX", + "set": "Major", + "keywords": ["Circle", "x", "close", "cancel", "error", "remove", "reject", "clear", "delete"], + "aliases": [""], + "description": "The CircleX icon represents a circle with an \"X\" inside, commonly used to indicate the action of closing, canceling, or rejecting an operation. It is often used in error messages, pop-ups, or UI elements to allow users to dismiss or remove items. The circular design gives the icon a clean, universally recognized appearance for negative or closing actions.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "11/26/2024, 4:34:11 PM" +} diff --git a/svgs/Theme=Regular-2.svg b/icons/CircleX.svg similarity index 100% rename from svgs/Theme=Regular-2.svg rename to icons/CircleX.svg diff --git a/icons/CircleXFilled.json b/icons/CircleXFilled.json new file mode 100644 index 0000000..00f6e22 --- /dev/null +++ b/icons/CircleXFilled.json @@ -0,0 +1,22 @@ +{ + "id": "CircleXFilledMajor", + "name": "CircleXFilled", + "set": "Major", + "keywords": [ + "Circle", + "x", + "close", + "cancel", + "error", + "remove", + "reject", + "clear", + "delete", + "filled", + "dismiss" + ], + "aliases": [""], + "description": "The CircleXFilled icon represents a filled circle with an \"X\" inside, typically used to indicate the action of closing, canceling, or rejecting something with a more prominent, bold design.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "11/26/2024, 4:35:12 PM" +} diff --git a/svgs/Theme=Filled-2.svg b/icons/CircleXFilled.svg similarity index 100% rename from svgs/Theme=Filled-2.svg rename to icons/CircleXFilled.svg diff --git a/icons/Clock.json b/icons/Clock.json index 0870471..0f1bd20 100644 --- a/icons/Clock.json +++ b/icons/Clock.json @@ -7,14 +7,14 @@ "time", "minute", "hour", + "second", "watch", "alarm", - "timer", "schedule", "timekeeping" ], "aliases": [""], - "description": "The Clock icon represents a timepiece, typically used to indicate time-related features such as clocks, schedules, or timers. It is commonly used in applications for setting alarms, tracking time, managing appointments, or displaying current time. ", + "description": "The Clock icon represents a timepiece, typically used to indicate time-related features such as clocks, schedules, or timers. It is commonly used in applications for setting alarms, tracking time, managing appointments, or displaying current time.", "sizes": [16, 20, 24, 28, 32, 48], - "creation_date": "11/19/2024, 11:29:13 AM" + "creation_date": "11/26/2024, 4:20:37 PM" } diff --git a/icons/Clock.svg b/icons/Clock.svg index 28ca132..d72d53f 100644 --- a/icons/Clock.svg +++ b/icons/Clock.svg @@ -1,4 +1,3 @@ - diff --git a/icons/DataBar.json b/icons/DataBar.json new file mode 100644 index 0000000..fb5479c --- /dev/null +++ b/icons/DataBar.json @@ -0,0 +1,20 @@ +{ + "id": "DataBarMajor", + "name": "DataBar", + "set": "Major", + "keywords": [ + "data", + "bar", + "chart", + "statistics", + "graph", + "bar chart", + "progress", + "analytics", + "visualization" + ], + "aliases": [""], + "description": "The Data Bar icon represents a bar chart or graph, commonly used to visualize data in a simple, easy-to-understand format. It is typically used in analytics, reporting, and data-driven applications to depict quantities, comparisons, or progress. ", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "11/26/2024, 4:40:56 PM" +} diff --git a/svgs/Shape-7.svg b/icons/DataBar.svg similarity index 100% rename from svgs/Shape-7.svg rename to icons/DataBar.svg diff --git a/icons/DataLine.json b/icons/DataLine.json new file mode 100644 index 0000000..610f0a0 --- /dev/null +++ b/icons/DataLine.json @@ -0,0 +1,10 @@ +{ + "id": "DataLineMajor", + "name": "DataLine", + "set": "Major", + "keywords": ["data", "line", "graph", "chart", "analytics", "metrics", "statistics", "report"], + "aliases": [""], + "description": "The Data Line icon represents a line graph or chart, symbolizing the visualization of trends, patterns, or relationships within data sets. It is commonly used in dashboards, reporting tools, and analytical interfaces to depict continuous data changes, such as performance over time or comparative analysis.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "11/26/2024, 4:29:28 PM" +} diff --git a/svgs/Shape-9.svg b/icons/DataLine.svg similarity index 100% rename from svgs/Shape-9.svg rename to icons/DataLine.svg diff --git a/icons/DataTrending.json b/icons/DataTrending.json new file mode 100644 index 0000000..a218b4d --- /dev/null +++ b/icons/DataTrending.json @@ -0,0 +1,20 @@ +{ + "id": "DataTrendingMajor", + "name": "DataTrending", + "set": "Major", + "keywords": [ + "data", + "trending", + "statistics", + "chart", + "analytics", + "growth", + "metrics", + "graph", + "visualization" + ], + "aliases": [""], + "description": "The Data Trending icon represents upward or directional movement, often depicted with lines, arrows, or graphs, symbolizing growth, progress, or changes in data trends.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "11/26/2024, 4:25:49 PM" +} diff --git a/svgs/Shape-8.svg b/icons/DataTrending.svg similarity index 100% rename from svgs/Shape-8.svg rename to icons/DataTrending.svg diff --git a/icons/Download.json b/icons/Download.json new file mode 100644 index 0000000..8340ca0 --- /dev/null +++ b/icons/Download.json @@ -0,0 +1,10 @@ +{ + "id": "DownloadMajor", + "name": "Download", + "set": "Major", + "keywords": ["download", "arrow", "save", "file", "receive", "storage", "retrieve"], + "aliases": [""], + "description": "The Download icon typically features a downward-pointing arrow, symbolizing the action of saving or retrieving files or data from a source to a local device. It is commonly used in applications for actions like saving documents, importing files, or transferring data. ", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "11/26/2024, 1:08:52 PM" +} diff --git a/svgs/Shape-3.svg b/icons/Download.svg similarity index 100% rename from svgs/Shape-3.svg rename to icons/Download.svg diff --git a/icons/GripDots.json b/icons/GripDots.json new file mode 100644 index 0000000..98963e1 --- /dev/null +++ b/icons/GripDots.json @@ -0,0 +1,10 @@ +{ + "id": "GripDotsMajor", + "name": "GripDots", + "set": "Major", + "keywords": ["grip", "dots", "handle", "drag", "move", "reorder", "control", "interaction"], + "aliases": [""], + "description": "The GripDots icon represents a grid or collection of small dots, often used as a visual handle for drag-and-drop interactions in a UI. It indicates that an element can be moved, reordered, or adjusted by clicking and dragging. ", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "11/26/2024, 1:15:56 PM" +} diff --git a/svgs/Shape-4.svg b/icons/GripDots.svg similarity index 100% rename from svgs/Shape-4.svg rename to icons/GripDots.svg diff --git a/icons/Monitor.json b/icons/Monitor.json new file mode 100644 index 0000000..51e974b --- /dev/null +++ b/icons/Monitor.json @@ -0,0 +1,10 @@ +{ + "id": "MonitorMajor", + "name": "Monitor", + "set": "Major", + "keywords": ["monitor", "screen", "display", "computer", "desktop", "device", "technology"], + "aliases": [""], + "description": "The Monitor icon represents a computer screen or display device, typically used to signify technology-related features or sections, such as desktop applications, viewing platforms, or digital devices. ", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "11/26/2024, 4:23:52 PM" +} diff --git a/svgs/Shape-6.svg b/icons/Monitor.svg similarity index 100% rename from svgs/Shape-6.svg rename to icons/Monitor.svg diff --git a/icons/OnePage.json b/icons/OnePage.json new file mode 100644 index 0000000..a3cb8b7 --- /dev/null +++ b/icons/OnePage.json @@ -0,0 +1,10 @@ +{ + "id": "OnePageMajor", + "name": "OnePage", + "set": "Major", + "keywords": ["one", "page", "single", "document", "view", "scroll", "display"], + "aliases": [""], + "description": "The One Page icon represents a single page of content or document, often used to indicate a focused, full-page view. It can symbolize a streamlined display where all content is contained on one page, without the need for scrolling or switching between different sections.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "11/26/2024, 4:37:12 PM" +} diff --git a/svgs/Theme=Regular.svg b/icons/OnePage.svg similarity index 100% rename from svgs/Theme=Regular.svg rename to icons/OnePage.svg diff --git a/icons/OnePageFilled.json b/icons/OnePageFilled.json new file mode 100644 index 0000000..e6cb14a --- /dev/null +++ b/icons/OnePageFilled.json @@ -0,0 +1,20 @@ +{ + "id": "OnePageFilledMajor", + "name": "OnePageFilled", + "set": "Major", + "keywords": [ + "one", + "page", + "single", + "document", + "view", + "scroll", + "display", + "filled", + "full page" + ], + "aliases": [""], + "description": "The One Page Filled icon represents a single, filled page, often used to signify a focused, full-screen or one-page view. ", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "11/26/2024, 4:38:38 PM" +} diff --git a/svgs/Theme=Filled.svg b/icons/OnePageFilled.svg similarity index 100% rename from svgs/Theme=Filled.svg rename to icons/OnePageFilled.svg diff --git a/icons/RecycleBin.json b/icons/RecycleBin.json new file mode 100644 index 0000000..170c98f --- /dev/null +++ b/icons/RecycleBin.json @@ -0,0 +1,19 @@ +{ + "id": "RecycleBinMajor", + "name": "RecycleBin", + "set": "Major", + "keywords": [ + "recycle bin", + "delete", + "remove", + "garbage", + "clear", + "discard", + "waste", + "trash" + ], + "aliases": [""], + "description": "The Recycle Bin icon represents a trash container, commonly used in applications to signify the action of deleting or discarding items. It is often associated with functionality like removing files, clearing data, or managing deleted content.", + "sizes": [16, 20, 24, 28, 32, 48], + "creation_date": "11/25/2024, 3:35:09 PM" +} diff --git a/svgs/Shape-5.svg b/icons/RecycleBin.svg similarity index 100% rename from svgs/Shape-5.svg rename to icons/RecycleBin.svg diff --git a/icons/X.json b/icons/X.json index 16ec0d3..21f1bfe 100644 --- a/icons/X.json +++ b/icons/X.json @@ -1,21 +1,10 @@ { - "id": "CloseMajor", - "name": "Close", + "id": "XMajor", + "name": "X", "set": "Major", - "keywords": [ - "x", - "exit", - "dismiss", - "close", - "cancel", - "hide", - "remove", - "close window", - "close button", - "" - ], + "keywords": ["x", "exit", "dismiss", "close", "hide", "cancel", "remove", "close window"], "aliases": [""], "description": "It allows users to close or hide UI elements like modals, notifications, or alerts with a simple action, enhancing user control over content visibility.", "sizes": [16, 20, 24, 28, 32, 48], - "creation_date": "8/22/2024, 4:21:14 PM" + "creation_date": "11/26/2024, 4:43:00 PM" } diff --git a/icons/X.svg b/icons/X.svg index 341920e..3836724 100644 --- a/icons/X.svg +++ b/icons/X.svg @@ -1,3 +1,3 @@ - - + + diff --git a/svgs/Desktop Edit.svg b/svgs/Desktop Edit.svg deleted file mode 100644 index 5901b8a..0000000 --- a/svgs/Desktop Edit.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/svgs/Shape.svg b/svgs/Shape.svg deleted file mode 100644 index 3836724..0000000 --- a/svgs/Shape.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/svgs/Theme=Filled-1.svg b/svgs/Theme=Filled-1.svg deleted file mode 100644 index 7379486..0000000 --- a/svgs/Theme=Filled-1.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/svgs/Theme=Regular-1.svg b/svgs/Theme=Regular-1.svg deleted file mode 100644 index 2638a32..0000000 --- a/svgs/Theme=Regular-1.svg +++ /dev/null @@ -1,3 +0,0 @@ - - -