mirror of
https://github.com/iconify/collections-json.git
synced 2024-12-01 09:13:58 +00:00
Add 2 icon sets
This commit is contained in:
parent
52520ae717
commit
0d301bd79b
@ -112,6 +112,23 @@
|
|||||||
"palette": "Colorless",
|
"palette": "Colorless",
|
||||||
"category": "General"
|
"category": "General"
|
||||||
},
|
},
|
||||||
|
"la": {
|
||||||
|
"name": "Line Awesome",
|
||||||
|
"total": 1544,
|
||||||
|
"author": "Icons8",
|
||||||
|
"url": "https://github.com/icons8/line-awesome",
|
||||||
|
"license": "Good Boy License",
|
||||||
|
"licenseURL": "https://icons8.com/good-boy-license/",
|
||||||
|
"height": 32,
|
||||||
|
"samples": [
|
||||||
|
"archive-solid",
|
||||||
|
"female-solid",
|
||||||
|
"check-circle"
|
||||||
|
],
|
||||||
|
"version": "1.2.1",
|
||||||
|
"palette": "Colorless",
|
||||||
|
"category": "General"
|
||||||
|
},
|
||||||
"jam": {
|
"jam": {
|
||||||
"name": "Jam Icons",
|
"name": "Jam Icons",
|
||||||
"total": 896,
|
"total": 896,
|
||||||
@ -211,6 +228,22 @@
|
|||||||
"palette": "Colorless",
|
"palette": "Colorless",
|
||||||
"category": "General"
|
"category": "General"
|
||||||
},
|
},
|
||||||
|
"gg": {
|
||||||
|
"name": "css.gg",
|
||||||
|
"total": 704,
|
||||||
|
"author": "Astrit",
|
||||||
|
"url": "https://github.com/astrit/css.gg",
|
||||||
|
"license": "MIT",
|
||||||
|
"height": 24,
|
||||||
|
"samples": [
|
||||||
|
"align-left",
|
||||||
|
"server",
|
||||||
|
"overflow"
|
||||||
|
],
|
||||||
|
"version": "2.0.0",
|
||||||
|
"palette": "Colorless",
|
||||||
|
"category": "General"
|
||||||
|
},
|
||||||
"fa-solid": {
|
"fa-solid": {
|
||||||
"name": "Font Awesome 5 Solid",
|
"name": "Font Awesome 5 Solid",
|
||||||
"total": 995,
|
"total": 995,
|
||||||
|
@ -66,6 +66,16 @@
|
|||||||
* Palette: Colorless
|
* Palette: Colorless
|
||||||
|
|
||||||
|
|
||||||
|
### Line Awesome
|
||||||
|
* Number of icons: 1544
|
||||||
|
* Author: Icons8
|
||||||
|
* URL: https://github.com/icons8/line-awesome
|
||||||
|
* License: Good Boy License
|
||||||
|
* License URL: https://icons8.com/good-boy-license/
|
||||||
|
* Version: 1.2.1
|
||||||
|
* Palette: Colorless
|
||||||
|
|
||||||
|
|
||||||
### Jam Icons
|
### Jam Icons
|
||||||
* Number of icons: 896
|
* Number of icons: 896
|
||||||
* Author: Michael Amprimo
|
* Author: Michael Amprimo
|
||||||
@ -122,6 +132,15 @@
|
|||||||
* Palette: Colorless
|
* Palette: Colorless
|
||||||
|
|
||||||
|
|
||||||
|
### css.gg
|
||||||
|
* Number of icons: 704
|
||||||
|
* Author: Astrit
|
||||||
|
* URL: https://github.com/astrit/css.gg
|
||||||
|
* License: MIT
|
||||||
|
* Version: 2.0.0
|
||||||
|
* Palette: Colorless
|
||||||
|
|
||||||
|
|
||||||
### Font Awesome 5 Solid
|
### Font Awesome 5 Solid
|
||||||
* Number of icons: 995
|
* Number of icons: 995
|
||||||
* Author: Dave Gandy
|
* Author: Dave Gandy
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "iconify/json",
|
"name": "iconify/json",
|
||||||
"description": "Iconify icons collection in JSON format",
|
"description": "Iconify icons collection in JSON format",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"version": "1.1.173",
|
"version": "1.1.174",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://iconify.design/icon-sets/",
|
"homepage": "https://iconify.design/icon-sets/",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
2140
json/gg.json
Normal file
2140
json/gg.json
Normal file
File diff suppressed because it is too large
Load Diff
4660
json/la.json
Normal file
4660
json/la.json
Normal file
File diff suppressed because one or more lines are too long
@ -2,7 +2,7 @@
|
|||||||
"name": "@iconify/json",
|
"name": "@iconify/json",
|
||||||
"description": "Iconify icons collection in JSON format",
|
"description": "Iconify icons collection in JSON format",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "1.1.173",
|
"version": "1.1.174",
|
||||||
"homepage": "https://iconify.design/icon-sets/",
|
"homepage": "https://iconify.design/icon-sets/",
|
||||||
"main": "lib/finder.js",
|
"main": "lib/finder.js",
|
||||||
"bugs": "https://github.com/iconify/collections-json/issues",
|
"bugs": "https://github.com/iconify/collections-json/issues",
|
||||||
|
Loading…
Reference in New Issue
Block a user