https://github.com/metalsmith/branding
A branding set of SVG's, PNG's, and iconfont for metalsmith.
https://github.com/metalsmith/branding
Last synced: over 1 year ago
JSON representation
A branding set of SVG's, PNG's, and iconfont for metalsmith.
- Host: GitHub
- URL: https://github.com/metalsmith/branding
- Owner: metalsmith
- License: mit
- Created: 2014-03-02T22:56:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T00:16:06.000Z (over 4 years ago)
- Last Synced: 2025-01-17T02:11:33.674Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 331 KB
- Stars: 3
- Watchers: 12
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Metalsmith branding
A branding set of SVG's, PNG's, and iconfont for metalsmith.
SVG's with a `-web` suffix have the `fill:currentColor`, so they can easily be changed by specifying `color` on a parent element.
## Installation
```
git clone https://github.com/metalsmith/branding.git
npm install
```
## Usage
Use [`icons/view.html`](icons/view.html) to find a suiting icon for your plugin.
Use [`images/view.html`](images/view.html) to see all available images.
Use any of the images for your metalsmith-related blog posts, pipeline process avatars, or presentations.
The `images/svg/inline` are for developers, and have `fill` set to `currentColor`.
### For developers
View & search metalsmith icons
```
npm run view:icons
```
View & search metalsmith logo variants
```
npm run view:images
```
The [`images/icon`](images/icon) files are generated with [realfavicongenerator](https://realfavicongenerator.net) from the `source.svg` file.
## License
This repository is licensed under [MIT](LICENSE), however the individual images are CC-BY-SA.
You are free to use them in any way you see fit, but please do not republish them in non-metalsmith-related contexts.