import { ZPictogram_Props } from '@zurich/dev-utils/code/Pictogram'; export type Pictogram_StyleProps = { /** ## Pictogram * --- * ### References: * - #### [![](./SB.png) Documentation](./atoms/pictogram) * - #### [![](./SB.png) Pictograms catalog](https://zds.zurich.com/foundations/pictograms.md) */ 'z-pictogram'?: true | ''; /** ## Pictogram * * The parameter `z-pictogram` defines the name of the pictogram that we want to show. Possible values are: * `career-goal`, `championship`, etc. Check the [pictograms catalog](https://zds.zurich.com/foundations/pictograms.md) to see all the values * * --- * ### Examples: * - `career-goal`: * ```html *
* ``` * ![example_1](./atoms/Pictogram/PictogramCareerGoal.png) * * - `championship`: * ```html *
* ``` * ![example_2](./atoms/Pictogram/PictogramChampionship.png) * */ 'pictogram'?: ZPictogram_Props['pictogram']; };