@porsche-design-system/components-react 4.5.0 → 4.6.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (289) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/bin/pds-skill.js +259 -0
  3. package/esm/lib/components/button.wrapper.d.ts +2 -2
  4. package/esm/lib/components/link.wrapper.d.ts +2 -2
  5. package/package.json +4 -3
  6. package/skill/SKILL.md +136 -0
  7. package/skill/references/components/p-accordion/examples/Default.tsx +24 -0
  8. package/skill/references/components/p-accordion/examples/InteractiveElementsInSummary.tsx +28 -0
  9. package/skill/references/components/p-accordion/examples/StickySummary.tsx +24 -0
  10. package/skill/references/components/p-accordion/p-accordion.md +95 -0
  11. package/skill/references/components/p-ai-tag/examples/Default.tsx +10 -0
  12. package/skill/references/components/p-ai-tag/examples/WithinCheckbox.tsx +30 -0
  13. package/skill/references/components/p-ai-tag/examples/WithinFormLabel.tsx +37 -0
  14. package/skill/references/components/p-ai-tag/examples/WithinImage.tsx +13 -0
  15. package/skill/references/components/p-ai-tag/examples/WithinInputSearch.tsx +12 -0
  16. package/skill/references/components/p-ai-tag/examples/WithinRadioGroup.tsx +29 -0
  17. package/skill/references/components/p-ai-tag/examples/WithinTable.tsx +91 -0
  18. package/skill/references/components/p-ai-tag/examples/WithinText.tsx +14 -0
  19. package/skill/references/components/p-ai-tag/p-ai-tag.md +47 -0
  20. package/skill/references/components/p-banner/examples/Customization.tsx +35 -0
  21. package/skill/references/components/p-banner/examples/Default.tsx +24 -0
  22. package/skill/references/components/p-banner/p-banner.md +92 -0
  23. package/skill/references/components/p-button/examples/Default.tsx +12 -0
  24. package/skill/references/components/p-button/examples/Form.tsx +28 -0
  25. package/skill/references/components/p-button/examples/FormAttribute.tsx +31 -0
  26. package/skill/references/components/p-button/p-button.md +118 -0
  27. package/skill/references/components/p-button-pure/examples/CustomClickableArea.tsx +12 -0
  28. package/skill/references/components/p-button-pure/examples/Default.tsx +12 -0
  29. package/skill/references/components/p-button-pure/examples/Form.tsx +28 -0
  30. package/skill/references/components/p-button-pure/examples/FormAttribute.tsx +32 -0
  31. package/skill/references/components/p-button-pure/p-button-pure.md +118 -0
  32. package/skill/references/components/p-button-tile/examples/ColorScheme.tsx +15 -0
  33. package/skill/references/components/p-button-tile/examples/Default.tsx +18 -0
  34. package/skill/references/components/p-button-tile/examples/FooterSlot.tsx +29 -0
  35. package/skill/references/components/p-button-tile/examples/Hyphens.tsx +33 -0
  36. package/skill/references/components/p-button-tile/examples/UiBehaviour.tsx +41 -0
  37. package/skill/references/components/p-button-tile/p-button-tile.md +115 -0
  38. package/skill/references/components/p-canvas/examples/Default.tsx +10 -0
  39. package/skill/references/components/p-canvas/p-canvas.md +91 -0
  40. package/skill/references/components/p-carousel/examples/Default.tsx +23 -0
  41. package/skill/references/components/p-carousel/examples/DynamicSlides.tsx +32 -0
  42. package/skill/references/components/p-carousel/examples/FlexibleWidths.tsx +29 -0
  43. package/skill/references/components/p-carousel/examples/FocusOnCenterSlide.tsx +56 -0
  44. package/skill/references/components/p-carousel/examples/Intl.tsx +20 -0
  45. package/skill/references/components/p-carousel/examples/JumpToSlide.tsx +42 -0
  46. package/skill/references/components/p-carousel/p-carousel.md +142 -0
  47. package/skill/references/components/p-checkbox/examples/Default.tsx +10 -0
  48. package/skill/references/components/p-checkbox/examples/Form.tsx +45 -0
  49. package/skill/references/components/p-checkbox/examples/Indeterminate.tsx +13 -0
  50. package/skill/references/components/p-checkbox/examples/Slots.tsx +54 -0
  51. package/skill/references/components/p-checkbox/examples/WrappedLabel.tsx +24 -0
  52. package/skill/references/components/p-checkbox/p-checkbox.md +122 -0
  53. package/skill/references/components/p-crest/examples/CustomClickableArea.tsx +10 -0
  54. package/skill/references/components/p-crest/examples/Default.tsx +10 -0
  55. package/skill/references/components/p-crest/examples/Link.tsx +10 -0
  56. package/skill/references/components/p-crest/p-crest.md +65 -0
  57. package/skill/references/components/p-display/examples/Color.tsx +12 -0
  58. package/skill/references/components/p-display/examples/Default.tsx +12 -0
  59. package/skill/references/components/p-display/examples/Semantics.tsx +18 -0
  60. package/skill/references/components/p-display/examples/Size.tsx +12 -0
  61. package/skill/references/components/p-display/examples/SizeResponsive.tsx +12 -0
  62. package/skill/references/components/p-display/p-display.md +78 -0
  63. package/skill/references/components/p-divider/examples/Default.tsx +10 -0
  64. package/skill/references/components/p-divider/examples/Responsive.tsx +12 -0
  65. package/skill/references/components/p-divider/examples/Vertical.tsx +12 -0
  66. package/skill/references/components/p-divider/p-divider.md +49 -0
  67. package/skill/references/components/p-drilldown/examples/CustomContent.tsx +164 -0
  68. package/skill/references/components/p-drilldown/examples/Default.tsx +117 -0
  69. package/skill/references/components/p-drilldown/p-drilldown.md +168 -0
  70. package/skill/references/components/p-fieldset/examples/Default.tsx +12 -0
  71. package/skill/references/components/p-fieldset/examples/Required.tsx +13 -0
  72. package/skill/references/components/p-fieldset/examples/SlottedLabel.tsx +15 -0
  73. package/skill/references/components/p-fieldset/examples/SlottedMessage.tsx +15 -0
  74. package/skill/references/components/p-fieldset/p-fieldset.md +88 -0
  75. package/skill/references/components/p-flag/examples/Default.tsx +10 -0
  76. package/skill/references/components/p-flag/examples/ResponsiveSize.tsx +10 -0
  77. package/skill/references/components/p-flag/examples/Size.tsx +13 -0
  78. package/skill/references/components/p-flag/examples/SizeCssVar.tsx +10 -0
  79. package/skill/references/components/p-flag/p-flag.md +68 -0
  80. package/skill/references/components/p-flyout/examples/CustomStyling.tsx +45 -0
  81. package/skill/references/components/p-flyout/examples/Default.tsx +42 -0
  82. package/skill/references/components/p-flyout/examples/Form.tsx +54 -0
  83. package/skill/references/components/p-flyout/examples/StickyTop.tsx +42 -0
  84. package/skill/references/components/p-flyout/p-flyout.md +128 -0
  85. package/skill/references/components/p-heading/examples/Color.tsx +12 -0
  86. package/skill/references/components/p-heading/examples/Default.tsx +12 -0
  87. package/skill/references/components/p-heading/examples/Semantics.tsx +18 -0
  88. package/skill/references/components/p-heading/p-heading.md +78 -0
  89. package/skill/references/components/p-icon/examples/Color.tsx +13 -0
  90. package/skill/references/components/p-icon/examples/ColorCssVar.tsx +10 -0
  91. package/skill/references/components/p-icon/examples/Custom.tsx +10 -0
  92. package/skill/references/components/p-icon/examples/Default.tsx +10 -0
  93. package/skill/references/components/p-icon/examples/Overview.tsx +588 -0
  94. package/skill/references/components/p-icon/examples/ResponsiveSize.tsx +10 -0
  95. package/skill/references/components/p-icon/examples/Size.tsx +13 -0
  96. package/skill/references/components/p-icon/examples/SizeCssVar.tsx +10 -0
  97. package/skill/references/components/p-icon/p-icon.md +88 -0
  98. package/skill/references/components/p-inline-notification/examples/ActionButton.tsx +25 -0
  99. package/skill/references/components/p-inline-notification/examples/Default.tsx +10 -0
  100. package/skill/references/components/p-inline-notification/examples/EventHandling.tsx +25 -0
  101. package/skill/references/components/p-inline-notification/p-inline-notification.md +74 -0
  102. package/skill/references/components/p-input-date/examples/Default.tsx +10 -0
  103. package/skill/references/components/p-input-date/examples/Form.tsx +45 -0
  104. package/skill/references/components/p-input-date/examples/Slots.tsx +41 -0
  105. package/skill/references/components/p-input-date/p-input-date.md +142 -0
  106. package/skill/references/components/p-input-email/examples/Default.tsx +10 -0
  107. package/skill/references/components/p-input-email/examples/Form.tsx +51 -0
  108. package/skill/references/components/p-input-email/examples/Slots.tsx +41 -0
  109. package/skill/references/components/p-input-email/p-input-email.md +146 -0
  110. package/skill/references/components/p-input-month/examples/Default.tsx +10 -0
  111. package/skill/references/components/p-input-month/examples/Form.tsx +45 -0
  112. package/skill/references/components/p-input-month/examples/Slots.tsx +41 -0
  113. package/skill/references/components/p-input-month/p-input-month.md +142 -0
  114. package/skill/references/components/p-input-number/examples/Default.tsx +10 -0
  115. package/skill/references/components/p-input-number/examples/Form.tsx +51 -0
  116. package/skill/references/components/p-input-number/examples/Slots.tsx +41 -0
  117. package/skill/references/components/p-input-number/p-input-number.md +150 -0
  118. package/skill/references/components/p-input-password/examples/Default.tsx +10 -0
  119. package/skill/references/components/p-input-password/examples/Form.tsx +51 -0
  120. package/skill/references/components/p-input-password/examples/Slots.tsx +39 -0
  121. package/skill/references/components/p-input-password/examples/Toggle.tsx +10 -0
  122. package/skill/references/components/p-input-password/p-input-password.md +145 -0
  123. package/skill/references/components/p-input-search/examples/AriaCombobox.tsx +35 -0
  124. package/skill/references/components/p-input-search/examples/Default.tsx +10 -0
  125. package/skill/references/components/p-input-search/examples/Form.tsx +52 -0
  126. package/skill/references/components/p-input-search/examples/Slots.tsx +41 -0
  127. package/skill/references/components/p-input-search/p-input-search.md +182 -0
  128. package/skill/references/components/p-input-tel/examples/Default.tsx +10 -0
  129. package/skill/references/components/p-input-tel/examples/Form.tsx +45 -0
  130. package/skill/references/components/p-input-tel/examples/Slots.tsx +41 -0
  131. package/skill/references/components/p-input-tel/p-input-tel.md +145 -0
  132. package/skill/references/components/p-input-text/examples/Controlled.tsx +36 -0
  133. package/skill/references/components/p-input-text/examples/Default.tsx +10 -0
  134. package/skill/references/components/p-input-text/examples/Form.tsx +45 -0
  135. package/skill/references/components/p-input-text/examples/Slots.tsx +41 -0
  136. package/skill/references/components/p-input-text/p-input-text.md +150 -0
  137. package/skill/references/components/p-input-time/examples/Default.tsx +10 -0
  138. package/skill/references/components/p-input-time/examples/Form.tsx +45 -0
  139. package/skill/references/components/p-input-time/examples/Slots.tsx +41 -0
  140. package/skill/references/components/p-input-time/p-input-time.md +144 -0
  141. package/skill/references/components/p-input-url/examples/Default.tsx +10 -0
  142. package/skill/references/components/p-input-url/examples/Form.tsx +45 -0
  143. package/skill/references/components/p-input-url/examples/Slots.tsx +41 -0
  144. package/skill/references/components/p-input-url/p-input-url.md +145 -0
  145. package/skill/references/components/p-input-week/examples/Default.tsx +10 -0
  146. package/skill/references/components/p-input-week/examples/Form.tsx +45 -0
  147. package/skill/references/components/p-input-week/examples/Slots.tsx +41 -0
  148. package/skill/references/components/p-input-week/p-input-week.md +142 -0
  149. package/skill/references/components/p-link/examples/Default.tsx +12 -0
  150. package/skill/references/components/p-link/examples/FrameworkRouting.tsx +14 -0
  151. package/skill/references/components/p-link/examples/Icon.tsx +17 -0
  152. package/skill/references/components/p-link/p-link.md +101 -0
  153. package/skill/references/components/p-link-pure/examples/CustomClickableArea.tsx +12 -0
  154. package/skill/references/components/p-link-pure/examples/Default.tsx +12 -0
  155. package/skill/references/components/p-link-pure/examples/FrameworkRouting.tsx +14 -0
  156. package/skill/references/components/p-link-pure/examples/Icon.tsx +17 -0
  157. package/skill/references/components/p-link-pure/p-link-pure.md +110 -0
  158. package/skill/references/components/p-link-tile/examples/ColorScheme.tsx +15 -0
  159. package/skill/references/components/p-link-tile/examples/Default.tsx +18 -0
  160. package/skill/references/components/p-link-tile/examples/FooterSlot.tsx +29 -0
  161. package/skill/references/components/p-link-tile/examples/Hyphens.tsx +34 -0
  162. package/skill/references/components/p-link-tile/examples/UiBehaviour.tsx +41 -0
  163. package/skill/references/components/p-link-tile/examples/WithVideo.tsx +15 -0
  164. package/skill/references/components/p-link-tile/p-link-tile.md +105 -0
  165. package/skill/references/components/p-link-tile-product/examples/Default.tsx +22 -0
  166. package/skill/references/components/p-link-tile-product/examples/FrameworkRouting.tsx +25 -0
  167. package/skill/references/components/p-link-tile-product/p-link-tile-product.md +93 -0
  168. package/skill/references/components/p-modal/examples/AlertDialog.tsx +39 -0
  169. package/skill/references/components/p-modal/examples/CustomStyling.tsx +26 -0
  170. package/skill/references/components/p-modal/examples/Default.tsx +39 -0
  171. package/skill/references/components/p-modal/examples/Scrollable.tsx +43 -0
  172. package/skill/references/components/p-modal/p-modal.md +135 -0
  173. package/skill/references/components/p-model-signature/examples/CustomStyling.tsx +14 -0
  174. package/skill/references/components/p-model-signature/examples/Default.tsx +10 -0
  175. package/skill/references/components/p-model-signature/examples/MaskBlendMode.tsx +32 -0
  176. package/skill/references/components/p-model-signature/examples/MaskImage.tsx +12 -0
  177. package/skill/references/components/p-model-signature/examples/MaskVideo.tsx +12 -0
  178. package/skill/references/components/p-model-signature/examples/SafeZone.tsx +60 -0
  179. package/skill/references/components/p-model-signature/p-model-signature.md +62 -0
  180. package/skill/references/components/p-multi-select/examples/AsyncFilter.tsx +136 -0
  181. package/skill/references/components/p-multi-select/examples/Default.tsx +29 -0
  182. package/skill/references/components/p-multi-select/examples/Form.tsx +53 -0
  183. package/skill/references/components/p-multi-select/examples/Optgroups.tsx +42 -0
  184. package/skill/references/components/p-multi-select/examples/SelectedSlot.tsx +94 -0
  185. package/skill/references/components/p-multi-select/examples/SetValue.tsx +80 -0
  186. package/skill/references/components/p-multi-select/examples/Slots.tsx +48 -0
  187. package/skill/references/components/p-multi-select/p-multi-select.md +197 -0
  188. package/skill/references/components/p-pagination/examples/Default.tsx +10 -0
  189. package/skill/references/components/p-pagination/p-pagination.md +83 -0
  190. package/skill/references/components/p-pin-code/examples/CopyPaste.tsx +10 -0
  191. package/skill/references/components/p-pin-code/examples/Default.tsx +10 -0
  192. package/skill/references/components/p-pin-code/examples/Form.tsx +45 -0
  193. package/skill/references/components/p-pin-code/examples/Slots.tsx +39 -0
  194. package/skill/references/components/p-pin-code/p-pin-code.md +109 -0
  195. package/skill/references/components/p-popover/examples/Default.tsx +14 -0
  196. package/skill/references/components/p-popover/examples/SlottedButton.tsx +15 -0
  197. package/skill/references/components/p-popover/p-popover.md +116 -0
  198. package/skill/references/components/p-radio-group/examples/Default.tsx +17 -0
  199. package/skill/references/components/p-radio-group/examples/Form.tsx +53 -0
  200. package/skill/references/components/p-radio-group/examples/Slots.tsx +69 -0
  201. package/skill/references/components/p-radio-group/p-radio-group.md +157 -0
  202. package/skill/references/components/p-scroller/examples/Default.tsx +51 -0
  203. package/skill/references/components/p-scroller/examples/Height.tsx +26 -0
  204. package/skill/references/components/p-scroller/examples/ScrollToPosition.tsx +58 -0
  205. package/skill/references/components/p-scroller/p-scroller.md +93 -0
  206. package/skill/references/components/p-segmented-control/examples/Default.tsx +26 -0
  207. package/skill/references/components/p-segmented-control/examples/Form.tsx +52 -0
  208. package/skill/references/components/p-segmented-control/examples/Slots.tsx +54 -0
  209. package/skill/references/components/p-segmented-control/examples/WithLabels.tsx +26 -0
  210. package/skill/references/components/p-segmented-control/p-segmented-control.md +162 -0
  211. package/skill/references/components/p-select/examples/AsyncFilter.tsx +136 -0
  212. package/skill/references/components/p-select/examples/Default.tsx +29 -0
  213. package/skill/references/components/p-select/examples/Form.tsx +53 -0
  214. package/skill/references/components/p-select/examples/Optgroups.tsx +42 -0
  215. package/skill/references/components/p-select/examples/Required.tsx +48 -0
  216. package/skill/references/components/p-select/examples/SelectedSlot.tsx +124 -0
  217. package/skill/references/components/p-select/examples/SetValue.tsx +80 -0
  218. package/skill/references/components/p-select/examples/Slots.tsx +48 -0
  219. package/skill/references/components/p-select/examples/SlottedImages.tsx +35 -0
  220. package/skill/references/components/p-select/p-select.md +194 -0
  221. package/skill/references/components/p-sheet/examples/Default.tsx +31 -0
  222. package/skill/references/components/p-sheet/p-sheet.md +121 -0
  223. package/skill/references/components/p-spinner/examples/Color.tsx +13 -0
  224. package/skill/references/components/p-spinner/examples/ColorCssVar.tsx +10 -0
  225. package/skill/references/components/p-spinner/examples/Default.tsx +10 -0
  226. package/skill/references/components/p-spinner/examples/ResponsiveSize.tsx +10 -0
  227. package/skill/references/components/p-spinner/examples/Size.tsx +13 -0
  228. package/skill/references/components/p-spinner/examples/SizeCssVar.tsx +10 -0
  229. package/skill/references/components/p-spinner/p-spinner.md +96 -0
  230. package/skill/references/components/p-stepper-horizontal/examples/Default.tsx +23 -0
  231. package/skill/references/components/p-stepper-horizontal/examples/FrameworkImplementation.tsx +100 -0
  232. package/skill/references/components/p-stepper-horizontal/p-stepper-horizontal.md +109 -0
  233. package/skill/references/components/p-switch/examples/Default.tsx +19 -0
  234. package/skill/references/components/p-switch/p-switch.md +103 -0
  235. package/skill/references/components/p-table/examples/Advanced.tsx +186 -0
  236. package/skill/references/components/p-table/examples/CaptionProperty.tsx +37 -0
  237. package/skill/references/components/p-table/examples/CaptionSlot.tsx +40 -0
  238. package/skill/references/components/p-table/examples/Default.tsx +117 -0
  239. package/skill/references/components/p-table/examples/HideLabel.tsx +37 -0
  240. package/skill/references/components/p-table/examples/LayoutFixed.tsx +50 -0
  241. package/skill/references/components/p-table/examples/Sorting.tsx +86 -0
  242. package/skill/references/components/p-table/p-table.md +189 -0
  243. package/skill/references/components/p-tabs/examples/ActiveTab.tsx +26 -0
  244. package/skill/references/components/p-tabs/examples/Default.tsx +26 -0
  245. package/skill/references/components/p-tabs/examples/Gradient.tsx +111 -0
  246. package/skill/references/components/p-tabs/examples/Labelling.tsx +26 -0
  247. package/skill/references/components/p-tabs/p-tabs.md +136 -0
  248. package/skill/references/components/p-tabs-bar/examples/Default.tsx +27 -0
  249. package/skill/references/components/p-tabs-bar/examples/Gradient.tsx +78 -0
  250. package/skill/references/components/p-tabs-bar/examples/Labelling.tsx +27 -0
  251. package/skill/references/components/p-tabs-bar/examples/Links.tsx +20 -0
  252. package/skill/references/components/p-tabs-bar/p-tabs-bar.md +181 -0
  253. package/skill/references/components/p-tag/examples/Default.tsx +12 -0
  254. package/skill/references/components/p-tag/examples/Multiline.tsx +14 -0
  255. package/skill/references/components/p-tag/examples/SlottedButton.tsx +41 -0
  256. package/skill/references/components/p-tag/examples/SlottedLink.tsx +41 -0
  257. package/skill/references/components/p-tag/p-tag.md +66 -0
  258. package/skill/references/components/p-tag-dismissible/examples/Default.tsx +12 -0
  259. package/skill/references/components/p-tag-dismissible/p-tag-dismissible.md +75 -0
  260. package/skill/references/components/p-text/examples/Default.tsx +12 -0
  261. package/skill/references/components/p-text/examples/Semantics.tsx +18 -0
  262. package/skill/references/components/p-text/examples/Size.tsx +12 -0
  263. package/skill/references/components/p-text/examples/SizeResponsive.tsx +12 -0
  264. package/skill/references/components/p-text/p-text.md +68 -0
  265. package/skill/references/components/p-text-list/examples/Default.tsx +28 -0
  266. package/skill/references/components/p-text-list/p-text-list.md +68 -0
  267. package/skill/references/components/p-textarea/examples/Default.tsx +10 -0
  268. package/skill/references/components/p-textarea/examples/Form.tsx +45 -0
  269. package/skill/references/components/p-textarea/examples/Slots.tsx +39 -0
  270. package/skill/references/components/p-textarea/p-textarea.md +122 -0
  271. package/skill/references/components/p-toast/examples/Default.tsx +22 -0
  272. package/skill/references/components/p-toast/p-toast.md +61 -0
  273. package/skill/references/components/p-wordmark/examples/CustomClickableArea.tsx +10 -0
  274. package/skill/references/components/p-wordmark/examples/Default.tsx +10 -0
  275. package/skill/references/components/p-wordmark/examples/Size.tsx +10 -0
  276. package/skill/references/components/p-wordmark/p-wordmark.md +66 -0
  277. package/skill/references/icons.md +5 -0
  278. package/skill/references/styles/emotion.md +439 -0
  279. package/skill/references/styles/scss.md +402 -0
  280. package/skill/references/styles/tailwindcss.md +356 -0
  281. package/skill/references/styles/vanilla-extract.md +444 -0
  282. package/skill/references/stylesheets.md +331 -0
  283. package/skill/references/tokens.md +323 -0
  284. package/ssr/cjs/components/dist/styles/esm/styles-entry.cjs +1 -1
  285. package/ssr/cjs/components/dist/utils/esm/utils-entry.cjs +1 -1
  286. package/ssr/esm/components/dist/styles/esm/styles-entry.mjs +1 -1
  287. package/ssr/esm/components/dist/utils/esm/utils-entry.mjs +1 -1
  288. package/ssr/esm/lib/components/button.wrapper.d.ts +2 -2
  289. package/ssr/esm/lib/components/link.wrapper.d.ts +2 -2
