Skip to content

Commit

Permalink
Add barcode/scan icons/optimise/improve metadata (lucide-icons#1354)
Browse files Browse the repository at this point in the history
* Add `barcode` icon

* Add `scan-barcode` icon

* Add `scan-text` icon

* Improve `scan` icons metadata

* Add `scan-eye` icon

* Add `scan-search` icon

* Optimise `scan-line` icon

* Add `fullscreen` icon

---------

Co-authored-by: Eric Fennis <[email protected]>
  • Loading branch information
danielbayley and ericfennis authored Oct 3, 2023
1 parent 5b14d78 commit ab12955
Show file tree
Hide file tree
Showing 17 changed files with 288 additions and 4 deletions.
22 changes: 22 additions & 0 deletions icons/barcode.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"scan",
"checkout",
"till",
"cart",
"transaction",
"purchase",
"buy",
"product",
"packaging",
"retail",
"consumer"
],
"categories": [
"shopping"
]
}
17 changes: 17 additions & 0 deletions icons/barcode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions icons/fullscreen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"expand",
"zoom",
"preview",
"focus",
"camera",
"lens",
"image"
],
"categories": [
"layout",
"multimedia",
"design",
"photography"
]
}
17 changes: 17 additions & 0 deletions icons/fullscreen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion icons/qr-code.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
],
"tags": [
"barcode",
"scan"
"scan",
"link",
"url",
"information",
"digital"
],
"categories": [
"development",
Expand Down
22 changes: 22 additions & 0 deletions icons/scan-barcode.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"checkout",
"till",
"cart",
"transaction",
"purchase",
"buy",
"product",
"packaging",
"retail",
"consumer"
],
"categories": [
"shopping",
"devices"
]
}
19 changes: 19 additions & 0 deletions icons/scan-barcode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions icons/scan-eye.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"preview",
"zoom",
"expand",
"fullscreen",
"gallery",
"image",
"camera",
"watch",
"surveillance",
"retina",
"focus",
"lens",
"biometric",
"identification",
"authentication",
"access",
"login"
],
"categories": [
"photography",
"multimedia",
"layout",
"accessibility",
"security",
"devices",
"account"
]
}
18 changes: 18 additions & 0 deletions icons/scan-eye.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions icons/scan-face.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@
"tags": [
"face",
"biometric",
"identification",
"authentication",
"2fa",
"access",
"login",
"dashed"
],
"categories": [
"account",
"security",
"devices",
"social"
]
Expand Down
12 changes: 11 additions & 1 deletion icons/scan-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@
"ericfennis"
],
"tags": [
"checkout",
"till",
"cart",
"transaction",
"purchase",
"buy",
"product",
"packaging",
"retail",
"consumer",
"qr-code",
"dashed"
],
"categories": [
"devices",
"social"
"shopping"
]
}
2 changes: 1 addition & 1 deletion icons/scan-line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions icons/scan-search.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"preview",
"zoom",
"expand",
"fullscreen",
"gallery",
"image",
"focus",
"lens"
],
"categories": [
"photography",
"multimedia",
"layout",
"accessibility"
]
}
18 changes: 18 additions & 0 deletions icons/scan-search.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions icons/scan-text.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"recognition",
"read",
"translate",
"copy",
"lines"
],
"categories": [
"text",
"devices"
]
}
19 changes: 19 additions & 0 deletions icons/scan-text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 20 additions & 1 deletion icons/scan.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,29 @@
],
"tags": [
"qr-code",
"barcode",
"checkout",
"augmented reality",
"ar",
"target",
"surveillance",
"camera",
"lens",
"focus",
"frame",
"select",
"box",
"boundary",
"bounds",
"area",
"square",
"dashed"
],
"categories": [
"devices",
"social"
"shopping",
"security",
"social",
"gaming"
]
}

0 comments on commit ab12955

Please sign in to comment.