How to use the @clr/icons.ClarityIcons.get function in @clr/icons

To help you get started, we’ve selected a few @clr/icons examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github RackHD / on-web-ui / src / app / app.component.ts View on Github external
constructor( ) {
    // call ClarityIcons for once to include ClarityIcons js when packing.
    // in the future we will need to add customized icons
    // a service will be created for such needs and ClarityIcons will be called
    // in the service. Here will just be left a service calling.
    ClarityIcons.get();
  }

@clr/icons

Custom Element Icons for Clarity

MIT
Latest version published 3 years ago

Package Health Score

59 / 100
Full package analysis

Similar packages