🚀 DAY 2 OF LAUNCH WEEK: Announcing Socket Certified Patches: One-Click Fixes for Vulnerable Dependencies.Learn more →
Socket
Book a DemoInstallSign in
Socket

@77sol/icons

Package Overview
Dependencies
Maintainers
7
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@77sol/icons

77Sol icons library

latest
Source
npmnpm
Version
1.0.30
Version published
Maintainers
7
Created
Source

77Sol icons library

Instalação

npm install @77sol/icons --save-dev

Adicionar Ă­cones

  • Adicionar o arquivo .svg na pasta /icons
  • Adicionar o export no mesmo padrĂŁo dos já existentes no arquivo index.js
  • Verificar sempre se:
    • Tag <svg> possui a propriedade viewBox e fill="none" e nĂŁo possui propriedade width e height
    • Tag <g> nĂŁo possui a propriedade clip-path
    • Tag <path> possui a propriedade fill="currentColor"

Publicar no npm

  • Fazer o bump da versĂŁo no package.json
  • Rodar npm run build
  • Rodar npm publish

FAQs

Package last updated on 07 May 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