Socket
Socket
Sign inDemoInstall

@airbnb/lunar-icons

Package Overview
Dependencies
9
Maintainers
7
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @airbnb/lunar-icons

Icons for Lunar.


Version published
Weekly downloads
362
increased by241.51%
Maintainers
7
Install size
1.68 MB
Created
Weekly downloads
 

Readme

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

Last updated on 07 Apr 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc