GitXplorerGitXplorer
v

Material-Icons

public
3 stars
0 forks
2 issues

Commits

List of commits on branch main.
Verified
42770e5cf1ae6fe43b7539abeae008bab89bd2cf

update deps

vvineelsai26 committed a year ago
Verified
96ff7ac24288d3dde31620d863914c700f0e4a5d

Merge pull request #1 from vineelsai26/dependabot/npm_and_yarn/http-cache-semantics-4.1.1

vvineelsai26 committed 2 years ago
Verified
256ee784b13a693806f10c054d6baf9a9528586f

Bump http-cache-semantics from 4.1.0 to 4.1.1

ddependabot[bot] committed 2 years ago
Verified
31c6c0ff7ad3f9327fe8a0c7c3030b2b9e6bbd34

move table to ICONS.md

vvineelsai26 committed 2 years ago
Verified
d793273b5f4234309e475803356c70a80e524e44

remove icons and add links to icons

vvineelsai26 committed 2 years ago
Verified
846e46bb6b92e8bfea45d92e4d3fef96338a6a20

add icons to readme

vvineelsai26 committed 2 years ago

README

The README file for this repository.
Logo

Material Icons

A simple website to use material design icons as urls
Explore the docs »

Report Bug · Request Feature

Usage

Basic Url Structure

  • Basic structure of the url
https://material.vineelsai.com/<Icon Name>?type=<Type of Icon>

Examples

  • 1k filled icon

1k filled icon

https://material.vineelsai.com/1k?type=filled

or

https://material.vineelsai.com/1k
  • 1k outlined icon

1k outlined icon

https://material.vineelsai.com/1k?type=outlined
  • 1k round icon

1k round icon

https://material.vineelsai.com/1k?type=round
  • 1k sharp icon

1k sharp icon

https://material.vineelsai.com/1k?type=sharp
  • 1k two tone icon

1k two tone icon

https://material.vineelsai.com/1k?type=two_tone

Available Icons

Technical Details

Built With

Running Locally

Prerequisites

  • Node.js - latest LTS should work fine
  • Yarn - I use version 3 older versions should work as well

Installation

  • Fork the repo

  • Clone the repo

    git clone https://github.com/your_username/Material-Icons
  • Install dependencies

    yarn install
  • Run the wrangler dev server

    yarn dev

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE.md for more information.

Contact