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

emblematic-icons

Package Overview
Dependencies
Maintainers
14
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emblematic-icons - npm Package Compare versions

Comparing version 0.14.3 to 0.14.4

2

package.json
{
"name": "emblematic-icons",
"version": "0.14.3",
"version": "0.14.4",
"description": "A set of pixel-perfect icons tailored for the web",

@@ -5,0 +5,0 @@ "repository": {

@@ -5,2 +5,11 @@ <img src="https://avatars1.githubusercontent.com/u/3846050?v=4&s=127" width="127px" height="127px" align="left"/>

> A set of icons tailored for Pagar.me
Um conjunto de ícones adaptados para uso com produtos Pagar.me
## Como adicionar um ícone novo
- Adicione o arquivo `.svg` na pasta `svgs`
- Certifique-se que na tag `<svg>` existam as propriedades `fill="none"` e `viewBox`, essa populada com valores correspondentes ao `width` e `height` do vetor. Exemplo: `<svg width="24" height="24" viewBox="0 0 24 24" fill="none">`
- Certifique-se que na path exista a propriedade `fill="currentColor"`
Essas configurações são importantes para garantir que os ícones escalem corretamente e que sua cor seja consistente com o resto dos ícones.

Sorry, the diff of this file is not supported yet

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