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
Jack Westbrook 0e73c4d387
Storybook: Bump to 8.1.6 (#88899)
2 years ago
..
src Saga-icons: Forward SVG attributes (#87138) 2 years ago
svg Icon: Remove hardcoded color from `ai` icon (#87996) 2 years ago
templates Saga-icons: Forward SVG attributes (#87138) 2 years ago
.gitignore
.svgrrc.cjs Saga-icons: Switch to ESM (#84875) 2 years ago
CHANGELOG.md
LICENSE_APACHE2
README.md
package.json Storybook: Bump to 8.1.6 (#88899) 2 years ago
rollup.config.ts Saga-icons: Add svgs (#85522) 2 years ago
tsconfig.build.json
tsconfig.json

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.