Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charliewilco/justafewicons
🎉 just a few SVG icons with some styling and flexibility
https://github.com/charliewilco/justafewicons
Last synced: about 1 month ago
JSON representation
🎉 just a few SVG icons with some styling and flexibility
- Host: GitHub
- URL: https://github.com/charliewilco/justafewicons
- Owner: charliewilco
- Created: 2014-07-29T16:48:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T18:58:36.000Z (over 7 years ago)
- Last Synced: 2024-10-08T09:27:24.773Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://justafewicons.co
- Size: 5.41 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ![Just A Few Icons](https://s3.amazonaws.com/f.cl.ly/items/2j1i290g1I1C1h0c2q0y/justafewicons-header.png)
SVG Icons with Some Style
## Usage
Use all the icons in sprite or as inline images. I would recommend you use these with the `` method for SVG, defined [here](https://css-tricks.com/svg-symbol-good-choice-icons/). If you're using Gulp to build your icon sprite here's a reference.
So for example, if you wanted the reference that podcast icon in your markup you'd use this: `` and you'd be ready to go.
## Installation
Fork the repo, or download the [zip](https://github.com/charlespeters/justafewicons/zipball/master) or use Bower:
```
bower install justafewicons
```These are [available](https://www.dropbox.com/s/gtq69sqqnfaagi7/justafewicons.sketch?dl=0) as symbols for Sketch 3
## Development
Start here are read [_SVG Icon Systems with Gulp_](http://arwhd.co/2015/05/18/svg-gulp-workflow/) from ARWHD for the methodology.
Then, fork the repo, `git clone` your fork, `npm install` in the root and run `gulp`.
## Contributing
First off, you're awesome for wanting to contribute. Second, please take a second to go over a few things to make this process simpler for everyone. Third, you're awesome.
### Pull Requests
- [Fork](https://github.com/charlespeters/thunder#fork-destination-box) this repo.
- Push to your fork and submit a pull request.
- Please provide a short explanation of why you made the changes you made.### Issues
**Reduced test cases are required**. All bug reports and problem issues require a reduced test case. See [CSS Tricks - Reduced Test Cases](http://css-tricks.com/reduced-test-cases/) on why they _"are the absolute, ... number one way to troubleshoot bugs."_ Reduced test cases help you identify the issue at hand and understand your own code. On our side, they greatly reduce the amount of time spent resolving the issue.- A reduced test case is an isolated example that demonstrates the bug or issue.
- It contains the bare minimum HTML, CSS, and JavaScript required to demonstrate the bug. No extra functionality or styling.
- A link to your site is **not** a reduced test case.
- A [JSBin](http://jsbin.com/) or [CodePen](http://codepen.io) is preferred so we can help you fix an error.## License
MIT
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.