question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Using iconify offline

See original GitHub issue

I want to use iconify offline in a Nodejs app. However, I do not want to bundle only a few limited icons like how it is shown in https://iconify.design/docs/icon-bundles/.

I want iconify to work like how it works when it is online. Is there a way to do that? Can I specify a path or install a package, so iconify imports the icons on demand from the disk instead of downloading them?

The app is a tool-bar for Atom and provides a service for others to add buttons. Previously, we bundled some icon sets with the app, and others could choose the icon they wanted to show by just choosing the name.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
cyberaliencommented, Jul 28, 2020

See https://github.com/iconify/iconify/issues/30#issuecomment-664842764 for a simple icon bundling script.

It can be used to make custom icon bundles with full icon sets, so developer can use Iconify offline.

I’ll add it to documentation.

1reaction
cyberaliencommented, Aug 6, 2020

Added bundle script to documentation: https://docs.iconify.design/sources/bundles/examples/svg-framework-full.html

Script in documentation is more advanced than what I’ve posted above. It includes all common use cases and is easy to configure, so all you need to do is paste it in file, install dependencies, configure and run it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Iconify for Ember Offline Use
You can build icon bundles for icons that are used in your application, making icon data available offline. · You can use individual...
Read more >
Using web component without Iconify API
Offline use · You can build icon bundles for icons that are used in your application, making icon data available offline. · You...
Read more >
Iconify Icon Bundles
Offline use. Icon bundle is the easiest way to make Iconify icon component work without relying on API. Instead of loading icon data...
Read more >
gridicons:offline - Icon Sets • Iconify
IconifyIcon web component makes using icons as easy as icon fonts. To use "offline" in HTML, add this code to the document:.
Read more >
Iconify for React with API
Iconify for React is a basic component. It works offline and does not have any dependencies. Icon data is provided as parameter to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found