Iconify icon finder is a package for searching and browsing icons. It uses Iconify API as a source, providing access to over 100,000 icons.
This package is a base package for creating custom icon pickers. It contains working application, all you need to do is configure it and change main file.
Steps:
- Fork this repository.
- Rename it in
package.json
. - (Optional) Change configuration in various config files located in
src/icon-finder/config/
. - Edit
src/icon-finder/index.ts
(main entry). - (Optional) Configure build process in
build/config.js
. - Run
npm run build
to build project.
See demo/index.html
for usage example. Change it as needed.
See Icon Finder documentation for details.
Documentation is designed to help you build custom Icon Finder implementation. It is very technical and requires good knowledge of Node.js
Iconify Icon Finder 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
© 2020, 2021 Iconify OÜ