Socket
Socket
Sign inDemoInstall

genesys-dev-icons

Package Overview
Dependencies
Maintainers
2
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

genesys-dev-icons

This project amalgamates public-facing Genesys brand icons, Genesys product icons, and general application iconography into a packaged icon library.


Version published
Weekly downloads
52
decreased by-80.74%
Maintainers
2
Weekly downloads
 
Created
Source

Genesys Dev Icon Pack

This project amalgamates public-facing Genesys brand icons, Genesys product icons, and general application iconography into a packaged icon library.

Documentation: https://purecloudlabs.github.io/genesys-dev-icon-pack/

Quick Start

Install from NPM

npm i genesys-dev-icons

Use an Icon in React

import React from 'react';
import { GenesysDevIcon, GenesysDevIcons } from 'genesys-dev-icons';

export default function MyComponent() {
  return (
    <div>
      <GenesysDevIcon icon={GenesysDevIcons.AppPlusSolid} />
    </div>
  );
}

Use an Icon in HTML

<i class="icon app-plus-solid"></i>

FAQs

Package last updated on 27 Sep 2022

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