The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/packages/grafana-icons
renovate[bot] c62bc501d3
Update dependency @types/node to v22.10.9 (#99413)
4 months ago
..
src React: Use new JSX transform (#88802) 11 months ago
svg Chore: update Asserts menu icon again (#95522) 7 months ago
templates React: Use new JSX transform (#88802) 11 months ago
.gitignore
.svgrrc.cjs Saga-icons: Switch to ESM (#84875) 1 year ago
CHANGELOG.md
LICENSE_APACHE2
README.md
package.json Update dependency @types/node to v22.10.9 (#99413) 4 months ago
project.json Build: Nx improvements (#88341) 7 months ago
rollup.config.ts Fix: Prevent import errors caused by Rollup 4 (#93903) 8 months ago
tsconfig.build.json
tsconfig.json React: Use new JSX transform (#88802) 11 months ago

README.md

Grafana Saga Icons

This package contains the icon React components used in Grafana and Grafana plugins.

Uploading a new icon

To add a new icon to the library, open a PR which adds the SVG file for the icon into the svg directory. The file should be named with the icon name in kebab-case. For example, if the icon name is MyIcon, the file should be named my-icon.svg. Once the PR is merged, the icon will be automatically generated and added to the library.

Development

  1. Clone the repository
  2. Run yarn install
  3. After the installation, the icon components can be found in the src/icons-gen directory.
  4. To regenerate/update the components, run yarn generate.