extra-tabler-icons
v0.1.0
Published
Adapted icons to complement Tabler Icons.
Downloads
3
Readme
extra-tabler-icons
Adapted icons to complement Tabler Icons.
- Source code
- npm package
- Licenses
- Package Phobia
- bundlejs
- npm trends
- Snyk Advisor
- Visualization of npm dependencies
Available icons
Based on Tabler Icons v3.14.0
Brands
- Feedzai:
feedzai.svg
- https://feedzai.com/newsroom/
- JupyterLab:
jupyterlab.svg
- https://github.com/tabler/tabler-icons/blob/v3.14.0/icons/outline/dots.svg
- https://github.com/tabler/tabler-icons/blob/v3.14.0/icons/outline/brand-vue.svg
- https://github.com/catppuccin/vscode-icons/blob/v1.15.0/icons/frappe/jupyter.svg
Two-letter icons
- Codeberg:
cb.svg
- https://github.com/tabler/tabler-icons/blob/v3.14.0/icons/outline/letter-c-small.svg
- https://github.com/tabler/tabler-icons/blob/v3.14.0/icons/outline/letter-b-small.svg
- GitHub:
gh.svg
- https://github.com/tabler/tabler-icons/blob/v3.14.0/icons/outline/letter-g-small.svg
- https://github.com/tabler/tabler-icons/blob/v3.14.0/icons/outline/letter-h-small.svg
- GitLab:
gl.svg
- https://github.com/tabler/tabler-icons/blob/v3.14.0/icons/outline/letter-g-small.svg
- https://github.com/tabler/tabler-icons/blob/v3.14.0/icons/outline/letter-l-small.svg
- Hugging Face:
hf.svg
- https://github.com/tabler/tabler-icons/blob/v3.14.0/icons/outline/letter-h-small.svg
- https://github.com/tabler/tabler-icons/blob/v3.14.0/icons/outline/letter-f-small.svg
Development
Install fnm (if necessary).
fnm install && fnm use && node --version && npm --version
npm install
npm run dev
npm run lint
npm run format
Deployment
npm pack --dry-run
npm version patch
npm version minor
npm version major
echo "v$(npm pkg get version | tr -d \")" | pbcopy
- Commit and push changes.
- Create a tag on GitHub Desktop.
- Check GitLab.
npm login
npm publish
- Check npm.