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

@airbnb/lunar-icons

Package Overview
Dependencies
Maintainers
7
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airbnb/lunar-icons

Icons for Lunar.

  • 3.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
98
decreased by-45.86%
Maintainers
7
Weekly downloads
 
Created
Source

Lunar Icons

Collection of Material design UI icons.

yarn add @airbnb/lunar-icons

Usage

Icons are grouped into the following categories: general (common objects and symbols), interface (user interface elements), and social (companies and products). Icon names are prefixed with "Icon" and can be imported from their category folder.

import IconCheck from '@airbnb/lunar-icons/lib/interface/IconCheck';

Icon components support the following props:

  • accessibilityLabel (string) - Label to provide accessibility controls.
  • decorative (bool) - Icon is decorative only and does not require accessibility controls.
  • size (number | string) - Size of the icon (em is preferred). Default is "1em".
  • color (string) - Custom CSS hexcode or name to color the icon SVG with.
  • inline (bool) - Display the component inline instead of block.

accessibilityLabel or decorative is required, but not both.

FAQs

Package last updated on 07 Apr 2020

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