Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-icons

Package Overview
Dependencies
Maintainers
3
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-icons

A common package of Essential JS 2 base64 embed icons library


Version published
Weekly downloads
182K
increased by3.07%
Maintainers
3
Weekly downloads
 
Created

What is @syncfusion/ej2-icons?

@syncfusion/ej2-icons is a package that provides a collection of essential icons for web applications. These icons are designed to be used with Syncfusion's Essential JS 2 framework, but they can also be used independently in any web project.

What are @syncfusion/ej2-icons's main functionalities?

Basic Icon Usage

This code snippet demonstrates how to use a basic icon from the @syncfusion/ej2-icons package. The 'e-icons' class is used to apply the icon font, and 'e-home' specifies the particular icon to display.

<i class='e-icons e-home'></i>

Customizing Icon Size

This example shows how to customize the size of an icon. By applying inline CSS, you can change the 'font-size' property to make the icon larger or smaller.

<i class='e-icons e-home' style='font-size: 24px;'></i>

Changing Icon Color

This snippet demonstrates how to change the color of an icon. By using inline CSS, you can set the 'color' property to any valid CSS color value.

<i class='e-icons e-home' style='color: red;'></i>

Other packages similar to @syncfusion/ej2-icons

Keywords

FAQs

Package last updated on 13 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc