2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-11-22 12:35:12 +00:00

Add Teenyicons

This commit is contained in:
Vjacheslav Trushkin 2020-09-03 09:53:05 +03:00
parent 0e2f6cd4da
commit 2d747c3c8d
5 changed files with 3612 additions and 2 deletions

View File

@ -261,6 +261,23 @@
"palette": "Colorless", "palette": "Colorless",
"category": "General" "category": "General"
}, },
"teenyicons": {
"name": "Teenyicons",
"total": 1174,
"author": "smhmd",
"url": "https://github.com/teenyicons/teenyicons",
"license": "MIT",
"licenseURL": "https://github.com/teenyicons/teenyicons/blob/master/LICENSE",
"height": 15,
"samples": [
"face-id-solid",
"user-outline",
"page-break-outline"
],
"version": "0.3.0",
"palette": "Colorless",
"category": "General"
},
"fa-solid": { "fa-solid": {
"name": "Font Awesome 5 Solid", "name": "Font Awesome 5 Solid",
"total": 999, "total": 999,

View File

@ -151,6 +151,16 @@
* Palette: Colorless * Palette: Colorless
### Teenyicons
* Number of icons: 1174
* Author: smhmd
* URL: https://github.com/teenyicons/teenyicons
* License: MIT
* License URL: https://github.com/teenyicons/teenyicons/blob/master/LICENSE
* Version: 0.3.0
* Palette: Colorless
### Font Awesome 5 Solid ### Font Awesome 5 Solid
* Number of icons: 999 * Number of icons: 999
* Author: Dave Gandy * Author: Dave Gandy

View File

@ -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.217", "version": "1.1.218",
"license": "MIT", "license": "MIT",
"homepage": "https://iconify.design/icon-sets/", "homepage": "https://iconify.design/icon-sets/",
"autoload": { "autoload": {

3583
json/teenyicons.json Normal file

File diff suppressed because one or more lines are too long

View File

@ -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.217", "version": "1.1.218",
"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",