Thanks to visit codestin.com
Credit goes to github.com

Skip to content

richard-cox/icons

 
 

Repository files navigation

Rancher Icons

Icons for the legacy Ember UI are in the ember branch of this repository.

Icons used by the Rancher Dashboard UI.

You can preview the icons available here: https://rancher.github.io/icons/

To build the icon font:

  • yarn install
  • yarn build

The font files are generated in the 'dist' folder.

You can open the file index.html in the dist folder to view the available icons.

Updating the Icon Font

  1. Add any new SVGs to the svg folder
  2. Update the version number in package.json
  3. Commit the changes to this repository
  4. Build and upload the font by running yarn run upload

Developing locally

You may want to add icons to the icon set and validate things are working correctly before publishng a new icon font.

You can to this by checking out the Rancher Dashboard UI, building the icon font using yarn build and then use yarn copy [PATH] where [PATH] is the path to your local checkout of the Dashbord repository. The copy script will copy the built font into the node_modules/rancher-icons folder of Dashboard.

About

Icon font for Rancher UI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • EJS 42.4%
  • JavaScript 30.6%
  • SCSS 16.3%
  • Shell 10.7%