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

@lunit/design-system-icons

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lunit/design-system-icons

Icons for Lunit design system

  • 2.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
67
decreased by-19.28%
Maintainers
0
Weekly downloads
 
Created
Source

Lunit Design System Icons

npm (scoped)

User Guide

https://design-system-icons.d.lunit.io/

Developer Guide

Figma

Lunit Icons Figma: https://www.figma.com/design/tlomwt8dT0GWikKqzYH7TO/Lunit_Icons_v2.0.0?node-id=12135-6066

You can use SVG Export plugin to export SVGs with proper settings( Monochrome preset will fulfill it).

  • <svg> tag must not have any dimensions(width, height) to support fontSize props.
  • Any elements inside <svg> (like <path>) must not have own fill to support color props.

twotone is not supported currently.

Build & Publish

At repository root, the nx build @lunit/design-system-icons command generates components and stores them in generated/**/index.tsx files. These files are then used as entry points by Webpack.

You can publish the package with cd packages/design-system-icons && npm publish --access public.

Roadmap

  • Export SvgIcon wrapped components
  • Publish Storybook docs
  • Add all the design system icons
  • Support basic variants(outlined, filled)
  • Support two-tone variant
  • Export SVGs directly
  • Automated visual test with the Figma project

Support

SangYeob Yu(syyu@lunit.io)

FAQs

Package last updated on 03 Sep 2024

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