Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.0.3 #4

Merged
merged 6 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions icons/ArrowLeft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "ArrowLeftMajor",
"name": "ArrowLeft",
"set": "Major",
"keywords": ["arrow", "left", "back", "return", "navigate", "move", "direction"],
"aliases": [""],
"description": "A left-pointing arrow icon typically used for navigation purposes, such as returning to a previous page or section.",
"sizes": [16, 20, 24, 28, 32, 48],
"creation_date": "8/22/2024, 2:42:50 PM"
}
File renamed without changes
10 changes: 10 additions & 0 deletions icons/ArrowRight.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "ArrowRightMajor",
"name": "ArrowRight",
"set": "Major",
"keywords": ["arrow", "right", "forward", "next", "navigate", "direction", "move", "forward"],
"aliases": [""],
"description": "A right-pointing arrow icon typically used for navigation purposes, such as moving to the next page or section.",
"sizes": [16, 20, 24, 28, 32, 48],
"creation_date": "8/22/2024, 2:43:59 PM"
}
File renamed without changes
10 changes: 10 additions & 0 deletions icons/CaretDown.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "CaretDownMajor",
"name": "CaretDown",
"set": "Major",
"keywords": ["caret", "down", "dropdown", "expand", "open", "triangle", "unfold", "reveal"],
"aliases": [""],
"description": "A downward-pointing caret icon commonly used to indicate a dropdown menu, expandable content, or additional options. It serves as a visual cue for users to click and reveal hidden content or navigate to submenus. Often found in forms, navigation bars, and selection lists.",
"sizes": [16, 20, 24, 28, 32, 48],
"creation_date": "8/22/2024, 3:54:38 PM"
}
File renamed without changes
10 changes: 10 additions & 0 deletions icons/CaretUp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "CaretUpMajor",
"name": "CaretUp",
"set": "Major",
"keywords": ["caret", "up", "arrow", "collapse", "close", "fold", "hide", "collapsemenu"],
"aliases": [""],
"description": "An upward-pointing caret icon typically used to indicate the collapse or closing of a dropdown menu, hidden content, or additional options. It signals that content can be hidden or retracted. Often used in forms, navigation bars, and expandable lists.",
"sizes": [16, 20, 24, 28, 32, 48],
"creation_date": "8/22/2024, 3:55:48 PM"
}
File renamed without changes
10 changes: 0 additions & 10 deletions icons/Check.json

This file was deleted.

