2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-06 07:20:40 +00:00

Publish Iconify Core

This commit is contained in:
Vjacheslav Trushkin 2020-04-28 14:27:58 +03:00
parent ed0451d8b6
commit c51a51e556
4 changed files with 36 additions and 2 deletions

View File

@ -2,4 +2,3 @@
node_modules
tests-compiled
lib
dist

6
packages/core/.npmignore Normal file
View File

@ -0,0 +1,6 @@
.DS_Store
tsconfig.json
node_modules
tests
tests-compiled
src

30
packages/core/README.md Normal file
View File

@ -0,0 +1,30 @@
# Iconify Core
Iconify is the most versatile icon framework.
- Unified icon framework that can be used with any icon library.
- Out of the box includes 60+ icon sets with 50,000 icons.
- Embed icons in HTML with SVG framework or components for front-end frameworks.
- Embed icons in designs with plug-ins for Figma, Sketch and Adobe XD.
- Add icon search to your applications with Iconify Icon Finder.
For more information visit [https://iconify.design/](https://iconify.design/).
Iconify Core contains code shared among various Iconify implementations.
## Documentation
Documentation is currently not available because there is no demand for it.
If anyone would like to create custom Iconify implementation and needs documentation for Iconify Core, please create an issue on Iconify repository on GitHub.
## License
Iconify is dual-licensed under Apache 2.0 and GPL 2.0 license. You may select, at your option, one of the above-listed licenses.
`SPDX-License-Identifier: Apache-2.0 OR GPL-2.0`
This license does not apply to icons. Icons are released under different licenses, see each icon set for details.
Icons available by default are all licensed under some kind of open-source or free license.
© 2020 Vjacheslav Trushkin

View File

@ -1,6 +1,5 @@
{
"name": "@iconify/core",
"private": true,
"description": "Reusable files used by multiple Iconify packages",
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)",
"version": "1.0.0-beta.0",