Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rhds/icons

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rhds/icons - npm Package Versions

1.1.2

Diff

Changelog

Source

1.1.2

Patch Changes

  • 9d88cea: Work better with JSPM generator (hopefully)
zeroedin
published 1.1.1 •

Changelog

Source

1.1.1

Patch Changes

  • 75be1a6: Fixed package exports
zeroedin
published 1.1.0 •

Changelog

Source

1.1.0

Minor Changes

  • 084c0a5: Adds JavaScript module, which exports each icon set as a map of icon names to SVG DOM nodes.

    import * as Icons from "@rhds/icons";
    
    document.body.append(Icons.social.get("rss"));
    document.body.append(Icons.standard.get("api"));
    

    ⚠️ WARNING: The JavaScript module loads every available icon. Importing it to your project may negatively impact page loading performance.

    TypeScript users may import the IconSetName and IconNameFor types to ensure their projects use the correct string names.

    import type { IconSetName, IconNameFor } from "@rhds/icons";
    
    const iconSet: IconSetName = "social";
    const iconName: IconNameFor<"social"> = "email";
    

Patch Changes

  • b098f96: Corrected icon export path from ./dist/{{set}}/* to ./{{set}}/*
zeroedin
published 1.0.0 •

Changelog

Source

1.0.0

Major Changes

  • d7bd841: ✨ Added Official Red Hat Brand Icons

    848 icons, in 4 sets: Microns, Social, Standard, and UI.

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