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

Rename GitHub organization from iconify-design to iconify

This commit is contained in:
Vjacheslav Trushkin 2019-05-07 10:03:51 +03:00
parent 46b94f46c7
commit 532c09391e
2 changed files with 6 additions and 6 deletions

View File

@ -5,9 +5,9 @@
"version": "1.0.104", "version": "1.0.104",
"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-design/collections-json/issues", "bugs": "https://github.com/iconify/collections-json/issues",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+ssh://git@github.com/iconify-design/collections-json.git" "url": "git+ssh://git@github.com/iconify/collections-json.git"
} }
} }

View File

@ -2,9 +2,9 @@
This is collection of SVG icons created by various authors, released under various free licenses. Some collections require attribution when used for commercial purposes. See [collections.md](./collections.md) for list of collections and their licenses. This is collection of SVG icons created by various authors, released under various free licenses. Some collections require attribution when used for commercial purposes. See [collections.md](./collections.md) for list of collections and their licenses.
All SVG icons have been cleaned up. Content has been optimized, colors for monotone icons have been replaced with currentColor, ready to be inserted in HTML. Tools used for creating this collection are available on [Iconify GitHub repository](https://github.com/iconify-design), more specifically [@iconify/tools](https://github.com/iconify-design/tools). You can use it to create your own JSON packages from custom icon sets. All SVG icons have been cleaned up. Content has been optimized, colors for monotone icons have been replaced with currentColor, ready to be inserted in HTML. Tools used for creating this collection are available on [Iconify GitHub repository](https://github.com/iconify), more specifically [@iconify/tools](https://github.com/iconify/tools). You can use it to create your own JSON packages from custom icon sets.
This library is intended to be used in packages that build components, such as [Iconify Tools](https://github.com/iconify-design/tools) and [Iconify React](https://github.com/iconify-design/iconify-react). This library is intended to be used in packages that build components, such as [Iconify Tools](https://github.com/iconify/tools) and [Iconify React](https://github.com/iconify/iconify-react).
Repository is updated daily by fully automated script, so it always contains latest icons from various sources. Repository is updated daily by fully automated script, so it always contains latest icons from various sources.
@ -71,7 +71,7 @@ Icons used by Iconify are in directory json, in Iconify JSON format.
Why JSON instead of SVG? To load images in bulk. Why JSON instead of SVG? To load images in bulk.
If you need individual SVG images, you can generate them using Iconify JSON Tools. See instructions for [PHP version](https://github.com/iconify-design/json-tools.php) or [Node.js version](https://github.com/iconify-design/json-tools.js). If you need individual SVG images, you can generate them using Iconify JSON Tools. See instructions for [PHP version](https://github.com/iconify/json-tools.php) or [Node.js version](https://github.com/iconify/json-tools.js).
Format of json file is very simple: Format of json file is very simple:
@ -116,7 +116,7 @@ For more information see developer documentation on [https://iconify.design/docs
## Extracting individual SVG icons ## Extracting individual SVG icons
See JSON tools readme for instructions for [PHP](https://github.com/iconify-design/json-tools.php) or [Node.js](https://github.com/iconify-design/json-tools.js). See JSON tools readme for instructions for [PHP](https://github.com/iconify/json-tools.php) or [Node.js](https://github.com/iconify/json-tools.js).
``` ```
const fs = require('fs'); const fs = require('fs');