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

@vivareal/lina-icons

Package Overview
Dependencies
Maintainers
59
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivareal/lina-icons

> TODO: description

  • 1.9.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
179
decreased by-39.93%
Maintainers
59
Weekly downloads
 
Created
Source

@vivareal/lina-icons

The design system iconography

Using in your project

Install it as a dependency

npm install --save @vivareal/lina-icons

This is a private repo, so you'll need to be logged in NPM in order to install it. Also, you have to be part of vivareal organization at NPM. If you're not, please ask at Slack's #guild-front channel to be added =)

Usage

With icAdd being one of the available icons:

import { icAdd } from "@vivareal/lina-icons"

icAdd will be the svg markup.


Running the documentation locally

Install dependencies

Go to root folder and then

make install

Run vuepress in dev mode

make docs-dev

It will start the vuepress dev-server and write the url on your terminal.


Contributing

Add a new icon

Please check with the Design Ops team at #squad-zap-design-ops if it's ok to add the icon to the library, after that, just follow those steps:

Add the svg file to src/images folder and then build the project.

Please pay attention to two things:

  • The name of the file should be the name of the icon on Figma.
  • The fill property of the svg, should be currentColor, to make the icon flexible enough to be rendered in any color.

Build the project

make build

This will run svgo to optimize the icons and write them to dist/images folder. Also, it will use rollup to bundle the icons together and export them as cjs and esm to be later imported and tree shook by the consumer project.

When the build process is done, open the pull request and wait for the approval.

Release

Releases are managed by Lerna. Please check the root's README for more infos.

FAQs

Package last updated on 12 Apr 2021

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