@@ -0,0 +1,588 @@
1
+ import React from 'react';
2
+ import { PIcon } from '@porsche-design-system/components-react';
3
+
4
+ export const Example = () => {
5
+ return (
6
+ <>
7
+ <PIcon name="360" aria={{'aria-label': '360 icon'}}></PIcon>
8
+
9
+ <PIcon name="4-wheel-drive" aria={{'aria-label': '4 Wheel Drive icon'}}></PIcon>
10
+
11
+ <PIcon name="accessibility" aria={{'aria-label': 'Accessibility icon'}}></PIcon>
12
+
13
+ <PIcon name="active-cabin-ventilation" aria={{'aria-label': 'Active Cabin Ventilation icon'}}></PIcon>
14
+
15
+ <PIcon name="add" aria={{'aria-label': 'Add icon'}}></PIcon>
16
+
17
+ <PIcon name="adjust" aria={{'aria-label': 'Adjust icon'}}></PIcon>
18
+
19
+ <PIcon name="aggregation" aria={{'aria-label': 'Aggregation icon'}}></PIcon>
20
+
21
+ <PIcon name="ai-3d-object" aria={{'aria-label': 'Ai 3d Object icon'}}></PIcon>
22
+
23
+ <PIcon name="ai-code" aria={{'aria-label': 'Ai Code icon'}}></PIcon>
24
+
25
+ <PIcon name="ai-edit" aria={{'aria-label': 'Ai Edit icon'}}></PIcon>
26
+
27
+ <PIcon name="ai-image" aria={{'aria-label': 'Ai Image icon'}}></PIcon>
28
+
29
+ <PIcon name="ai-scale" aria={{'aria-label': 'Ai Scale icon'}}></PIcon>
30
+
31
+ <PIcon name="ai-sound" aria={{'aria-label': 'Ai Sound icon'}}></PIcon>
32
+
33
+ <PIcon name="ai-spark" aria={{'aria-label': 'Ai Spark icon'}}></PIcon>
34
+
35
+ <PIcon name="ai-spark-filled" aria={{'aria-label': 'Ai Spark Filled icon'}}></PIcon>
36
+
37
+ <PIcon name="ai-text" aria={{'aria-label': 'Ai Text icon'}}></PIcon>
38
+
39
+ <PIcon name="ai-video" aria={{'aria-label': 'Ai Video icon'}}></PIcon>
40
+
41
+ <PIcon name="arrow-compact-down" aria={{'aria-label': 'Arrow Compact Down icon'}}></PIcon>
42
+
43
+ <PIcon name="arrow-compact-left" aria={{'aria-label': 'Arrow Compact Left icon'}}></PIcon>
44
+
45
+ <PIcon name="arrow-compact-right" aria={{'aria-label': 'Arrow Compact Right icon'}}></PIcon>
46
+
47
+ <PIcon name="arrow-compact-up" aria={{'aria-label': 'Arrow Compact Up icon'}}></PIcon>
48
+
49
+ <PIcon name="arrow-double-down" aria={{'aria-label': 'Arrow Double Down icon'}}></PIcon>
50
+
51
+ <PIcon name="arrow-double-left" aria={{'aria-label': 'Arrow Double Left icon'}}></PIcon>
52
+
53
+ <PIcon name="arrow-double-right" aria={{'aria-label': 'Arrow Double Right icon'}}></PIcon>
54
+
55
+ <PIcon name="arrow-double-up" aria={{'aria-label': 'Arrow Double Up icon'}}></PIcon>
56
+
57
+ <PIcon name="arrow-down" aria={{'aria-label': 'Arrow Down icon'}}></PIcon>
58
+
59
+ <PIcon name="arrow-down-left" aria={{'aria-label': 'Arrow Down Left icon'}}></PIcon>
60
+
61
+ <PIcon name="arrow-down-right" aria={{'aria-label': 'Arrow Down Right icon'}}></PIcon>
62
+
63
+ <PIcon name="arrow-first" aria={{'aria-label': 'Arrow First icon'}}></PIcon>
64
+
65
+ <PIcon name="arrow-head-down" aria={{'aria-label': 'Arrow Head Down icon'}}></PIcon>
66
+
67
+ <PIcon name="arrow-head-left" aria={{'aria-label': 'Arrow Head Left icon'}}></PIcon>
68
+
69
+ <PIcon name="arrow-head-right" aria={{'aria-label': 'Arrow Head Right icon'}}></PIcon>
70
+
71
+ <PIcon name="arrow-head-up" aria={{'aria-label': 'Arrow Head Up icon'}}></PIcon>
72
+
73
+ <PIcon name="arrow-last" aria={{'aria-label': 'Arrow Last icon'}}></PIcon>
74
+
75
+ <PIcon name="arrow-left" aria={{'aria-label': 'Arrow Left icon'}}></PIcon>
76
+
77
+ <PIcon name="arrow-right" aria={{'aria-label': 'Arrow Right icon'}}></PIcon>
78
+
79
+ <PIcon name="arrow-up" aria={{'aria-label': 'Arrow Up icon'}}></PIcon>
80
+
81
+ <PIcon name="arrow-up-left" aria={{'aria-label': 'Arrow Up Left icon'}}></PIcon>
82
+
83
+ <PIcon name="arrow-up-right" aria={{'aria-label': 'Arrow Up Right icon'}}></PIcon>
84
+
85
+ <PIcon name="arrows" aria={{'aria-label': 'Arrows icon'}}></PIcon>
86
+
87
+ <PIcon name="attachment" aria={{'aria-label': 'Attachment icon'}}></PIcon>
88
+
89
+ <PIcon name="augmented-reality" aria={{'aria-label': 'Augmented Reality icon'}}></PIcon>
90
+
91
+ <PIcon name="battery-empty" aria={{'aria-label': 'Battery Empty icon'}}></PIcon>
92
+
93
+ <PIcon name="battery-empty-co2" aria={{'aria-label': 'Battery Empty Co2 icon'}}></PIcon>
94
+
95
+ <PIcon name="battery-empty-fuel" aria={{'aria-label': 'Battery Empty Fuel icon'}}></PIcon>
96
+
97
+ <PIcon name="battery-full" aria={{'aria-label': 'Battery Full icon'}}></PIcon>
98
+
99
+ <PIcon name="battery-half" aria={{'aria-label': 'Battery Half icon'}}></PIcon>
100
+
101
+ <PIcon name="battery-one-quarter" aria={{'aria-label': 'Battery One Quarter icon'}}></PIcon>
102
+
103
+ <PIcon name="battery-three-quarters" aria={{'aria-label': 'Battery Three Quarters icon'}}></PIcon>
104
+
105
+ <PIcon name="bell" aria={{'aria-label': 'Bell icon'}}></PIcon>
106
+
107
+ <PIcon name="bookmark" aria={{'aria-label': 'Bookmark icon'}}></PIcon>
108
+
109
+ <PIcon name="bookmark-filled" aria={{'aria-label': 'Bookmark Filled icon'}}></PIcon>
110
+
111
+ <PIcon name="brain" aria={{'aria-label': 'Brain icon'}}></PIcon>
112
+
113
+ <PIcon name="broadcast" aria={{'aria-label': 'Broadcast icon'}}></PIcon>
114
+
115
+ <PIcon name="cabriolet" aria={{'aria-label': 'Cabriolet icon'}}></PIcon>
116
+
117
+ <PIcon name="calculator" aria={{'aria-label': 'Calculator icon'}}></PIcon>
118
+
119
+ <PIcon name="calendar" aria={{'aria-label': 'Calendar icon'}}></PIcon>
120
+
121
+ <PIcon name="camera" aria={{'aria-label': 'Camera icon'}}></PIcon>
122
+
123
+ <PIcon name="car" aria={{'aria-label': 'Car icon'}}></PIcon>
124
+
125
+ <PIcon name="car-battery" aria={{'aria-label': 'Car Battery icon'}}></PIcon>
126
+
127
+ <PIcon name="card" aria={{'aria-label': 'Card icon'}}></PIcon>
128
+
129
+ <PIcon name="charging-active" aria={{'aria-label': 'Charging Active icon'}}></PIcon>
130
+
131
+ <PIcon name="charging-network" aria={{'aria-label': 'Charging Network icon'}}></PIcon>
132
+
133
+ <PIcon name="charging-state" aria={{'aria-label': 'Charging State icon'}}></PIcon>
134
+
135
+ <PIcon name="charging-station" aria={{'aria-label': 'Charging Station icon'}}></PIcon>
136
+
137
+ <PIcon name="chart" aria={{'aria-label': 'Chart icon'}}></PIcon>
138
+
139
+ <PIcon name="chat" aria={{'aria-label': 'Chat icon'}}></PIcon>
140
+
141
+ <PIcon name="check" aria={{'aria-label': 'Check icon'}}></PIcon>
142
+
143
+ <PIcon name="city" aria={{'aria-label': 'City icon'}}></PIcon>
144
+
145
+ <PIcon name="climate" aria={{'aria-label': 'Climate icon'}}></PIcon>
146
+
147
+ <PIcon name="climate-control" aria={{'aria-label': 'Climate Control icon'}}></PIcon>
148
+
149
+ <PIcon name="clock" aria={{'aria-label': 'Clock icon'}}></PIcon>
150
+
151
+ <PIcon name="close" aria={{'aria-label': 'Close icon'}}></PIcon>
152
+
153
+ <PIcon name="closed-caption" aria={{'aria-label': 'Closed Caption icon'}}></PIcon>
154
+
155
+ <PIcon name="cloud" aria={{'aria-label': 'Cloud icon'}}></PIcon>
156
+
157
+ <PIcon name="co2-class" aria={{'aria-label': 'Co2 Class icon'}}></PIcon>
158
+
159
+ <PIcon name="co2-emission" aria={{'aria-label': 'Co2 Emission icon'}}></PIcon>
160
+
161
+ <PIcon name="color-picker" aria={{'aria-label': 'Color Picker icon'}}></PIcon>
162
+
163
+ <PIcon name="compare" aria={{'aria-label': 'Compare icon'}}></PIcon>
164
+
165
+ <PIcon name="compass" aria={{'aria-label': 'Compass icon'}}></PIcon>
166
+
167
+ <PIcon name="configurate" aria={{'aria-label': 'Configurate icon'}}></PIcon>
168
+
169
+ <PIcon name="copy" aria={{'aria-label': 'Copy icon'}}></PIcon>
170
+
171
+ <PIcon name="country-road" aria={{'aria-label': 'Country Road icon'}}></PIcon>
172
+
173
+ <PIcon name="coupe" aria={{'aria-label': 'Coupe icon'}}></PIcon>
174
+
175
+ <PIcon name="cubic-capacity" aria={{'aria-label': 'Cubic Capacity icon'}}></PIcon>
176
+
177
+ <PIcon name="cut" aria={{'aria-label': 'Cut icon'}}></PIcon>
178
+
179
+ <PIcon name="delete" aria={{'aria-label': 'Delete icon'}}></PIcon>
180
+
181
+ <PIcon name="disable" aria={{'aria-label': 'Disable icon'}}></PIcon>
182
+
183
+ <PIcon name="dislike" aria={{'aria-label': 'Dislike icon'}}></PIcon>
184
+
185
+ <PIcon name="dislike-filled" aria={{'aria-label': 'Dislike Filled icon'}}></PIcon>
186
+
187
+ <PIcon name="document" aria={{'aria-label': 'Document icon'}}></PIcon>
188
+
189
+ <PIcon name="door" aria={{'aria-label': 'Door icon'}}></PIcon>
190
+
191
+ <PIcon name="download" aria={{'aria-label': 'Download icon'}}></PIcon>
192
+
193
+ <PIcon name="drag" aria={{'aria-label': 'Drag icon'}}></PIcon>
194
+
195
+ <PIcon name="duration" aria={{'aria-label': 'Duration icon'}}></PIcon>
196
+
197
+ <PIcon name="ear" aria={{'aria-label': 'Ear icon'}}></PIcon>
198
+
199
+ <PIcon name="edit" aria={{'aria-label': 'Edit icon'}}></PIcon>
200
+
201
+ <PIcon name="email" aria={{'aria-label': 'Email icon'}}></PIcon>
202
+
203
+ <PIcon name="error" aria={{'aria-label': 'Error icon'}}></PIcon>
204
+
205
+ <PIcon name="error-filled" aria={{'aria-label': 'Error Filled icon'}}></PIcon>
206
+
207
+ <PIcon name="exclamation" aria={{'aria-label': 'Exclamation icon'}}></PIcon>
208
+
209
+ <PIcon name="exclamation-filled" aria={{'aria-label': 'Exclamation Filled icon'}}></PIcon>
210
+
211
+ <PIcon name="external" aria={{'aria-label': 'External icon'}}></PIcon>
212
+
213
+ <PIcon name="fast-backward" aria={{'aria-label': 'Fast Backward icon'}}></PIcon>
214
+
215
+ <PIcon name="fast-forward" aria={{'aria-label': 'Fast Forward icon'}}></PIcon>
216
+
217
+ <PIcon name="file-csv" aria={{'aria-label': 'File Csv icon'}}></PIcon>
218
+
219
+ <PIcon name="file-excel" aria={{'aria-label': 'File Excel icon'}}></PIcon>
220
+
221
+ <PIcon name="filter" aria={{'aria-label': 'Filter icon'}}></PIcon>
222
+
223
+ <PIcon name="fingerprint" aria={{'aria-label': 'Fingerprint icon'}}></PIcon>
224
+
225
+ <PIcon name="flag" aria={{'aria-label': 'Flag icon'}}></PIcon>
226
+
227
+ <PIcon name="flash" aria={{'aria-label': 'Flash icon'}}></PIcon>
228
+
229
+ <PIcon name="fuel-station" aria={{'aria-label': 'Fuel Station icon'}}></PIcon>
230
+
231
+ <PIcon name="garage" aria={{'aria-label': 'Garage icon'}}></PIcon>
232
+
233
+ <PIcon name="genuine-parts" aria={{'aria-label': 'Genuine Parts icon'}}></PIcon>
234
+
235
+ <PIcon name="geo-localization" aria={{'aria-label': 'Geo Localization icon'}}></PIcon>
236
+
237
+ <PIcon name="gift" aria={{'aria-label': 'Gift icon'}}></PIcon>
238
+
239
+ <PIcon name="globe" aria={{'aria-label': 'Globe icon'}}></PIcon>
240
+
241
+ <PIcon name="grid" aria={{'aria-label': 'Grid icon'}}></PIcon>
242
+
243
+ <PIcon name="grip" aria={{'aria-label': 'Grip icon'}}></PIcon>
244
+
245
+ <PIcon name="group" aria={{'aria-label': 'Group icon'}}></PIcon>
246
+
247
+ <PIcon name="hand" aria={{'aria-label': 'Hand icon'}}></PIcon>
248
+
249
+ <PIcon name="heart" aria={{'aria-label': 'Heart icon'}}></PIcon>
250
+
251
+ <PIcon name="heart-filled" aria={{'aria-label': 'Heart Filled icon'}}></PIcon>
252
+
253
+ <PIcon name="highway" aria={{'aria-label': 'Highway icon'}}></PIcon>
254
+
255
+ <PIcon name="highway-filled" aria={{'aria-label': 'Highway Filled icon'}}></PIcon>
256
+
257
+ <PIcon name="history" aria={{'aria-label': 'History icon'}}></PIcon>
258
+
259
+ <PIcon name="home" aria={{'aria-label': 'Home icon'}}></PIcon>
260
+
261
+ <PIcon name="horn" aria={{'aria-label': 'Horn icon'}}></PIcon>
262
+
263
+ <PIcon name="image" aria={{'aria-label': 'Image icon'}}></PIcon>
264
+
265
+ <PIcon name="increase" aria={{'aria-label': 'Increase icon'}}></PIcon>
266
+
267
+ <PIcon name="information" aria={{'aria-label': 'Information icon'}}></PIcon>
268
+
269
+ <PIcon name="information-filled" aria={{'aria-label': 'Information Filled icon'}}></PIcon>
270
+
271
+ <PIcon name="key" aria={{'aria-label': 'Key icon'}}></PIcon>
272
+
273
+ <PIcon name="laptop" aria={{'aria-label': 'Laptop icon'}}></PIcon>
274
+
275
+ <PIcon name="leaf" aria={{'aria-label': 'Leaf icon'}}></PIcon>
276
+
277
+ <PIcon name="leather" aria={{'aria-label': 'Leather icon'}}></PIcon>
278
+
279
+ <PIcon name="light" aria={{'aria-label': 'Light icon'}}></PIcon>
280
+
281
+ <PIcon name="like" aria={{'aria-label': 'Like icon'}}></PIcon>
282
+
283
+ <PIcon name="like-filled" aria={{'aria-label': 'Like Filled icon'}}></PIcon>
284
+
285
+ <PIcon name="limousine" aria={{'aria-label': 'Limousine icon'}}></PIcon>
286
+
287
+ <PIcon name="linked" aria={{'aria-label': 'Linked icon'}}></PIcon>
288
+
289
+ <PIcon name="list" aria={{'aria-label': 'List icon'}}></PIcon>
290
+
291
+ <PIcon name="locate" aria={{'aria-label': 'Locate icon'}}></PIcon>
292
+
293
+ <PIcon name="lock" aria={{'aria-label': 'Lock icon'}}></PIcon>
294
+
295
+ <PIcon name="lock-open" aria={{'aria-label': 'Lock Open icon'}}></PIcon>
296
+
297
+ <PIcon name="logo-apple-carplay" aria={{'aria-label': 'Logo Apple Carplay icon'}}></PIcon>
298
+
299
+ <PIcon name="logo-apple-music" aria={{'aria-label': 'Logo Apple Music icon'}}></PIcon>
300
+
301
+ <PIcon name="logo-apple-podcast" aria={{'aria-label': 'Logo Apple Podcast icon'}}></PIcon>
302
+
303
+ <PIcon name="logo-baidu" aria={{'aria-label': 'Logo Baidu icon'}}></PIcon>
304
+
305
+ <PIcon name="logo-delicious" aria={{'aria-label': 'Logo Delicious icon'}}></PIcon>
306
+
307
+ <PIcon name="logo-digg" aria={{'aria-label': 'Logo Digg icon'}}></PIcon>
308
+
309
+ <PIcon name="logo-facebook" aria={{'aria-label': 'Logo Facebook icon'}}></PIcon>
310
+
311
+ <PIcon name="logo-foursquare" aria={{'aria-label': 'Logo Foursquare icon'}}></PIcon>
312
+
313
+ <PIcon name="logo-gmail" aria={{'aria-label': 'Logo Gmail icon'}}></PIcon>
314
+
315
+ <PIcon name="logo-google" aria={{'aria-label': 'Logo Google icon'}}></PIcon>
316
+
317
+ <PIcon name="logo-hatena" aria={{'aria-label': 'Logo Hatena icon'}}></PIcon>
318
+
319
+ <PIcon name="logo-instagram" aria={{'aria-label': 'Logo Instagram icon'}}></PIcon>
320
+
321
+ <PIcon name="logo-kaixin" aria={{'aria-label': 'Logo Kaixin icon'}}></PIcon>
322
+
323
+ <PIcon name="logo-kakaotalk" aria={{'aria-label': 'Logo Kakaotalk icon'}}></PIcon>
324
+
325
+ <PIcon name="logo-kununu" aria={{'aria-label': 'Logo Kununu icon'}}></PIcon>
326
+
327
+ <PIcon name="logo-linkedin" aria={{'aria-label': 'Logo Linkedin icon'}}></PIcon>
328
+
329
+ <PIcon name="logo-naver" aria={{'aria-label': 'Logo Naver icon'}}></PIcon>
330
+
331
+ <PIcon name="logo-pinterest" aria={{'aria-label': 'Logo Pinterest icon'}}></PIcon>
332
+
333
+ <PIcon name="logo-qq" aria={{'aria-label': 'Logo Qq icon'}}></PIcon>
334
+
335
+ <PIcon name="logo-qq-share" aria={{'aria-label': 'Logo Qq Share icon'}}></PIcon>
336
+
337
+ <PIcon name="logo-reddit" aria={{'aria-label': 'Logo Reddit icon'}}></PIcon>
338
+
339
+ <PIcon name="logo-skyrock" aria={{'aria-label': 'Logo Skyrock icon'}}></PIcon>
340
+
341
+ <PIcon name="logo-snapchat" aria={{'aria-label': 'Logo Snapchat icon'}}></PIcon>
342
+
343
+ <PIcon name="logo-sohu" aria={{'aria-label': 'Logo Sohu icon'}}></PIcon>
344
+
345
+ <PIcon name="logo-spotify" aria={{'aria-label': 'Logo Spotify icon'}}></PIcon>
346
+
347
+ <PIcon name="logo-tecent" aria={{'aria-label': 'Logo Tecent icon'}}></PIcon>
348
+
349
+ <PIcon name="logo-telegram" aria={{'aria-label': 'Logo Telegram icon'}}></PIcon>
350
+
351
+ <PIcon name="logo-tiktok" aria={{'aria-label': 'Logo Tiktok icon'}}></PIcon>
352
+
353
+ <PIcon name="logo-tumblr" aria={{'aria-label': 'Logo Tumblr icon'}}></PIcon>
354
+
355
+ <PIcon name="logo-twitter" aria={{'aria-label': 'Logo Twitter icon'}}></PIcon>
356
+
357
+ <PIcon name="logo-viber" aria={{'aria-label': 'Logo Viber icon'}}></PIcon>
358
+
359
+ <PIcon name="logo-vk" aria={{'aria-label': 'Logo Vk icon'}}></PIcon>
360
+
361
+ <PIcon name="logo-wechat" aria={{'aria-label': 'Logo Wechat icon'}}></PIcon>
362
+
363
+ <PIcon name="logo-weibo" aria={{'aria-label': 'Logo Weibo icon'}}></PIcon>
364
+
365
+ <PIcon name="logo-whatsapp" aria={{'aria-label': 'Logo Whatsapp icon'}}></PIcon>
366
+
367
+ <PIcon name="logo-x" aria={{'aria-label': 'Logo X icon'}}></PIcon>
368
+
369
+ <PIcon name="logo-xing" aria={{'aria-label': 'Logo Xing icon'}}></PIcon>
370
+
371
+ <PIcon name="logo-yahoo" aria={{'aria-label': 'Logo Yahoo icon'}}></PIcon>
372
+
373
+ <PIcon name="logo-youku" aria={{'aria-label': 'Logo Youku icon'}}></PIcon>
374
+
375
+ <PIcon name="logo-youtube" aria={{'aria-label': 'Logo Youtube icon'}}></PIcon>
376
+
377
+ <PIcon name="logout" aria={{'aria-label': 'Logout icon'}}></PIcon>
378
+
379
+ <PIcon name="map" aria={{'aria-label': 'Map icon'}}></PIcon>
380
+
381
+ <PIcon name="menu-dots-horizontal" aria={{'aria-label': 'Menu Dots Horizontal icon'}}></PIcon>
382
+
383
+ <PIcon name="menu-dots-vertical" aria={{'aria-label': 'Menu Dots Vertical icon'}}></PIcon>
384
+
385
+ <PIcon name="menu-lines" aria={{'aria-label': 'Menu Lines icon'}}></PIcon>
386
+
387
+ <PIcon name="microphone" aria={{'aria-label': 'Microphone icon'}}></PIcon>
388
+
389
+ <PIcon name="minus" aria={{'aria-label': 'Minus icon'}}></PIcon>
390
+
391
+ <PIcon name="mobile" aria={{'aria-label': 'Mobile icon'}}></PIcon>
392
+
393
+ <PIcon name="moon" aria={{'aria-label': 'Moon icon'}}></PIcon>
394
+
395
+ <PIcon name="new-chat" aria={{'aria-label': 'New Chat icon'}}></PIcon>
396
+
397
+ <PIcon name="news" aria={{'aria-label': 'News icon'}}></PIcon>
398
+
399
+ <PIcon name="north-arrow" aria={{'aria-label': 'North Arrow icon'}}></PIcon>
400
+
401
+ <PIcon name="oil-can" aria={{'aria-label': 'Oil Can icon'}}></PIcon>
402
+
403
+ <PIcon name="online-search" aria={{'aria-label': 'Online Search icon'}}></PIcon>
404
+
405
+ <PIcon name="parking-brake" aria={{'aria-label': 'Parking Brake icon'}}></PIcon>
406
+
407
+ <PIcon name="parking-light" aria={{'aria-label': 'Parking Light icon'}}></PIcon>
408
+
409
+ <PIcon name="paste" aria={{'aria-label': 'Paste icon'}}></PIcon>
410
+
411
+ <PIcon name="pause" aria={{'aria-label': 'Pause icon'}}></PIcon>
412
+
413
+ <PIcon name="phone" aria={{'aria-label': 'Phone icon'}}></PIcon>
414
+
415
+ <PIcon name="pin" aria={{'aria-label': 'Pin icon'}}></PIcon>
416
+
417
+ <PIcon name="pin-filled" aria={{'aria-label': 'Pin Filled icon'}}></PIcon>
418
+
419
+ <PIcon name="pivot" aria={{'aria-label': 'Pivot icon'}}></PIcon>
420
+
421
+ <PIcon name="play" aria={{'aria-label': 'Play icon'}}></PIcon>
422
+
423
+ <PIcon name="play-filled" aria={{'aria-label': 'Play Filled icon'}}></PIcon>
424
+
425
+ <PIcon name="plug" aria={{'aria-label': 'Plug icon'}}></PIcon>
426
+
427
+ <PIcon name="plus" aria={{'aria-label': 'Plus icon'}}></PIcon>
428
+
429
+ <PIcon name="preheating" aria={{'aria-label': 'Preheating icon'}}></PIcon>
430
+
431
+ <PIcon name="price-tag" aria={{'aria-label': 'Price Tag icon'}}></PIcon>
432
+
433
+ <PIcon name="printer" aria={{'aria-label': 'Printer icon'}}></PIcon>
434
+
435
+ <PIcon name="purchase" aria={{'aria-label': 'Purchase icon'}}></PIcon>
436
+
437
+ <PIcon name="push-pin" aria={{'aria-label': 'Push Pin icon'}}></PIcon>
438
+
439
+ <PIcon name="push-pin-off" aria={{'aria-label': 'Push Pin Off icon'}}></PIcon>
440
+
441
+ <PIcon name="qr" aria={{'aria-label': 'Qr icon'}}></PIcon>
442
+
443
+ <PIcon name="qr-off" aria={{'aria-label': 'Qr Off icon'}}></PIcon>
444
+
445
+ <PIcon name="question" aria={{'aria-label': 'Question icon'}}></PIcon>
446
+
447
+ <PIcon name="question-filled" aria={{'aria-label': 'Question Filled icon'}}></PIcon>
448
+
449
+ <PIcon name="racing-flag" aria={{'aria-label': 'Racing Flag icon'}}></PIcon>
450
+
451
+ <PIcon name="radar" aria={{'aria-label': 'Radar icon'}}></PIcon>
452
+
453
+ <PIcon name="radio" aria={{'aria-label': 'Radio icon'}}></PIcon>
454
+
455
+ <PIcon name="refresh" aria={{'aria-label': 'Refresh icon'}}></PIcon>
456
+
457
+ <PIcon name="replay" aria={{'aria-label': 'Replay icon'}}></PIcon>
458
+
459
+ <PIcon name="reset" aria={{'aria-label': 'Reset icon'}}></PIcon>
460
+
461
+ <PIcon name="return" aria={{'aria-label': 'Return icon'}}></PIcon>
462
+
463
+ <PIcon name="road" aria={{'aria-label': 'Road icon'}}></PIcon>
464
+
465
+ <PIcon name="roof-closed" aria={{'aria-label': 'Roof Closed icon'}}></PIcon>
466
+
467
+ <PIcon name="roof-open" aria={{'aria-label': 'Roof Open icon'}}></PIcon>
468
+
469
+ <PIcon name="route" aria={{'aria-label': 'Route icon'}}></PIcon>
470
+
471
+ <PIcon name="rss" aria={{'aria-label': 'Rss icon'}}></PIcon>
472
+
473
+ <PIcon name="save" aria={{'aria-label': 'Save icon'}}></PIcon>
474
+
475
+ <PIcon name="screen" aria={{'aria-label': 'Screen icon'}}></PIcon>
476
+
477
+ <PIcon name="search" aria={{'aria-label': 'Search icon'}}></PIcon>
478
+
479
+ <PIcon name="seat" aria={{'aria-label': 'Seat icon'}}></PIcon>
480
+
481
+ <PIcon name="send" aria={{'aria-label': 'Send icon'}}></PIcon>
482
+
483
+ <PIcon name="service-technician" aria={{'aria-label': 'Service Technician icon'}}></PIcon>
484
+
485
+ <PIcon name="share" aria={{'aria-label': 'Share icon'}}></PIcon>
486
+
487
+ <PIcon name="shopping-bag" aria={{'aria-label': 'Shopping Bag icon'}}></PIcon>
488
+
489
+ <PIcon name="shopping-bag-filled" aria={{'aria-label': 'Shopping Bag Filled icon'}}></PIcon>
490
+
491
+ <PIcon name="shopping-cart" aria={{'aria-label': 'Shopping Cart icon'}}></PIcon>
492
+
493
+ <PIcon name="shopping-cart-filled" aria={{'aria-label': 'Shopping Cart Filled icon'}}></PIcon>
494
+
495
+ <PIcon name="sidebar" aria={{'aria-label': 'Sidebar icon'}}></PIcon>
496
+
497
+ <PIcon name="sidelights" aria={{'aria-label': 'Sidelights icon'}}></PIcon>
498
+
499
+ <PIcon name="skip-backward" aria={{'aria-label': 'Skip Backward icon'}}></PIcon>
500
+
501
+ <PIcon name="skip-forward" aria={{'aria-label': 'Skip Forward icon'}}></PIcon>
502
+
503
+ <PIcon name="snowflake" aria={{'aria-label': 'Snowflake icon'}}></PIcon>
504
+
505
+ <PIcon name="sort" aria={{'aria-label': 'Sort icon'}}></PIcon>
506
+
507
+ <PIcon name="stack" aria={{'aria-label': 'Stack icon'}}></PIcon>
508
+
509
+ <PIcon name="star" aria={{'aria-label': 'Star icon'}}></PIcon>
510
+
511
+ <PIcon name="star-filled" aria={{'aria-label': 'Star Filled icon'}}></PIcon>
512
+
513
+ <PIcon name="steering-wheel" aria={{'aria-label': 'Steering Wheel icon'}}></PIcon>
514
+
515
+ <PIcon name="stop" aria={{'aria-label': 'Stop icon'}}></PIcon>
516
+
517
+ <PIcon name="stopwatch" aria={{'aria-label': 'Stopwatch icon'}}></PIcon>
518
+
519
+ <PIcon name="subtract" aria={{'aria-label': 'Subtract icon'}}></PIcon>
520
+
521
+ <PIcon name="success" aria={{'aria-label': 'Success icon'}}></PIcon>
522
+
523
+ <PIcon name="success-filled" aria={{'aria-label': 'Success Filled icon'}}></PIcon>
524
+
525
+ <PIcon name="sun" aria={{'aria-label': 'Sun icon'}}></PIcon>
526
+
527
+ <PIcon name="suv" aria={{'aria-label': 'Suv icon'}}></PIcon>
528
+
529
+ <PIcon name="switch" aria={{'aria-label': 'Switch icon'}}></PIcon>
530
+
531
+ <PIcon name="tablet" aria={{'aria-label': 'Tablet icon'}}></PIcon>
532
+
533
+ <PIcon name="tachometer" aria={{'aria-label': 'Tachometer icon'}}></PIcon>
534
+
535
+ <PIcon name="theme" aria={{'aria-label': 'Theme icon'}}></PIcon>
536
+
537
+ <PIcon name="tire" aria={{'aria-label': 'Tire icon'}}></PIcon>
538
+
539
+ <PIcon name="trigger-finger" aria={{'aria-label': 'Trigger Finger icon'}}></PIcon>
540
+
541
+ <PIcon name="truck" aria={{'aria-label': 'Truck icon'}}></PIcon>
542
+
543
+ <PIcon name="turismo" aria={{'aria-label': 'Turismo icon'}}></PIcon>
544
+
545
+ <PIcon name="unlinked" aria={{'aria-label': 'Unlinked icon'}}></PIcon>
546
+
547
+ <PIcon name="upload" aria={{'aria-label': 'Upload icon'}}></PIcon>
548
+
549
+ <PIcon name="user" aria={{'aria-label': 'User icon'}}></PIcon>
550
+
551
+ <PIcon name="user-filled" aria={{'aria-label': 'User Filled icon'}}></PIcon>
552
+
553
+ <PIcon name="user-group" aria={{'aria-label': 'User Group icon'}}></PIcon>
554
+
555
+ <PIcon name="user-manual" aria={{'aria-label': 'User Manual icon'}}></PIcon>
556
+
557
+ <PIcon name="video" aria={{'aria-label': 'Video icon'}}></PIcon>
558
+
559
+ <PIcon name="view" aria={{'aria-label': 'View icon'}}></PIcon>
560
+
561
+ <PIcon name="view-off" aria={{'aria-label': 'View Off icon'}}></PIcon>
562
+
563
+ <PIcon name="volume-off" aria={{'aria-label': 'Volume Off icon'}}></PIcon>
564
+
565
+ <PIcon name="volume-up" aria={{'aria-label': 'Volume Up icon'}}></PIcon>
566
+
567
+ <PIcon name="warning" aria={{'aria-label': 'Warning icon'}}></PIcon>
568
+
569
+ <PIcon name="warning-filled" aria={{'aria-label': 'Warning Filled icon'}}></PIcon>
570
+
571
+ <PIcon name="weather" aria={{'aria-label': 'Weather icon'}}></PIcon>
572
+
573
+ <PIcon name="weight" aria={{'aria-label': 'Weight icon'}}></PIcon>
574
+
575
+ <PIcon name="wifi" aria={{'aria-label': 'Wifi icon'}}></PIcon>
576
+
577
+ <PIcon name="work" aria={{'aria-label': 'Work icon'}}></PIcon>
578
+
579
+ <PIcon name="wrench" aria={{'aria-label': 'Wrench icon'}}></PIcon>
580
+
581
+ <PIcon name="wrenches" aria={{'aria-label': 'Wrenches icon'}}></PIcon>
582
+
583
+ <PIcon name="zoom-in" aria={{'aria-label': 'Zoom In icon'}}></PIcon>
584
+
585
+ <PIcon name="zoom-out" aria={{'aria-label': 'Zoom Out icon'}}></PIcon>
586
+ </>
587
+ )
588
+ }
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { PIcon } from '@porsche-design-system/components-react';
3
+
4
+ export const Example = () => {
5
+ return (
6
+ <>
7
+ <PIcon size={{'base': 'sm', 'l': '2xl'}} name="highway" aria={{'aria-label': 'Highway icon'}}></PIcon>
8
+ </>
9
+ )
10
+ }
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { PIcon, PText } from '@porsche-design-system/components-react';
3
+
4
+ export const Example = () => {
5
+ return (
6
+ <>
7
+ <PText className="text-[48px]" size="inherit">
8
+ <PIcon className="me-static-sm" size="inherit" name="highway" aria={{'aria-label': 'Highway icon'}}></PIcon>
9
+ Some text
10
+ </PText>
11
+ </>
12
+ )
13
+ }
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { PIcon } from '@porsche-design-system/components-react';
3
+
4
+ export const Example = () => {
5
+ return (
6
+ <>
7
+ <PIcon className="[--p-icon-size:48px]" name="highway" aria={{'aria-label': 'Highway icon'}}></PIcon>
8
+ </>
9
+ )
10
+ }