Skip to content
How to use our pictograms in code.

Our pictograms are published as a separate package, and thus not available in the main @pleo-io/telescope. To add them to your project or package run:

pnpm add @pleo-io/telescope-pictograms

Simply import pictograms from the package, like so:

import {Backpack} from '@pleo-io/telescope-pictograms'

Then use them, like so:

On this page