init
This commit is contained in:
21
static/Vvvebjs/resources/svg/icons/octicons/LICENSE
Normal file
21
static/Vvvebjs/resources/svg/icons/octicons/LICENSE
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2022 GitHub Inc.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
62
static/Vvvebjs/resources/svg/icons/octicons/README.md
Normal file
62
static/Vvvebjs/resources/svg/icons/octicons/README.md
Normal file
@@ -0,0 +1,62 @@
|
||||

|
||||

|
||||
<br>
|
||||
<br>
|
||||
<h1 align="center">Octicons</h1>
|
||||
|
||||
<p align="center">Octicons are a set of SVG icons built by GitHub for GitHub.</p>
|
||||
|
||||
<p align="center">
|
||||
<a aria-label="build status" href="https://github.com/primer/octicons/actions/workflows/ci.yml">
|
||||
<img alt="" src="https://github.com/primer/octicons/actions/workflows/ci.yml/badge.svg?branch=main&event=push">
|
||||
</a>
|
||||
<a aria-label="publish status" href="https://github.com/primer/octicons/actions/workflows/publish.yml">
|
||||
<img alt="" src="https://github.com/primer/octicons/actions/workflows/publish.yml/badge.svg">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
## Libraries
|
||||
|
||||
This repository contains several libraries. Each of them is in the `lib/` folder and gives access to Octicons on a different platform/language.
|
||||
|
||||
### JavaScript
|
||||
|
||||
The octicons node.js library is the main JavaScript library. With [a JavaScript API](/lib/octicons_node/README.md) that can be used in a variety of applications.
|
||||
|
||||
| Package | Version |
|
||||
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| **[@primer/octicons](/lib/octicons_node)** <br />Node.js package with Javascript API | [](https://www.npmjs.org/package/@primer/octicons) |
|
||||
| **[@primer/octicons-react](/lib/octicons_react)** <br />React Octicons components | [](https://www.npmjs.org/package/@primer/octicons-react) |
|
||||
| **[@primer/styled-octicons](/lib/octicons_styled)** <br />React Octicons components with Styled System props | [](https://www.npmjs.org/package/@primer/styled-octicons) |
|
||||
|
||||
|
||||
### Ruby
|
||||
|
||||
| Package | Version |
|
||||
| ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
|
||||
| **[octicons](/lib/octicons_gem)** <br />Ruby gem with Ruby API | [](https://rubygems.org/gems/octicons) |
|
||||
| [octicons_helper](/lib/octicons_helper)<br />Rails helper for using octicons | [](https://rubygems.org/gems/octicons_helper) |
|
||||
| [jekyll-octicons](/lib/octicons_jekyll)<br />Jekyll plugin for using octicons | [](https://rubygems.org/gems/jekyll-octicons) |
|
||||
|
||||
## Contributing
|
||||
|
||||
### Feedback, ideas, and bug reports
|
||||
|
||||
If you have feedback and ideas for improvement, open a new issue in this repo, using the appropriate [issue template](https://github.com/primer/octicons/issues/new/choose).
|
||||
|
||||
### Request a new icon (GitHub staff only)
|
||||
|
||||
To request a new icon, open an issue using the [icon request](https://github.com/github/primer/issues/new?assignees=ashygee&labels=octicon%2C+request&template=2-icon-request.md&title=%5BIcon+request%5D+) template in github/primer.
|
||||
|
||||
### Adding or updating an icon
|
||||
|
||||
Read through our [contributing guide](./CONTRIBUTING.md#adding-or-updating-icons) if you want to add or update icons.
|
||||
|
||||
## License
|
||||
|
||||
(c) GitHub, Inc.
|
||||
|
||||
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
|
||||
68
static/Vvvebjs/resources/svg/icons/octicons/index.html
Normal file
68
static/Vvvebjs/resources/svg/icons/octicons/index.html
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user