10 changes: 10 additions & 0 deletions icons/CheckMark.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "CheckMajor",
"name": "CheckMark",
"set": "Major",
"keywords": ["checkmark", "selected", "check", "tick", "valid", "accept", "success", "complete", "verified"],
"aliases": [""],
"description": "A check mark icon commonly used to indicate confirmation, approval, or successful completion of an action. It signifies that something is correct, validated, or selected. Often found in forms, checkboxes, lists, and status indicators.",
"sizes": [16, 20, 24, 28, 32, 48],
"creation_date": "7/31/2024, 2:10:56 PM"
}
File renamed without changes
20 changes: 20 additions & 0 deletions icons/ChevronDown.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"id": "ChevronDownMajor",
"name": "ChevronDown",
"set": "Major",
"keywords": [
"chevron",
"expand",
"down",
"dropdown",
"unfold",
"expandmore",
"accordion",
"collapse",
"breadcrumb"
],
"aliases": [""],
"description": "Indicates navigation between sections, such as moving forward or backward. For example, a right-pointing chevron in a breadcrumb trail indicates a sub-page or category.",
"sizes": [16, 20, 24, 28, 32, 48],
"creation_date": "8/22/2024, 3:59:06 PM"
}
File renamed without changes
20 changes: 20 additions & 0 deletions icons/ChevronLeft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"id": "ChevronLeftMajor",
"name": "ChevronLeft",
"set": "Major",
"keywords": [
"left",
"chevron",
"previous",
"back",
"move left",
"navigate left",
"previous page",
"left arrow",
"slide left"
],
"aliases": [""],
"description": "The ChevronLeft Component is a key element in providing intuitive navigation, ensuring that users can easily retrace their steps or move to prior content within an application or website.",
"sizes": [16, 20, 24, 28, 32, 48],
"creation_date": "8/22/2024, 4:03:17 PM"
}
File renamed without changes
24 changes: 24 additions & 0 deletions icons/ChevronRight.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"id": "ChevronRightMajor",
"name": "ChevronRight",
"set": "Major",
"keywords": [
"chevron right",
"right",
"chevron",
"next",
"navigate right",
"right arrow",
"next step",
"forward",
"move right",
"next page",
"slide right",
"proceed",
""
],
"aliases": [""],
"description": "It is primarily used to facilitate forward navigation, guiding users to move to the next page, screen, or step within an interface. This component is commonly employed in scenarios such as multi-step forms, carousels, and breadcrumb trails, where advancing to subsequent content is necessary.",
"sizes": [16, 20, 24, 28, 32, 48],
"creation_date": "8/22/2024, 4:07:34 PM"
}
File renamed without changes
19 changes: 19 additions & 0 deletions icons/ChevronUp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"id": "ChevronUpMajor",
"name": "ChevronUp",
"set": "Major",
"keywords": [
"collapse",
"chevron",
"up",
"close",
"hide",
"slide up",
"upward arrow",
"navigate up"
],
"aliases": [""],
"description": "It is primarily used to indicate actions related to collapsing or hiding content. This component is commonly found in interfaces where users need to close or collapse sections, such as accordions, dropdowns, or expandable lists. ",
"sizes": [16, 20, 24, 28, 32, 48],
"creation_date": "8/22/2024, 4:10:53 PM"
}
File renamed without changes
21 changes: 21 additions & 0 deletions icons/Close.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"id": "CloseMajor",
"name": "Close",
"set": "Major",
"keywords": [
"x",
"exit",
"dismiss",
"close",
"cancel",
"hide",
"remove",
"close window",
"close button",
""
],
"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"
}
File renamed without changes
20 changes: 20 additions & 0 deletions icons/Copy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"id": "CopyMajor",
"name": "Copy",
"set": "Major",
"keywords": [
"copy",
"duplicate",
"copy text",
"clipboard",
"clone",
"copy button",
"copy action",
"replicate",
""
],
"aliases": [""],
"description": "The Copy Component allows users to quickly duplicate content to their clipboard with a single click, commonly used in forms, text fields, and code snippets for efficient data replication.",
"sizes": [16, 20, 24, 28, 32, 48],
"creation_date": "8/22/2024, 4:12:38 PM"
}
File renamed without changes
20 changes: 20 additions & 0 deletions icons/Currency.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"id": "CurrencyMajor",
"name": "Currency",
"set": "Major",
"keywords": [
"currency",
"money",
"amount",
"currency symbol",
"price",
"cost",
"financial",
"conversion",
""
],
"aliases": [""],
"description": "It is a UI element designed to handle and display monetary values in the appropriate format and currency symbol. It is commonly used in forms, pricing tables, and financial dashboards to ensure that currency data is presented accurately and consistently. ",
"sizes": [16, 20, 24, 28, 32, 48],
"creation_date": "8/22/2024, 4:15:08 PM"
}
File renamed without changes
21 changes: 21 additions & 0 deletions icons/Dot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"id": "DotMajor",
"name": "Dot",
"set": "Major",
"keywords": [
"dot",
"indicator",
"marker",
"bullet",
"visual cue",
"separator",
"circle",
"status icon",
"notification",
"tag"
],
"aliases": [""],
"description": " A small circular element used to represent status, serve as a visual indicator, or provide decorative separation in user interfaces.",
"sizes": [16, 20, 24, 28, 32, 48],
"creation_date": "8/22/2024, 4:25:36 PM"
}
File renamed without changes
20 changes: 20 additions & 0 deletions icons/Globe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"id": "GlobeMajor",
"name": "Globe",
"set": "Major",
"keywords": [
"globe",
"world",
"planet",
"geography",
"earth",
"map",
"international",
"geo",
"network"
],
"aliases": [""],
"description": "An icon representing the globe or Earth, commonly used to signify global reach, international settings, or geographical features in user interfaces.",
"sizes": [16, 20, 24, 28, 32, 48],
"creation_date": "8/22/2024, 4:28:13 PM"
}
File renamed without changes
22 changes: 22 additions & 0 deletions icons/HorizontalDots.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"id": "HorizontalDotsMajor",
"name": "HorizontalDots",
"set": "Major",
"keywords": [
"three dots",
"dots",
"horizontal",
"more",
"ellipsis",
"overflow",
"extended",
"settings",
"actions",
"expandable",
"context menu"
],
"aliases": [""],
"description": "An icon commonly represented by three dots or an ellipsis, used to indicate the presence of additional options, settings, or actions within a user interface.",
"sizes": [16, 20, 24, 28, 32, 48],
"creation_date": "8/22/2024, 4:32:15 PM"
}
File renamed without changes
4 changes: 2 additions & 2 deletions icons/Square.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"id": "SquareMajor",
"name": "Square",
"set": "Major",
"keywords": [""],
"keywords": ["square", "shape","select", "frame", "border" ],
"aliases": [""],
"description": "",
"description": "A square icon that serves as a basic geometric shape, often used as a placeholder, container, or outline for various UI elements.",
"sizes": [16, 20, 24, 28, 32, 48],
"creation_date": "8/16/2024, 1:50:18 PM"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@geneui/icons",
"version": "1.0.2",
"version": "1.0.3",
"description": "Gene UI icons distributed as SVG React components.",
"author": "SoftConstruct",
"main": "index.js",
Expand Down
Loading