Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rickyzhangca/octicons-extended

A handcrafted extension to GitHub’s beautiful Octicons.
https://github.com/rickyzhangca/octicons-extended

github icons iconset nodejs octicons primer react

Last synced: about 2 months ago
JSON representation

A handcrafted extension to GitHub’s beautiful Octicons.

Awesome Lists containing this project

README

        

![light-mode](https://user-images.githubusercontent.com/16908811/189388116-76fdda7f-ca1c-4b39-800e-272a8c985975.png#gh-light-mode-only)

![dark-mode](https://user-images.githubusercontent.com/16908811/189388072-c2687f9e-a2bb-4d5b-b14f-ad9bc74a1036.png#gh-dark-mode-only)

# Octicons Extended

A handcrafted extension to GitHub’s beautiful Octicons.

## Libraries

This repository contains several libraries just like the original Octicons. Each of them is in the `lib/` folder and gives access to Octicons Extended on a different platform/language.

The usage is almost identical to the original Octicons and all original icons are covered. Therefore, transferring from the Octicons to Octicons Extended requires minimal modifications to your existing code.

| Package | Version |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------- |
| **[octicons-extended](/libs/octicons_extended_node)**
Node.js package with JavaScript API | [![npm version](https://img.shields.io/npm/v/octicons-extended.svg)](https://www.npmjs.org/package/octicons-extended) |
| **[octicons-extended-react](/libs/octicons_extended_react)**
React Octicons Extended components | [![npm version](https://img.shields.io/npm/v/octicons-extended-react.svg)](https://www.npmjs.org/package/octicons-extended-react) |

## Contributing

### Feedback, ideas, and bug reports

If you have feedback and ideas for improvement, open a new issue in this repo.

### Request a new icon

Icon requests are welcome! Don't hesitate providing an idea or a detailed example. To request a new icon, simply open an issue.

### Adding or updating an icon

Pipelines are being set up to make this easier. Meanwhile, just drop your icon into `icons/[one-of-the-categies]`. Make sure the filename is `[icon-name]-[icon-size].svg`. Then create a pull request.

## License

When using the GitHub logos, be sure to follow the [GitHub logo guidelines](https://github.com/logos).

_Code License:_ [MIT](./LICENSE)
Applies to all other files