import { ZPictogram_Props } from '@zurich/dev-utils/code/Pictogram'; export type Pictogram_StyleProps = { /** ## Pictogram * --- * ### References: * - #### [ Documentation](./atoms/pictogram) * - #### [ 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 *
* ``` *  * * - `championship`: * ```html * * ``` *  * */ 'pictogram'?: ZPictogram_Props['pictogram']; };