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

contiamo-icons

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contiamo-icons

Contiamo icons collection

  • 0.1.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Contiamo Icons collection

Netlify Status

This repository regroups all Contiamo® Icons.

How to add a new icon?

  1. Create a new branch git checkout -b name-of-my-branch

  2. Add a svg file in ./svg folder.

Each file must be in PascalCase, the name of the file will become the name of the icon (/svg/Add.svg will become <Icon.Add />)

  1. Commit the change git commit -am "Add my beautiful icon!"

  2. Push to github git push origin name-of-my-branch

  3. Create a new pull request on github

That's it! Everything else is fully automated :tada:

Semantic versioning

This repository is following the semver convention.

To simplify:

  • Patch an existing icon -> bump the patch number
  • Add a new icon -> bump the minor number
  • Delete or rename an icon -> bump the major number

How is it working?

Everything works on CI, each push to master call npm run build and produce every Icon.{name} react components from the svg folder sources.

You can see all implementation details into build.ts

Keywords

FAQs

Package last updated on 24 May 2019

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