@pantheon-systems/pds-toolkit-react 2.0.0-alpha.0 → 2.0.0-alpha.10

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 (331) hide show
  1. package/README.md +3 -3
  2. package/dist/components/Avatar/Avatar.d.ts +1 -1
  3. package/dist/components/ComparisonList/ComparisonList.d.ts +5 -1
  4. package/dist/components/Drawer/Drawer.d.ts +58 -0
  5. package/dist/components/Modal/Modal.d.ts +1 -1
  6. package/dist/components/SiteDashboardHeading/SiteDashboardHeading.d.ts +1 -1
  7. package/dist/components/StatusIndicator/StatusIndicator.d.ts +2 -2
  8. package/dist/components/Table/Table.d.ts +1 -1
  9. package/dist/components/badges/Badge/Badge.d.ts +28 -0
  10. package/dist/components/buttons/CloseButton/CloseButton.d.ts +6 -6
  11. package/dist/components/cards/Card/Card.d.ts +1 -1
  12. package/dist/components/cards/NewSiteCard/NewSiteCard.d.ts +1 -1
  13. package/dist/components/cards/PricingCard/PricingCard.d.ts +6 -1
  14. package/dist/components/footer/SiteFooter/SiteFooter.d.ts +5 -1
  15. package/dist/components/icons/Icon/Icon.d.ts +10 -730
  16. package/dist/components/icons/Icon/IconSearch.d.ts +1 -0
  17. package/dist/components/icons/Icon/custom-icons.d.ts +46 -0
  18. package/dist/components/icons/Icon/generated-icon-data.d.ts +1429 -0
  19. package/dist/components/icons/Icon/icon-registry.d.ts +34 -0
  20. package/dist/components/inputs/Checkbox/Checkbox.d.ts +2 -2
  21. package/dist/components/inputs/ComboboxMultiselect/ComboboxMultiselect.d.ts +27 -5
  22. package/dist/components/inputs/Select/Select.d.ts +5 -1
  23. package/dist/components/inputs/Select/select-sample-data.d.ts +1 -0
  24. package/dist/components/inputs/TagsInput/TagsInput.d.ts +100 -0
  25. package/dist/components/inputs/TextInput/TextInput.d.ts +4 -0
  26. package/dist/components/inputs/Textarea/Textarea.d.ts +4 -0
  27. package/dist/components/inputs/input-utilities.d.ts +3 -3
  28. package/dist/components/navigation/WorkspaceSelector/WorkspaceSelector.d.ts +6 -7
  29. package/dist/components/notifications/Banner/Banner.d.ts +32 -12
  30. package/dist/components/notifications/SectionMessage/SectionMessage.d.ts +6 -2
  31. package/dist/components/notifications/Toaster/Toast.d.ts +1 -1
  32. package/dist/components/notifications/Toaster/Toaster.d.ts +2 -2
  33. package/dist/components/panels/ExpansionPanel/ExpansionPanel.d.ts +5 -1
  34. package/dist/components/panels/Panel/Panel.d.ts +1 -18
  35. package/dist/css/component-css/pds-avatar.css +1 -1
  36. package/dist/css/component-css/pds-badge.css +1 -0
  37. package/dist/css/component-css/pds-banner.css +1 -1
  38. package/dist/css/component-css/pds-breadcrumb.css +1 -1
  39. package/dist/css/component-css/pds-button-link.css +1 -1
  40. package/dist/css/component-css/pds-button-nav.css +1 -1
  41. package/dist/css/component-css/pds-button.css +9 -3
  42. package/dist/css/component-css/pds-callout.css +1 -1
  43. package/dist/css/component-css/pds-card-select-group.css +1 -1
  44. package/dist/css/component-css/pds-card.css +1 -1
  45. package/dist/css/component-css/pds-checkbox.css +1 -1
  46. package/dist/css/component-css/pds-close-button.css +1 -1
  47. package/dist/css/component-css/pds-combobox-multiselect.css +2 -2
  48. package/dist/css/component-css/pds-compact-empty-state.css +1 -1
  49. package/dist/css/component-css/pds-comparison-list.css +1 -1
  50. package/dist/css/component-css/pds-cta-link.css +1 -1
  51. package/dist/css/component-css/pds-dashboard-nav.css +2 -2
  52. package/dist/css/component-css/pds-datepicker.css +1 -1
  53. package/dist/css/component-css/pds-drawer.css +1 -0
  54. package/dist/css/component-css/pds-expansion-panel.css +1 -1
  55. package/dist/css/component-css/pds-file-upload.css +2 -2
  56. package/dist/css/component-css/pds-flow-steps.css +1 -1
  57. package/dist/css/component-css/pds-footer-links.css +1 -1
  58. package/dist/css/component-css/pds-horizontal-empty-state.css +1 -1
  59. package/dist/css/component-css/pds-icon-button.css +4 -4
  60. package/dist/css/component-css/pds-icon-story-only.css +1 -1
  61. package/dist/css/component-css/pds-icon.css +1 -0
  62. package/dist/css/component-css/pds-index.css +29 -45
  63. package/dist/css/component-css/pds-inline-message.css +1 -1
  64. package/dist/css/component-css/pds-input-utilities.css +1 -1
  65. package/dist/css/component-css/pds-menu-button.css +1 -1
  66. package/dist/css/component-css/pds-modal.css +1 -1
  67. package/dist/css/component-css/pds-pagination.css +1 -1
  68. package/dist/css/component-css/pds-panel.css +1 -1
  69. package/dist/css/component-css/pds-pantheon-logo.css +1 -1
  70. package/dist/css/component-css/pds-pricing-card.css +1 -1
  71. package/dist/css/component-css/pds-progress-bar.css +1 -1
  72. package/dist/css/component-css/pds-pull-quote.css +1 -1
  73. package/dist/css/component-css/pds-radio-group.css +1 -1
  74. package/dist/css/component-css/pds-refresh-checker.css +1 -1
  75. package/dist/css/component-css/pds-section-message.css +1 -1
  76. package/dist/css/component-css/pds-segmented-button.css +1 -1
  77. package/dist/css/component-css/pds-select.css +1 -1
  78. package/dist/css/component-css/pds-side-nav-compact.css +1 -1
  79. package/dist/css/component-css/pds-side-nav-global.css +7 -5
  80. package/dist/css/component-css/pds-side-nav.css +1 -1
  81. package/dist/css/component-css/pds-site-footer.css +1 -1
  82. package/dist/css/component-css/pds-skiplink.css +1 -1
  83. package/dist/css/component-css/pds-spinner.css +1 -1
  84. package/dist/css/component-css/pds-sso-button.css +1 -1
  85. package/dist/css/component-css/pds-status-badge.css +1 -1
  86. package/dist/css/component-css/pds-status-indicator.css +1 -1
  87. package/dist/css/component-css/pds-stepper.css +1 -1
  88. package/dist/css/component-css/pds-tab-menu.css +1 -1
  89. package/dist/css/component-css/pds-table-of-contents.css +1 -1
  90. package/dist/css/component-css/pds-tabs.css +1 -1
  91. package/dist/css/component-css/pds-tag.css +1 -1
  92. package/dist/css/component-css/pds-tags-input.css +1 -0
  93. package/dist/css/component-css/pds-text-input.css +1 -1
  94. package/dist/css/component-css/pds-textarea.css +1 -1
  95. package/dist/css/component-css/pds-toaster.css +1 -1
  96. package/dist/css/component-css/pds-tooltip.css +1 -1
  97. package/dist/css/component-css/pds-vertical-empty-state.css +1 -1
  98. package/dist/css/component-css/pds-workspace-selector.css +1 -1
  99. package/dist/css/design-tokens/fonts.css +1 -1
  100. package/dist/css/design-tokens/variables.dark.css +155 -28
  101. package/dist/css/design-tokens/variables.global.css +4 -3
  102. package/dist/css/design-tokens/variables.light.css +130 -25
  103. package/dist/css/design-tokens/variables.typography.css +8 -5
  104. package/dist/css/layout-css/pds-app-layout.css +2 -0
  105. package/dist/css/layout-css/pds-dashboard-global.css +8 -0
  106. package/dist/css/layout-css/pds-dashboard-inner.css +1 -0
  107. package/dist/css/layout-css/pds-docs-layout.css +1 -0
  108. package/dist/css/layout-css/pds-flex-container.css +1 -0
  109. package/dist/css/layout-css/pds-index.css +9 -0
  110. package/dist/css/layout-css/pds-stepper-layout.css +1 -0
  111. package/dist/css/layout-css/pds-three-item-layout.css +1 -0
  112. package/dist/css/layout-css/pds-two-item-layout.css +1 -0
  113. package/dist/css/pds-components.css +29 -45
  114. package/dist/css/pds-core.css +2 -2
  115. package/dist/css/pds-layouts.css +2 -2
  116. package/dist/index.css +1 -1
  117. package/dist/index.d.ts +32 -0
  118. package/dist/index.js +5436 -1673
  119. package/dist/index.js.map +1 -1
  120. package/dist/index.source.d.ts +3 -1
  121. package/dist/layouts/AppLayout/AppLayout.d.ts +11 -6
  122. package/dist/libs/types/custom-types.d.ts +2 -2
  123. package/dist/svg/angleDown.svg +3 -0
  124. package/dist/svg/angleLeft.svg +3 -0
  125. package/dist/svg/angleRight.svg +3 -0
  126. package/dist/svg/angleUp.svg +3 -0
  127. package/dist/svg/anglesLeft.svg +3 -0
  128. package/dist/svg/anglesRight.svg +3 -0
  129. package/dist/svg/arrowDownToLine.svg +3 -0
  130. package/dist/svg/arrowLeft.svg +3 -0
  131. package/dist/svg/arrowRight.svg +3 -0
  132. package/dist/svg/arrowsRetweet.svg +3 -0
  133. package/dist/svg/asterisk.svg +3 -0
  134. package/dist/svg/banBug.svg +3 -0
  135. package/dist/svg/bars.svg +3 -0
  136. package/dist/svg/barsFilter.svg +3 -0
  137. package/dist/svg/bell.svg +3 -0
  138. package/dist/svg/billboard.svg +3 -0
  139. package/dist/svg/bitbucket.svg +3 -0
  140. package/dist/svg/bluesky.svg +3 -0
  141. package/dist/svg/bolt.svg +3 -0
  142. package/dist/svg/boltPantheon.svg +3 -0
  143. package/dist/svg/boltSolid.svg +3 -0
  144. package/dist/svg/book.svg +3 -0
  145. package/dist/svg/books.svg +3 -0
  146. package/dist/svg/bracketRight.svg +3 -0
  147. package/dist/svg/bracketsSquare.svg +3 -0
  148. package/dist/svg/brainCircuit.svg +3 -0
  149. package/dist/svg/broomWide.svg +3 -0
  150. package/dist/svg/building.svg +3 -0
  151. package/dist/svg/buildings.svg +3 -0
  152. package/dist/svg/bullhorn.svg +3 -0
  153. package/dist/svg/calendarDays.svg +3 -0
  154. package/dist/svg/caretDown.svg +3 -0
  155. package/dist/svg/caretLeft.svg +3 -0
  156. package/dist/svg/caretRight.svg +3 -0
  157. package/dist/svg/caretUp.svg +3 -0
  158. package/dist/svg/ccAmex.svg +3 -0
  159. package/dist/svg/ccApplePay.svg +3 -0
  160. package/dist/svg/ccDiscover.svg +3 -0
  161. package/dist/svg/ccGeneric.svg +3 -0
  162. package/dist/svg/ccMC.svg +3 -0
  163. package/dist/svg/ccPaypal.svg +3 -0
  164. package/dist/svg/ccVisa.svg +3 -0
  165. package/dist/svg/chartLine.svg +3 -0
  166. package/dist/svg/chartNetwork.svg +3 -0
  167. package/dist/svg/chartSimple.svg +3 -0
  168. package/dist/svg/check.svg +3 -0
  169. package/dist/svg/circle.svg +3 -0
  170. package/dist/svg/circleCheck.svg +3 -0
  171. package/dist/svg/circleExclamation.svg +3 -0
  172. package/dist/svg/circleInfo.svg +3 -0
  173. package/dist/svg/circleMinus.svg +3 -0
  174. package/dist/svg/circleNotch.svg +3 -0
  175. package/dist/svg/circlePlus.svg +3 -0
  176. package/dist/svg/circleQuestion.svg +3 -0
  177. package/dist/svg/circleUser.svg +3 -0
  178. package/dist/svg/circleXmark.svg +3 -0
  179. package/dist/svg/cloud.svg +3 -0
  180. package/dist/svg/cloudArrowDown.svg +3 -0
  181. package/dist/svg/cloudArrowUp.svg +3 -0
  182. package/dist/svg/cloudPlus.svg +3 -0
  183. package/dist/svg/code.svg +3 -0
  184. package/dist/svg/codeBranch.svg +3 -0
  185. package/dist/svg/codeMerge.svg +3 -0
  186. package/dist/svg/command.svg +3 -0
  187. package/dist/svg/comment.svg +3 -0
  188. package/dist/svg/copy.svg +3 -0
  189. package/dist/svg/desktop.svg +3 -0
  190. package/dist/svg/diamondExclamation.svg +3 -0
  191. package/dist/svg/diamonds4.svg +3 -0
  192. package/dist/svg/discourse.svg +3 -0
  193. package/dist/svg/display.svg +3 -0
  194. package/dist/svg/dollarSign.svg +3 -0
  195. package/dist/svg/download.svg +3 -0
  196. package/dist/svg/drupal.svg +3 -0
  197. package/dist/svg/ellipsis.svg +3 -0
  198. package/dist/svg/ellipsisVertical.svg +3 -0
  199. package/dist/svg/emptySet.svg +3 -0
  200. package/dist/svg/envelope.svg +3 -0
  201. package/dist/svg/envelopeOpen.svg +3 -0
  202. package/dist/svg/exclamation.svg +3 -0
  203. package/dist/svg/expand.svg +3 -0
  204. package/dist/svg/expandFromCenter.svg +3 -0
  205. package/dist/svg/externalLink.svg +3 -0
  206. package/dist/svg/eye.svg +3 -0
  207. package/dist/svg/eyeSlash.svg +3 -0
  208. package/dist/svg/facebook.svg +3 -0
  209. package/dist/svg/file.svg +3 -0
  210. package/dist/svg/fileCSV.svg +3 -0
  211. package/dist/svg/fileCheck.svg +3 -0
  212. package/dist/svg/fileContract.svg +3 -0
  213. package/dist/svg/fileDiff.svg +3 -0
  214. package/dist/svg/fileExport.svg +3 -0
  215. package/dist/svg/fileImport.svg +3 -0
  216. package/dist/svg/fileLines.svg +3 -0
  217. package/dist/svg/filePDF.svg +3 -0
  218. package/dist/svg/fileZip.svg +3 -0
  219. package/dist/svg/folder.svg +3 -0
  220. package/dist/svg/folderTree.svg +3 -0
  221. package/dist/svg/gear.svg +3 -0
  222. package/dist/svg/gem.svg +3 -0
  223. package/dist/svg/github.svg +3 -0
  224. package/dist/svg/gitlab.svg +3 -0
  225. package/dist/svg/globe.svg +3 -0
  226. package/dist/svg/graduationCap.svg +3 -0
  227. package/dist/svg/grid.svg +3 -0
  228. package/dist/svg/gripDots.svg +3 -0
  229. package/dist/svg/gripDotsVertical.svg +3 -0
  230. package/dist/svg/heart.svg +3 -0
  231. package/dist/svg/heartSolid.svg +3 -0
  232. package/dist/svg/house.svg +3 -0
  233. package/dist/svg/idCard.svg +3 -0
  234. package/dist/svg/image.svg +3 -0
  235. package/dist/svg/inputText.svg +3 -0
  236. package/dist/svg/instagram.svg +3 -0
  237. package/dist/svg/keySkeleton.svg +3 -0
  238. package/dist/svg/laptop.svg +3 -0
  239. package/dist/svg/laptopCode.svg +3 -0
  240. package/dist/svg/leaf.svg +3 -0
  241. package/dist/svg/lifeRing.svg +3 -0
  242. package/dist/svg/linkSimple.svg +3 -0
  243. package/dist/svg/linkSimpleSlash.svg +3 -0
  244. package/dist/svg/linkedin.svg +3 -0
  245. package/dist/svg/listCheck.svg +3 -0
  246. package/dist/svg/locationCrosshairs.svg +3 -0
  247. package/dist/svg/lock.svg +3 -0
  248. package/dist/svg/lockOpen.svg +3 -0
  249. package/dist/svg/magnifyingGlass.svg +3 -0
  250. package/dist/svg/medal.svg +3 -0
  251. package/dist/svg/memo.svg +3 -0
  252. package/dist/svg/messages.svg +3 -0
  253. package/dist/svg/minus.svg +3 -0
  254. package/dist/svg/moon.svg +3 -0
  255. package/dist/svg/nextJs.svg +3 -0
  256. package/dist/svg/paperPlane.svg +3 -0
  257. package/dist/svg/paperclip.svg +3 -0
  258. package/dist/svg/pen.svg +3 -0
  259. package/dist/svg/penField.svg +3 -0
  260. package/dist/svg/phone.svg +3 -0
  261. package/dist/svg/play.svg +3 -0
  262. package/dist/svg/plus.svg +3 -0
  263. package/dist/svg/question.svg +3 -0
  264. package/dist/svg/quotesLeft.svg +3 -0
  265. package/dist/svg/quotesRight.svg +3 -0
  266. package/dist/svg/rectangleList.svg +3 -0
  267. package/dist/svg/reply.svg +3 -0
  268. package/dist/svg/robot.svg +3 -0
  269. package/dist/svg/rocketLaunch.svg +3 -0
  270. package/dist/svg/rotate.svg +3 -0
  271. package/dist/svg/rotateClock.svg +3 -0
  272. package/dist/svg/rotateLeft.svg +3 -0
  273. package/dist/svg/rotateRight.svg +3 -0
  274. package/dist/svg/rss.svg +3 -0
  275. package/dist/svg/save.svg +3 -0
  276. package/dist/svg/server.svg +3 -0
  277. package/dist/svg/shareNodes.svg +3 -0
  278. package/dist/svg/shield.svg +3 -0
  279. package/dist/svg/shieldQuartered.svg +3 -0
  280. package/dist/svg/shovel.svg +3 -0
  281. package/dist/svg/siren.svg +3 -0
  282. package/dist/svg/sirenOn.svg +3 -0
  283. package/dist/svg/sitemap.svg +3 -0
  284. package/dist/svg/slack.svg +3 -0
  285. package/dist/svg/slashForward.svg +3 -0
  286. package/dist/svg/slidersSimple.svg +3 -0
  287. package/dist/svg/snowflake.svg +3 -0
  288. package/dist/svg/sparkles.svg +3 -0
  289. package/dist/svg/squareCheck.svg +3 -0
  290. package/dist/svg/squareCode.svg +3 -0
  291. package/dist/svg/squareMinus.svg +3 -0
  292. package/dist/svg/squarePen.svg +3 -0
  293. package/dist/svg/squareQuestion.svg +3 -0
  294. package/dist/svg/squareTerminal.svg +3 -0
  295. package/dist/svg/star.svg +3 -0
  296. package/dist/svg/starSolid.svg +3 -0
  297. package/dist/svg/sun.svg +3 -0
  298. package/dist/svg/sunBright.svg +3 -0
  299. package/dist/svg/table.svg +3 -0
  300. package/dist/svg/tableRows.svg +3 -0
  301. package/dist/svg/terminal.svg +3 -0
  302. package/dist/svg/text.svg +3 -0
  303. package/dist/svg/threads.svg +3 -0
  304. package/dist/svg/thumbsDown.svg +3 -0
  305. package/dist/svg/thumbsUp.svg +3 -0
  306. package/dist/svg/trash.svg +3 -0
  307. package/dist/svg/triangleExclamation.svg +3 -0
  308. package/dist/svg/twitter.svg +3 -0
  309. package/dist/svg/upload.svg +3 -0
  310. package/dist/svg/user.svg +3 -0
  311. package/dist/svg/userAstronaut.svg +3 -0
  312. package/dist/svg/userGear.svg +3 -0
  313. package/dist/svg/userPlus.svg +3 -0
  314. package/dist/svg/users.svg +3 -0
  315. package/dist/svg/video.svg +3 -0
  316. package/dist/svg/wavePulse.svg +3 -0
  317. package/dist/svg/windowRestore.svg +3 -0
  318. package/dist/svg/wordpress.svg +3 -0
  319. package/dist/svg/wreathLaurel.svg +3 -0
  320. package/dist/svg/wrench.svg +3 -0
  321. package/dist/svg/xTwitter.svg +3 -0
  322. package/dist/svg/xmark.svg +3 -0
  323. package/dist/svg/xmarkLarge.svg +3 -0
  324. package/dist/svg/youtube.svg +3 -0
  325. package/package.json +38 -22
  326. package/tailwind/README.md +220 -0
  327. package/tailwind/TESTING.md +457 -0
  328. package/tailwind/v3/preset.cjs +258 -0
  329. package/tailwind/v4/theme.css +230 -0
  330. package/dist/components/badges/IndicatorBadge/IndicatorBadge.d.ts +0 -27
  331. package/dist/css/component-css/pds-indicator-badge.css +0 -25
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M391.5 53.2c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L448 96 469.2 152.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L512 96 568.5 74.8c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L512 32 490.8-24.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L448 32 391.5 53.2zM167.9 208.5l24.1-52.1 24.1 52.1c4.8 10.4 13.1 18.7 23.5 23.5l52.1 24.1-52.1 24.1c-10.4 4.8-18.7 13.1-23.5 23.5l-24.1 52.1-24.1-52.1c-4.8-10.4-13.1-18.7-23.5-23.5L92.3 256 144.5 231.9c10.4-4.8 18.7-13.1 23.5-23.5zM165.6 99.1l-41.2 89.3-89.3 41.2-.6 .3c-3.9 1.8-12.3 5.7-25.2 11.6-5.7 2.6-9.3 8.3-9.3 14.5s3.6 11.9 9.3 14.5c12.9 5.9 21.2 9.8 25.2 11.6l.6 .3 89.3 41.2 41.2 89.3 .3 .6c1.8 3.9 5.7 12.3 11.6 25.2 2.6 5.7 8.3 9.3 14.5 9.3s11.9-3.6 14.5-9.3c14.4-31.1 15.1-32.7 53.1-115l89.3-41.2 .6-.3c3.9-1.8 12.3-5.7 25.2-11.6 5.7-2.6 9.3-8.3 9.3-14.5s-3.6-11.9-9.3-14.5c-31.1-14.4-32.7-15.1-115-53.1l-41.2-89.3-.3-.6c-1.8-3.9-5.7-12.3-11.6-25.2-2.6-5.7-8.3-9.3-14.5-9.3s-11.9 3.6-14.5 9.3c-13.8 29.8-11.5 25-11.9 25.8zM416 416l-56.5 21.2c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L416 480 437.2 536.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L480 480 536.5 458.8c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L480 416 458.8 359.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L416 416z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0zM64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zm230.7 89.9c7.8-10.7 22.8-13.1 33.5-5.3 10.7 7.8 13.1 22.8 5.3 33.5L211.4 366.1c-4.1 5.7-10.5 9.3-17.5 9.8-7 .5-13.9-2-18.8-6.9l-55.9-55.9c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l36 36 105.6-145.2z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM255 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9l-64-64c-9.4-9.4-24.6-9.4-33.9 0zM193 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L95 239c-9.4 9.4-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM136 232l176 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-176 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm325.8 43.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-23.8 23.8-71-71 23.8-23.8c15.6-15.6 40.9-15.6 56.6 0zM119.9 289l91.5-91.6 71 71-91.6 91.5c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm224 88c-16.1 0-29.2 13.1-29.2 29.2 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-42.6 34.6-77.2 77.2-77.2s77.2 34.6 77.2 77.2c0 45.5-34.5 64.7-53.7 71.8-2.3 10.8-11.9 19-23.5 19-13.3 0-24-10.7-24-24 0-20.2 14.6-34.6 29.5-39.5 6-2 12.3-5.1 16.8-9.5 3.9-3.8 6.9-9 6.9-17.7 0-16.1-13.1-29.2-29.2-29.2zM196 352a28 28 0 1 1 56 0 28 28 0 1 1 -56 0z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm39 127c-9.4 9.4-9.4 24.6 0 33.9l63 63-63 63c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0zM216 336c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-112 0z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M288.1-32c9 0 17.3 5.1 21.4 13.1L383 125.3 542.9 150.7c8.9 1.4 16.3 7.7 19.1 16.3s.5 18-5.8 24.4L441.7 305.9 467 465.8c1.4 8.9-2.3 17.9-9.6 23.2s-17 6.1-25 2L288.1 417.6 143.8 491c-8 4.1-17.7 3.3-25-2s-11-14.2-9.6-23.2L134.4 305.9 20 191.4c-6.4-6.4-8.6-15.8-5.8-24.4s10.1-14.9 19.1-16.3l159.9-25.4 73.6-144.2c4.1-8 12.4-13.1 21.4-13.1zm0 76.8L230.3 158c-3.5 6.8-10 11.6-17.6 12.8l-125.5 20 89.8 89.9c5.4 5.4 7.9 13.1 6.7 20.7l-19.8 125.5 113.3-57.6c6.8-3.5 14.9-3.5 21.8 0l113.3 57.6-19.8-125.5c-1.2-7.6 1.3-15.3 6.7-20.7l89.8-89.9-125.5-20c-7.6-1.2-14.1-6-17.6-12.8L288.1 44.8z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M309.5-18.9c-4.1-8-12.4-13.1-21.4-13.1s-17.3 5.1-21.4 13.1L193.1 125.3 33.2 150.7c-8.9 1.4-16.3 7.7-19.1 16.3s-.5 18 5.8 24.4l114.4 114.5-25.2 159.9c-1.4 8.9 2.3 17.9 9.6 23.2s16.9 6.1 25 2L288.1 417.6 432.4 491c8 4.1 17.7 3.3 25-2s11-14.2 9.6-23.2L441.7 305.9 556.1 191.4c6.4-6.4 8.6-15.8 5.8-24.4s-10.1-14.9-19.1-16.3L383 125.3 309.5-18.9z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M288-32c8 0 15.4 4 19.9 10.6l58.8 87.4 103.4-20.2c7.8-1.5 15.9 .9 21.6 6.6s8.1 13.8 6.6 21.6L478 177.3 565.4 236.1C572 240.5 576 248 576 256s-4 15.4-10.6 19.9L478 334.7 498.2 438c1.5 7.8-.9 15.9-6.6 21.6s-13.8 8.1-21.6 6.6L366.7 446 307.9 533.4C303.4 540 296 544 288 544s-15.4-4-19.9-10.6L209.3 446 105.9 466.2c-7.8 1.5-15.9-.9-21.6-6.6s-8.1-13.8-6.6-21.6L98 334.7 10.6 275.9C4 271.4 0 264 0 256s4-15.4 10.6-19.9L98 177.3 77.8 73.9c-1.5-7.8 .9-15.9 6.6-21.6s13.8-8.1 21.6-6.6l103.3 20.2 58.8-87.4 1.8-2.3C274.4-29 281-32 288-32zm-47.8 138c-5.4 8-15 12-24.5 10.2l-84-16.4 16.4 84c1.8 9.5-2.2 19.1-10.2 24.5L67 256 138 303.8c8 5.4 12 15 10.2 24.5l-16.4 84 84-16.4 3.5-.4c8.3-.4 16.3 3.6 21 10.6l47.8 71 47.8-71 2.2-2.8c5.6-6.1 14-9 22.3-7.3l84 16.4-16.4-84c-1.8-9.5 2.2-19.1 10.2-24.5l71-47.8-71-47.8c-8-5.4-12-15-10.2-24.5l16.4-84-84 16.4c-9.5 1.8-19.1-2.2-24.5-10.2l-47.8-71-47.8 71zM288 376a120 120 0 1 1 0-240 120 120 0 1 1 0 240zm0-192a72 72 0 1 0 0 144 72 72 0 1 0 0-144z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M288 432c13.3 0 24 10.7 24 24l0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-64c0-13.3 10.7-24 24-24zM129.6 380.4c9.4-9.4 24.6-9.4 34 0s9.4 24.6 0 34l-45.3 45.3c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l45.2-45.3zm282.8 0c9.4-9.4 24.6-9.4 34 0l45.3 45.3c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-45.3-45.3c-9.4-9.4-9.4-24.6 0-34zM288 384a128 128 0 1 1 0-256 128 128 0 1 1 0 256zm0-208a80 80 0 1 0 0 160 80 80 0 1 0 0-160zM88 232c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0zm464 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0zM84.3 52.3c9.4-9.4 24.6-9.4 33.9 0l45.3 45.2c9.4 9.4 9.4 24.6 0 34s-24.6 9.4-34 0L84.3 86.3c-9.4-9.4-9.4-24.6 0-33.9zm373.4 0c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-45.3 45.3c-9.4 9.4-24.6 9.4-34 0s-9.4-24.6 0-34l45.3-45.2zM288-32c13.3 0 24 10.7 24 24l0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-64c0-13.3 10.7-24 24-24z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64l-320 0-6.5-.3C25.2 476.4 0 449.1 0 416L0 96C0 60.7 28.7 32 64 32l320 0zM48 312l0 104c0 8.8 7.2 16 16 16l136 0 0-120-152 0zm200 0l0 120 136 0c8.8 0 16-7.2 16-16l0-104-152 0zM48 264l152 0 0-104-152 0 0 104zm200 0l152 0 0-104-152 0 0 104z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M384 432l-256 0 0-152 272 0 0 136c0 8.8-7.2 16-16 16zm16-200l-272 0 0-152 256 0c8.8 0 16 7.2 16 16l0 136zM0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M7 105C-2.3 95.6-2.3 80.4 7 71S31.6 61.7 41 71L209 239c9.4 9.4 9.4 24.6 0 33.9L41 441c-9.4 9.4-24.6 9.4-33.9 0S-2.3 416.4 7 407L158.1 256 7 105zM488 400c13.3 0 24 10.7 24 24s-10.7 24-24 24l-272 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l272 0z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M48 136l0-56 120 0 0 352-64 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-64 0 0-352 120 0 0 56c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64c0-22.1-17.9-40-40-40L40 32C17.9 32 0 49.9 0 72l0 64c0 13.3 10.7 24 24 24s24-10.7 24-24z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M331.5 235.7c2.2 .9 4.2 1.9 6.3 2.8 29.2 14.1 50.6 35.2 61.8 61.4 15.7 36.5 17.2 95.8-30.3 143.2-36.2 36.2-80.3 52.5-142.6 53l-.3 0c-70.2-.5-124.1-24.1-160.4-70.2-32.3-41-48.9-98.1-49.5-169.6l0-.5C17 184.3 33.6 127.2 65.9 86.2 102.2 40.1 156.2 16.5 226.4 16l.3 0c70.3 .5 124.9 24 162.3 69.9 18.4 22.7 32 50 40.6 81.7l-40.4 10.8c-7.1-25.8-17.8-47.8-32.2-65.4-29.2-35.8-73-54.2-130.5-54.6-57 .5-100.1 18.8-128.2 54.4-26.2 33.3-39.8 81.5-40.3 143.2 .5 61.7 14.1 109.9 40.3 143.3 28 35.6 71.2 53.9 128.2 54.4 51.4-.4 85.4-12.6 113.7-40.9 32.3-32.2 31.7-71.8 21.4-95.9-6.1-14.2-17.1-26-31.9-34.9-3.7 26.9-11.8 48.3-24.7 64.8-17.1 21.8-41.4 33.6-72.7 35.3-23.6 1.3-46.3-4.4-63.9-16-20.8-13.8-33-34.8-34.3-59.3-2.5-48.3 35.7-83 95.2-86.4 21.1-1.2 40.9-.3 59.2 2.8-2.4-14.8-7.3-26.6-14.6-35.2-10-11.7-25.6-17.7-46.2-17.8l-.7 0c-16.6 0-39 4.6-53.3 26.3l-34.4-23.6c19.2-29.1 50.3-45.1 87.8-45.1l.8 0c62.6 .4 99.9 39.5 103.7 107.7l-.2 .2 .1 0zm-156 68.8c1.3 25.1 28.4 36.8 54.6 35.3 25.6-1.4 54.6-11.4 59.5-73.2-13.2-2.9-27.8-4.4-43.4-4.4-4.8 0-9.6 .1-14.4 .4-42.9 2.4-57.2 23.2-56.2 41.8l-.1 .1z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M360 32l7.4 .4c35 3.6 62.5 32.2 64.4 67.7 17.8 11.8 30.1 31.4 32 53.9l.2 6c0 5.7-.7 11.2-2 16.5 10.2 11.5 16.8 26.3 17.8 42.7l.2 4.8c0 13.2-3.6 25.4-9.8 36 4.9 8.4 8.2 17.9 9.3 28l.4 8c0 37.3-28.3 67.9-64.6 71.6l-7.4 .4-109.7 0 14.1 30 3.1 7.6c12.5 35.7-1.8 75.5-34.2 95l-7.2 3.9c-37.5 17.6-81.7 3.6-102.6-31.2l-.6-.9-2.7-5-.6-1.2-30.1-64c-9.4 17.8-28 29.9-49.5 29.9l-32 0c-30.9 0-56-25.1-56-56L0 152c0-30.9 25.1-56 56-56l32 0c12.4 0 23.9 4.1 33.2 11 13.2-21.4 32-39.4 55-51.6l12.2-6.5 .7-.3 6.6-3.2 .7-.3 7.1-3c16.7-6.6 34.5-9.9 52.6-9.9L360 32zM255.9 80c-12 0-23.9 2.3-35.1 6.6l-4.7 2-5.3 2.6 0 0-12.2 6.5c-29.2 15.5-48.3 44.9-50.7 77.6l-.2 8 0 112.9 .1 4.1c.5 8.2 2.5 16.2 6 23.7l56.8 120.9 2.1 3.8c8.4 13.7 26 19.1 40.8 12.2l2.9-1.6c13-7.8 18.7-23.7 13.7-38l-1.2-3-30.2-64.2c-3.5-7.4-2.9-16.1 1.5-23.1s12-11.1 20.2-11.1l147.5 0 2.4-.1c11.3-1.1 20.3-10.1 21.4-21.4l.1-2.5c0-7.1-3.1-13.5-8.2-18-5.2-4.6-8.2-11.1-8.2-18s3-13.4 8.2-18c4.4-3.9 7.4-9.3 8-15.3l.2-2.7c0-8.4-4.4-15.9-11.2-20.2-10.7-6.9-14.2-20.9-8-32 1.5-2.6 2.5-5.6 2.9-8.6l.2-3.2c0-10.6-6.9-19.6-16.6-22.8-11.7-3.8-18.7-15.9-16-28 .2-.9 .3-1.8 .4-2.6l.2-2.6c0-12.4-9.5-22.6-21.6-23.8L360 80 255.9 80zM56 144c-4.4 0-8 3.6-8 8l0 224c0 4.4 3.6 8 8 8l32 0c4.4 0 8-3.6 8-8l0-224c0-4.4-3.6-8-8-8l-32 0z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M171.5 38.8C192.3 4 236.5-10 274 7.6l7.2 3.8C316 32.3 330 76.5 312.4 114l0 0-14.1 30 109.7 0 7.4 .4c36.3 3.7 64.6 34.4 64.6 71.6 0 13.2-3.6 25.4-9.8 36 6.1 10.6 9.7 22.8 9.8 36 0 18.3-6.9 34.8-18 47.5 1.3 5.3 2 10.8 2 16.5 0 25.1-12.9 47-32.2 59.9-1.9 35.5-29.4 64.2-64.4 67.7l-7.4 .4-104.1 0c-18 0-35.9-3.4-52.6-9.9l-7.1-3-.7-.3-6.6-3.2-.7-.3-12.2-6.5c-12.3-6.5-23.3-14.7-32.9-24.1-4.1 26.9-27.3 47.4-55.3 47.4l-32 0c-30.9 0-56-25.1-56-56L0 200c0-30.9 25.1-56 56-56l32 0c10.8 0 20.9 3.1 29.5 8.5l50.1-106.5 .6-1.2 2.7-5 .6-.9zM56 192c-4.4 0-8 3.6-8 8l0 224c0 4.4 3.6 8 8 8l32 0c4.4 0 8-3.6 8-8l0-224c0-4.4-3.6-8-8-8l-32 0zM253.6 51c-14.8-6.9-32.3-1.6-40.7 12l-2.2 4-56.8 120.9c-3.5 7.5-5.5 15.5-6 23.7l-.1 4.2 0 112.9 .2 7.9c2.4 32.7 21.4 62.1 50.7 77.7l11.5 6.1 6.3 3.1c12.4 5.6 25.8 8.5 39.4 8.5l104.1 0 2.4-.1c12.1-1.2 21.6-11.5 21.6-23.9l-.2-2.6c-.1-.9-.2-1.7-.4-2.6-2.7-12.1 4.3-24.2 16-28 9.7-3.1 16.6-12.2 16.6-22.8 0-4.3-1.1-8.2-3.1-11.8-6.3-11.1-2.8-25.2 8-32 6.8-4.3 11.2-11.8 11.2-20.2 0-7.1-3.1-13.5-8.2-18-5.2-4.6-8.2-11.1-8.2-18s3-13.4 8.2-18c5.1-4.5 8.2-10.9 8.2-18l-.1-2.4c-1.1-11.3-10.1-20.3-21.4-21.4l-2.4-.1-147.5 0c-8.2 0-15.8-4.2-20.2-11.1-4.4-6.9-5-15.7-1.5-23.1L269 93.6c7-15 1.4-32.7-12.5-41L253.6 51z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M136.2 4.8c4.7-12.5 16.6-20.8 30-20.8l115.6 0c13.3 0 25.3 8.3 30 20.8L328 48 424 48c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 96C10.7 96 0 85.3 0 72S10.7 48 24 48l96 0 16.2-43.2zm-84.6 448L28.7 144 76.9 144 99.5 449.2c.6 8.4 7.6 14.8 16 14.8l217.1 0c8.4 0 15.3-6.5 16-14.8l22.6-305.2 48.1 0-22.9 308.7c-2.5 33.4-30.3 59.3-63.8 59.3l-217.1 0c-33.5 0-61.3-25.9-63.8-59.3z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M256.5 0c14.7 0 28.2 8.1 35.2 21l216 400c6.7 12.4 6.4 27.4-.8 39.5S486.6 480 472.5 480l-432 0c-14.1 0-27.1-7.4-34.3-19.5s-7.5-27.1-.8-39.5l216-400c7-12.9 20.5-21 35.2-21zM53.9 432L459.1 432 256.5 56.8 53.9 432zm202.6-40a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0-208c18.6 0 33 16.1 31 34.6l-7.1 64.1C279 294.8 268.7 304 256.5 304s-22.5-9.2-23.8-21.3l-7.1-64.1c-2-18.5 12.4-34.6 31-34.6z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M459.4 151.7c.3 4.5 .3 9.1 .3 13.6 0 138.7-105.6 298.6-298.6 298.6-59.5 0-114.7-17.2-161.1-47.1 8.4 1 16.6 1.3 25.3 1.3 49.1 0 94.2-16.6 130.3-44.8-46.1-1-84.8-31.2-98.1-72.8 6.5 1 13 1.6 19.8 1.6 9.4 0 18.8-1.3 27.6-3.6-48.1-9.7-84.1-52-84.1-103l0-1.3c14 7.8 30.2 12.7 47.4 13.3-28.3-18.8-46.8-51-46.8-87.4 0-19.5 5.2-37.4 14.3-53 51.7 63.7 129.3 105.3 216.4 109.8-1.6-7.8-2.6-15.9-2.6-24 0-57.8 46.8-104.9 104.9-104.9 30.2 0 57.5 12.7 76.7 33.1 23.7-4.5 46.5-13.3 66.6-25.3-7.8 24.4-24.4 44.8-46.1 57.8 21.1-2.3 41.6-8.1 60.4-16.2-14.3 20.8-32.2 39.3-52.6 54.3z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M248 328c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-246.1-63 63c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L207 7c9.4-9.4 24.6-9.4 33.9 0L345 111c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-63-63 0 246.1zm-96-8l-88 0c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-80c0-8.8-7.2-16-16-16l-88 0 0-48 88 0c35.3 0 64 28.7 64 64l0 80c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64l0-80c0-35.3 28.7-64 64-64l88 0 0 48zm168 56a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M144 128a80 80 0 1 1 160 0 80 80 0 1 1 -160 0zm208 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0zM48 480c0-70.7 57.3-128 128-128l96 0c70.7 0 128 57.3 128 128l0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8c0-97.2-78.8-176-176-176l-96 0C78.8 304 0 382.8 0 480l0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M352 160a128 128 0 1 0 -256 0 128 128 0 1 0 256 0zM224-16c74.6 0 138.4 46.4 164 112l4 0c13.3 0 24 10.7 24 24l0 80c0 13.3-10.7 24-24 24l-4 0c-25.6 65.6-89.4 112-164 112S85.6 289.6 60 224l-4 0c-13.3 0-24-10.7-24-24l0-80c0-13.3 10.7-24 24-24l4 0C85.6 30.4 149.4-16 224-16zM128 176c0-44.2 35.8-80 80-80l32 0c44.2 0 80 35.8 80 80s-35.8 80-80 80l-32 0c-44.2 0-80-35.8-80-80zm85.3-13.3l-6-21.2c-.9-3.3-3.9-5.5-7.3-5.5s-6.4 2.2-7.3 5.5l-6 21.2-21.2 6c-3.3 .9-5.5 3.9-5.5 7.3s2.2 6.4 5.5 7.3l21.2 6 6 21.2c.9 3.3 3.9 5.5 7.3 5.5s6.4-2.2 7.3-5.5l6-21.2 21.2-6c3.3-.9 5.5-3.9 5.5-7.3s-2.2-6.4-5.5-7.3l-21.2-6zM89.7 339.3c17 12.8 35.9 23.2 56.2 30.7-55.7 10.4-97.9 59.2-97.9 118 0 13.3-10.7 24-24 24S0 501.3 0 488c0-64.5 36.4-120.5 89.7-148.7zM302.1 370c20.3-7.5 39.2-17.9 56.2-30.7 53.4 28.1 89.7 84.2 89.7 148.7 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-58.7-42.2-107.6-97.9-118zM128 432l192 0c17.7 0 32 14.3 32 32l0 48-56 0 0-24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 24-48 0 0-24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 24-56 0 0-48c0-17.7 14.3-32 32-32z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M336.5 128a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zm-208 0a128 128 0 1 1 256 0 128 128 0 1 1 -256 0zm-48 352l0 8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8c0-97.2 78.8-176 176-176l79.2 0c-7.4 15.4-8.9 32.3-5.1 48l-74.1 0c-70.7 0-128 57.3-128 128zM432.6 247.6c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 6.1c0 18.9 24.1 32.8 40.5 23.4l5-2.9c11.6-6.7 26.5-2.6 33 9.1l22.4 40.2c6.2 11.2 2.6 25.2-8.2 32l-4.7 2.9c-16.2 10.1-16.2 39.9 0 50.1l4.6 2.9c10.8 6.8 14.5 20.8 8.3 32L607 483.8c-6.5 11.7-21.4 15.9-33 9.1l-4.9-2.9c-16.4-9.5-40.5 4.5-40.5 23.4l0 6.1c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-5.9c0-19-24.2-33-40.7-23.5l-4.8 2.8c-11.6 6.7-26.4 2.6-33-9.1l-22.6-40.4c-6.2-11.2-2.6-25.3 8.3-32.1l4.4-2.7c16.3-10.1 16.3-40.1 0-50.2l-4.5-2.8c-10.9-6.8-14.5-20.9-8.3-32.1l22.5-40.3c6.5-11.7 21.4-15.8 32.9-9.1l4.8 2.8c16.5 9.5 40.7-4.5 40.7-23.5l0-5.9zm99.9 136.2a52 52 0 1 0 -104 0 52 52 0 1 0 104 0z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M304 304c97.2 0 176 78.8 176 176l0 8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8c0-70.7-57.3-128-128-128l-96 0c-70.7 0-128 57.3-128 128l0 8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8c0-97.2 78.8-176 176-176l96 0zM528 80c13.3 0 24 10.7 24 24l0 48 48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-48 0 0 48c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-48-48 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0 0-48c0-13.3 10.7-24 24-24zM256 256a128 128 0 1 1 0-256 128 128 0 1 1 0 256zm0-208a80 80 0 1 0 0 160 80 80 0 1 0 0-160z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M320 192a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm0-176a112 112 0 1 1 0 224 112 112 0 1 1 0-224zM296 336c-57.4 0-104 46.6-104 104l0 16c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-16c0-83.9 68.1-152 152-152l48 0c83.9 0 152 68.1 152 152l0 16c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-16c0-57.4-46.6-104-104-104l-48 0zm135.4-93.2c11.7-11.3 21.6-24.4 29.4-38.8 5.9 2.6 12.4 4 19.2 4 26.5 0 48-21.5 48-48s-21.5-48-48-48l-.8 0c-1.6-16.6-5.8-32.4-12.1-47.1 4.2-.6 8.6-.9 12.9-.9 53 0 96 43 96 96s-43 96-96 96c-17.7 0-34.3-4.8-48.6-13.2zM160 64c4.4 0 8.7 .3 12.9 .9-6.3 14.7-10.5 30.6-12.1 47.1l-.8 0c-26.5 0-48 21.5-48 48s21.5 48 48 48c6.8 0 13.3-1.4 19.2-4 7.8 14.4 17.7 27.5 29.4 38.8-14.2 8.4-30.8 13.2-48.6 13.2-53 0-96-43-96-96s43-96 96-96zM149.3 304c-15.1 16.3-27.5 35-36.5 55.6-38 15.5-64.8 52.8-64.8 96.4 0 13.3-10.7 24-24 24S0 469.3 0 456c0-83.1 66.6-150.6 149.3-152zm377.9 55.6c-9-20.6-21.5-39.4-36.5-55.6 82.7 1.4 149.3 68.9 149.3 152 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-43.6-26.8-80.9-64.8-96.4z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M96 112c-8.8 0-16 7.2-16 16l0 256c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-256c0-8.8-7.2-16-16-16L96 112zM32 128c0-35.3 28.7-64 64-64l256 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L96 448c-35.3 0-64-28.7-64-64l0-256zm505.6-11.2c4.2-3.1 9.2-4.8 14.4-4.8 13.3 0 24 10.7 24 24l0 240c0 13.3-10.7 24-24 24-5.2 0-10.2-1.7-14.4-4.8l-73.6-55.2 0-60 64 48 0-144-64 48 0-60 73.6-55.2z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M287.4 0c11.1-.3 21 7.1 23.8 17.9l78.7 301.7 36.2-81.3c3.9-8.7 12.4-14.3 21.9-14.3l104 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-88.4 0-57.7 129.7c-4.1 9.3-13.7 15-23.9 14.2s-18.7-8-21.3-17.9l-70.1-268.6-75.2 363.4c-2.3 10.9-11.7 18.8-22.8 19.1s-21-7.1-23.9-17.8L109.6 272 24 272c-13.3 0-24-10.7-24-24s10.7-24 24-24l104 0c10.9 0 20.4 7.3 23.2 17.8l37.9 142 75.4-364.7C266.8 8.2 276.2 .3 287.4 0z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M512 80L224 80c-8.8 0-16 7.2-16 16l0 16-48 0 0-16c0-35.3 28.7-64 64-64l288 0c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64l-48 0 0-48 48 0c8.8 0 16-7.2 16-16l0-192c0-8.8-7.2-16-16-16zM368 288l-320 0 0 128c0 8.8 7.2 16 16 16l288 0c8.8 0 16-7.2 16-16l0-128zM64 160l288 0c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 224c0-35.3 28.7-64 64-64z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M61.7 169.4l101.5 278c-71-34.4-119.9-107.2-119.9-191.4 0-30.9 6.6-60.1 18.4-86.6zm337.9 75.9c0-26.3-9.4-44.5-17.5-58.7-10.8-17.5-20.9-32.4-20.9-49.9 0-19.6 14.8-37.8 35.7-37.8 .9 0 1.8 .1 2.8 .2-37.9-34.7-88.3-55.9-143.7-55.9-74.3 0-139.7 38.1-177.8 95.9 5 .2 9.7 .3 13.7 .3 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l77.5 230.4 46.6-139.6-33.1-90.8c-11.5-.7-22.3-2-22.3-2-11.5-.7-10.1-18.2 1.3-17.5 0 0 35.1 2.7 56 2.7 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l76.9 228.7 21.2-70.9c9-29.4 16-50.5 16-68.7zM259.7 274.6L195.9 460.1c19.1 5.6 39.2 8.7 60.1 8.7 24.8 0 48.5-4.3 70.6-12.1-.6-.9-1.1-1.9-1.5-2.9L259.7 274.6zm183-120.7c.9 6.8 1.4 14 1.4 21.9 0 21.6-4 45.8-16.2 76.2l-65 187.9c63.3-36.9 105.8-105.4 105.8-183.9 0-37-9.4-71.8-26-102.1zM8 256a248 248 0 1 1 496 0 248 248 0 1 1 -496 0zm484.6 0a236.6 236.6 0 1 0 -473.2 0 236.6 236.6 0 1 0 473.2 0z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M237.6 50.9l-11.8 .7c-20.3 1.1-36.6 17.4-37.7 37.7l-.7 11.8 11.8-.7c20.3-1.1 36.6-17.4 37.7-37.7l.7-11.8zM43.6 177.7c-11.4-30.3-9.7-65.3 7.8-95.6L72 46.4c6.3-10.9 20.2-14.6 31-8.3 15.9 9.2 28.9 21.4 38.8 35.5 8-38.5 41-67.7 81.3-70l38.6-2.1c14.3-.8 26.1 11 25.3 25.3l-2.1 38.6c-2.5 44.8-38.2 80.5-83 83l-24.6 1.4c-21.2 31.1-32.8 68.1-32.8 106.3 0 97.2 78.8 176 176 176l11.6 0c43.5 0 86.3 10.1 125.2 29.6l9.9 5c11.9 5.9 16.7 20.3 10.7 32.2s-20.3 16.7-32.2 10.7l-9.9-5C403.6 488.4 368.1 480 332.1 480l-23.1 0c-36 0-71.5 8.4-103.8 24.5l-9.9 5c-11.9 5.9-26.3 1.1-32.2-10.7s-1.1-26.3 10.7-32.2l9.9-5c8.3-4.2 16.8-7.9 25.4-11.2-5.5-3.1-10.8-6.5-15.9-10.1l-4.8 2.8-.3 .2c-4.6 2.7-9.4 4.9-14.2 6.9-50.9 20.4-110.3 .8-138.5-48L14.7 366.4c-6.3-10.9-2.6-24.8 8.3-31 6-3.5 12.2-6.4 18.5-8.7-25.1-20.5-41.1-51.7-41.1-86.7l0-41.2c0-12.6 10.2-22.7 22.7-22.7 7 0 13.8 .6 20.4 1.7zM417.9 3.6c40.3 2.2 73.3 31.5 81.3 70 9.9-14.1 22.9-26.3 38.8-35.5 10.9-6.3 24.8-2.6 31 8.3l20.6 35.7c17.5 30.3 19.2 65.3 7.8 95.6 6.6-1.1 13.4-1.7 20.4-1.7 12.6 0 22.7 10.2 22.7 22.7l0 41.2c0 34.9-16 66.1-41.1 86.7 6.3 2.3 12.5 5.2 18.5 8.7 10.9 6.3 14.6 20.2 8.3 31l-20.6 35.7c-21.6 37.4-61.5 57.6-101.8 55.9-5.3-8.3-12.8-15.4-22.3-20.1l-9.9-5c-13.1-6.5-26.6-12.1-40.3-16.7l0 0c-7.9-2.7-15.9-5-24-7 53.3-30.2 89.3-87.5 89.3-153.2 0-38.2-11.6-75.2-32.8-106.3l-24.6-1.4c-44.8-2.5-80.5-38.2-83-83L354 26.8c-.8-14.3 11-26.1 25.3-25.3l38.6 2.1zm-2.7 47.9l-11.8-.7 .7 11.8c1.1 20.3 17.4 36.6 37.7 37.7l11.8 .7-.7-11.8c-1.1-20.3-17.4-36.6-37.7-37.7zM96.5 301.9l0-4.7c0-31.6-20-58.5-48-68.8l0 11.5c0 29.8 20.4 54.9 48 62zm448.1-4.7l0 4.7c27.6-7.1 48-32.2 48-62l0-11.5c-28 10.3-48 37.2-48 68.8zM149.5 407.8l-2.4-4.1c-15.8-27.3-46.5-40.6-75.9-35.6l5.7 9.9c14.9 25.8 45.1 37.3 72.5 29.7zM105.9 179.7c15.8-27.3 11.9-60.6-7.2-83.5L93 106.1c-14.9 25.8-9.8 57.7 10.6 77.7l2.4-4.1zm431.6 4.1c20.3-20 25.5-51.8 10.6-77.7l-5.7-9.9c-19.1 22.9-22.9 56.2-7.2 83.5l2.4 4.1zm-45.9 224c27.4 7.6 57.6-3.9 72.5-29.7l5.7-9.9c-29.4-5.1-60.1 8.2-75.9 35.6l-2.4 4.1z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M208 168c0-92.8 75.2-168 168-168 27.1 0 52.8 6.4 75.5 17.9 6.9 3.5 11.7 10 12.9 17.6s-1.3 15.3-6.7 20.8l-73.7 73.7 0 30.1 30.1 0 73.7-73.7c5.4-5.4 13.2-7.9 20.8-6.7s14.2 6 17.6 12.9c11.4 22.7 17.9 48.4 17.9 75.5 0 92.8-75.2 168-168 168-16.6 0-32.7-2.4-47.9-6.9L152.6 504.6c-31.2 31.2-81.9 31.2-113.1 0s-31.2-81.9 0-113.1L214.9 215.9c-4.5-15.2-6.9-31.3-6.9-47.9zM376 48c-66.3 0-120 53.7-120 120 0 16 3.1 31.3 8.8 45.2 3.6 8.9 1.6 19.2-5.3 26l-186.2 186.2 0 0c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L304.8 284.5c6.8-6.8 17.1-8.9 26-5.3 13.9 5.7 29.2 8.8 45.2 8.8 66.3 0 120-53.7 120-120 0-6.9-.6-13.7-1.7-20.3L441 201c-4.5 4.5-10.6 7-17 7l-64 0c-13.3 0-24-10.7-24-24l0-64c0-6.4 2.5-12.5 7-17l53.3-53.3C389.7 48.6 382.9 48 376 48z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M357.2 48L427.8 48 273.6 224.2 455 464 313 464 201.7 318.6 74.5 464 3.8 464 168.7 275.5-5.2 48 140.4 48 240.9 180.9 357.2 48zM332.4 421.8l39.1 0-252.4-333.8-42 0 255.3 333.8z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M7.5 105c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l151 151 151-151c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-151 151 151 151c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-151-151-151 151c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l151-151-151-151z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M7.5 41C-1.8 31.6-1.8 16.4 7.5 7S32.1-2.3 41.5 7l215 215 215-215c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-215 215 215 215c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-215-215-215 215c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l215-215-215-215z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="currentColor" aria-hidden="true" focusable="false" role="img">
2
+ <path d="M549.7 124.1C543.5 100.4 524.9 81.8 501.4 75.5 458.9 64 288.1 64 288.1 64S117.3 64 74.7 75.5C51.2 81.8 32.7 100.4 26.4 124.1 15 167 15 256.4 15 256.4s0 89.4 11.4 132.3c6.3 23.6 24.8 41.5 48.3 47.8 42.6 11.5 213.4 11.5 213.4 11.5s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zM232.2 337.6l0-162.4 142.7 81.2-142.7 81.2z"/>
3
+ </svg>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-toolkit-react",
3
3
  "technology": "React",
4
- "version": "2.0.0-alpha.0",
4
+ "version": "2.0.0-alpha.10",
5
5
  "description": "PDS toolkit built using the React framework",
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "author": "Pantheon Systems",
16
16
  "engines": {
17
- "node": ">=18.0.0 <=22.x"
17
+ "node": ">=18.0.0 <=24.x"
18
18
  },
19
19
  "bugs": {
20
20
  "url": "https://github.com/pantheon-systems/pds-toolkit-react/issues"
@@ -27,32 +27,35 @@
27
27
  "types": "./dist/index.d.ts",
28
28
  "import": "./dist/index.js"
29
29
  },
30
+ "./tailwind/v3/preset": "./tailwind/v3/preset.cjs",
31
+ "./tailwind/v4/theme.css": "./tailwind/v4/theme.css",
30
32
  "./*": "./dist/*"
31
33
  },
32
34
  "files": [
33
- "dist"
35
+ "dist",
36
+ "tailwind"
34
37
  ],
35
38
  "sideEffects": [
36
39
  "*.css"
37
40
  ],
38
41
  "type": "module",
39
42
  "scripts": {
40
- "prebuild:lib": "node scripts/filter-exports-by-tags.js --filter",
43
+ "prebuild:lib": "node scripts/generate-icon-data.js && node scripts/filter-exports-by-tags.js --filter",
41
44
  "build:lib": "vite build && npm run build:types",
42
45
  "build:types": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
43
- "postbuild:lib": "npm run build:css && npm run build:css:components && npm run build:css:layouts && npm run build:css:packageExtraCss",
46
+ "postbuild:lib": "npm run build:css && npm run build:css:components && npm run build:css:layouts && npm run build:css:packageExtraCss && npm run generate:svg-icons",
44
47
  "build:css": "postcss src/core.css -o dist/css/pds-core.css",
45
48
  "build:css:components": "postcss src/components/index.css -o dist/css/pds-components.css",
46
49
  "build:css:layouts": "postcss src/layouts/index.css -o dist/css/pds-layouts.css",
47
50
  "build:css:packageExtraCss": "node scripts/package-extra-css.js",
48
51
  "build:css:watch": "npm run build:css -- -w",
49
- "prestorybook": "node scripts/filter-exports-by-tags.js && npm run build:css && npm run generate:ux-writing-search-index && npm run generate:ux-writing-guide",
52
+ "prestorybook": "node scripts/filter-exports-by-tags.js && npm run build:css && npm run build:css:components && npm run build:css:layouts && npm run generate:ux-writing-search-index && npm run generate:ux-writing-guide",
50
53
  "storybook": "storybook dev -p 6006",
51
- "prebuild": "npm run build:css && npm run generate:ux-writing-search-index && npm run generate:ux-writing-guide",
54
+ "prebuild": "npm run build:css && npm run build:css:components && npm run build:css:layouts && npm run build:css:packageExtraCss && npm run generate:ux-writing-search-index && npm run generate:ux-writing-guide",
52
55
  "build": "NODE_ENV=production storybook build",
53
56
  "build-storybook": "NODE_ENV=production storybook build",
54
- "predeploy:pantheon": "npm run build:css && npm run generate:ux-writing-search-index && npm run generate:ux-writing-guide",
55
- "deploy:pantheon": "NODE_ENV=production storybook build",
57
+ "postbuild": "node scripts/copy-mcp-assets.js && node scripts/build-starter-template.js && node scripts/generate-html-docs.js && node scripts/verify-mcp-build.js",
58
+ "verify:mcp": "node scripts/verify-mcp-build.js",
56
59
  "start": "node index.js",
57
60
  "develop": "npm run storybook",
58
61
  "typecheck": "npm run typecheck:attw && npm run typecheck:publint && npm run typecheck:tsc",
@@ -69,10 +72,13 @@
69
72
  "test:a11y:generate": "DISABLE_A11Y_ADDON=true npm run build && node __tests__/a11y/a11y.generate-tests.js",
70
73
  "test:a11y": "USE_STATIC_STORYBOOK=true DISABLE_A11Y_ADDON=true playwright test --project 'a11y'",
71
74
  "test:a11y:results": "npx http-server ./__tests__/a11y/results/",
72
- "eslint": "eslint --ext .jsx,.tsx,.js,.ts",
73
- "eslint:all": "eslint src --ext .jsx,.tsx,.js,.ts --cache",
75
+ "eslint": "eslint",
76
+ "eslint:all": "eslint src --cache",
74
77
  "format:fix": "prettier . --write && npm run eslint:all -- --fix",
75
78
  "generate:component": "plop component",
79
+ "generate:icon": "plop icon",
80
+ "generate:icon-data": "node scripts/generate-icon-data.js",
81
+ "generate:svg-icons": "node scripts/generate-svg-files.js",
76
82
  "generate:layout": "plop layout",
77
83
  "generate:foundation": "plop foundation",
78
84
  "generate:pattern": "plop pattern",
@@ -81,6 +87,7 @@
81
87
  "generate:migration": "node codemods/v1-to-v2/generate-migration-guide.js",
82
88
  "generate:ux-writing-search-index": "node scripts/generate-search-index.js",
83
89
  "generate:ux-writing-guide": "node scripts/generate-ux-writing-guide.js",
90
+ "generate:html-docs": "node scripts/generate-html-docs.js",
84
91
  "test:version-switcher": "bash scripts/test-version-switcher.sh",
85
92
  "pack:local": "bash scripts/pack-local.sh",
86
93
  "prepare": "husky install",
@@ -95,13 +102,13 @@
95
102
  "@csstools/postcss-design-tokens": "^2.0.4",
96
103
  "@csstools/postcss-global-data": "^1.0.3",
97
104
  "@playwright/test": "^1.36.2",
98
- "@storybook/addon-a11y": "^10.2.0",
99
- "@storybook/addon-docs": "^10.2.0",
100
- "@storybook/addon-links": "^10.2.0",
101
- "@storybook/addon-mcp": "^0.2.0",
105
+ "@storybook/addon-a11y": "^10.3.0",
106
+ "@storybook/addon-docs": "^10.3.0",
107
+ "@storybook/addon-links": "^10.3.0",
108
+ "@storybook/addon-mcp": "^0.5.0",
102
109
  "@storybook/addon-webpack5-compiler-swc": "^4.0.2",
103
- "@storybook/react-vite": "^10.2.0",
104
- "@storybook/react-webpack5": "^10.2.0",
110
+ "@storybook/react-vite": "^10.3.0",
111
+ "@storybook/react-webpack5": "^10.3.0",
105
112
  "@types/prismjs": "^1.26.5",
106
113
  "@types/react": "^19.2.2",
107
114
  "@typescript-eslint/eslint-plugin": "^8.47.0",
@@ -112,7 +119,7 @@
112
119
  "chromatic": "^13.3.4",
113
120
  "concurrently": "^8.0.1",
114
121
  "cssnano": "^6.0.1",
115
- "eslint": "^8.57.0",
122
+ "eslint": "^9.26.0",
116
123
  "eslint-config-prettier": "^9.1.0",
117
124
  "eslint-import-resolver-typescript": "^4.4.4",
118
125
  "eslint-plugin-import": "^2.32.0",
@@ -120,11 +127,12 @@
120
127
  "eslint-plugin-react": "^7.32.2",
121
128
  "eslint-plugin-simple-import-sort": "^12.1.1",
122
129
  "eslint-plugin-sort-destructure-keys": "^2.0.0",
123
- "eslint-plugin-storybook": "^10.2.0",
130
+ "eslint-plugin-storybook": "^10.3.0",
124
131
  "eslint-plugin-typescript-sort-keys": "^3.3.0",
125
132
  "fast-glob": "^3.3.2",
126
133
  "husky": "^8.0.3",
127
134
  "lint-staged": "^13.2.3",
135
+ "pino-pretty": "^13.1.3",
128
136
  "plop": "^3.1.2",
129
137
  "postcss": "^8.4.38",
130
138
  "postcss-cli": "^10.1.0",
@@ -137,7 +145,8 @@
137
145
  "prettier-plugin-css-order": "^2.1.2",
138
146
  "react": "^18.2.0",
139
147
  "react-dom": "^18.2.0",
140
- "storybook": "^10.2.0",
148
+ "react-router-dom": "^6.13.0",
149
+ "storybook": "^10.3.0",
141
150
  "tsc-alias": "^1.8.16",
142
151
  "typescript": "^5.4.5",
143
152
  "vite": "^7.2.2",
@@ -151,7 +160,7 @@
151
160
  "dependencies": {
152
161
  "@floating-ui/react": "^0.24.3",
153
162
  "@floating-ui/react-dom": "~1.3.0",
154
- "@pantheon-systems/pds-design-tokens": "^2.0.0-alpha.25",
163
+ "@pantheon-systems/pds-design-tokens": "^2.0.0-alpha.33",
155
164
  "@reactuses/core": "^5.0.15",
156
165
  "date-fns": "^4.1.0",
157
166
  "downshift": "^9.0.8",
@@ -160,14 +169,21 @@
160
169
  "focus-trap-react": "^10.2.1",
161
170
  "hash-sum": "^2.0.0",
162
171
  "modern-normalize": "^3.0.1",
172
+ "pino": "^10.3.1",
173
+ "pino-http": "^11.0.0",
163
174
  "prism-react-renderer": "^2.4.1",
164
175
  "prismjs": "^1.29.0",
165
176
  "react-code-block": "^1.1.1",
166
177
  "react-day-picker": "^9.11.1",
167
178
  "react-device-detect": "^2.2.3",
168
- "react-router-dom": "^6.13.0",
179
+ "react-hotkeys-hook": "^4.5.1",
169
180
  "react-toastify": "^9.0.3"
170
181
  },
182
+ "optionalDependencies": {
183
+ "@fortawesome/free-brands-svg-icons": "^7.2.0",
184
+ "@fortawesome/pro-regular-svg-icons": "^7.2.0",
185
+ "@fortawesome/pro-solid-svg-icons": "^7.2.0"
186
+ },
171
187
  "lint-staged": {
172
188
  "*": "prettier --write --ignore-unknown",
173
189
  "src/**/*.{js,jsx,ts,tsx}": "npm run eslint -- --fix"
@@ -0,0 +1,220 @@
1
+ # PDS Tailwind Configuration
2
+
3
+ Tailwind CSS configs that map Pantheon Design System tokens to Tailwind utilities. Available for both Tailwind v3 and v4.
4
+
5
+ > **Note:** Using Tailwind CSS alongside PDS is not the recommended approach. PDS components handle their own styling. This configuration is provided so that UI built outside the scope of PDS components uses correct design system values rather than arbitrary ones.
6
+
7
+ ---
8
+
9
+ ## Prerequisites
10
+
11
+ Both configs require `pds-core.css` to be loaded globally in your app. This provides the `--pds-*` CSS custom properties that the Tailwind utilities reference at runtime.
12
+
13
+ Import it as a JavaScript import in your app's root layout — this ensures reliable module resolution via the package `exports` map:
14
+
15
+ ```ts
16
+ import '@pantheon-systems/pds-toolkit-react/css/pds-core.css';
17
+ ```
18
+
19
+ > **Note:** Use `css/pds-core.css`, not `dist/css/pds-core.css`. The package exports map handles the `dist/` prefix automatically. Using a CSS `@import` instead of a JS import can cause resolution failures in some bundlers (including Next.js with Turbopack).
20
+
21
+ ---
22
+
23
+ ## Tailwind v4
24
+
25
+ **Recommended for new projects.**
26
+
27
+ ### Setup
28
+
29
+ In `app/layout.tsx` (or your root layout):
30
+
31
+ ```ts
32
+ import '@pantheon-systems/pds-toolkit-react/css/pds-core.css';
33
+ import './globals.css';
34
+ ```
35
+
36
+ In `app/globals.css`:
37
+
38
+ ```css
39
+ /* Tailwind layers — imported separately to exclude preflight */
40
+ @import 'tailwindcss/theme' layer(theme);
41
+ @import 'tailwindcss/utilities' layer(utilities);
42
+
43
+ /* PDS theme overrides */
44
+ @import '@pantheon-systems/pds-toolkit-react/tailwind/v4/theme.css';
45
+ ```
46
+
47
+ > **Why not `@import "tailwindcss"`?**
48
+ > The single `@import "tailwindcss"` shorthand includes Tailwind's preflight CSS reset, which conflicts with PDS base styles. Importing the layers individually lets you skip preflight.
49
+
50
+ No `tailwind.config.js` is needed.
51
+
52
+ ---
53
+
54
+ ## Tailwind v3
55
+
56
+ ### Setup
57
+
58
+ ```bash
59
+ npm install tailwindcss@3
60
+ ```
61
+
62
+ `tailwind.config.js`:
63
+
64
+ ```js
65
+ /** @type {import('tailwindcss').Config} */
66
+ module.exports = {
67
+ presets: [require('@pantheon-systems/pds-toolkit-react/tailwind/v3/preset')],
68
+ content: ['./src/**/*.{js,ts,jsx,tsx}'],
69
+ };
70
+ ```
71
+
72
+ In `app/layout.tsx` (or your root layout):
73
+
74
+ ```ts
75
+ import '@pantheon-systems/pds-toolkit-react/css/pds-core.css';
76
+ import './globals.css';
77
+ ```
78
+
79
+ `app/globals.css`:
80
+
81
+ ```css
82
+ /* Tailwind directives */
83
+ @tailwind base;
84
+ @tailwind components;
85
+ @tailwind utilities;
86
+ ```
87
+
88
+ Preflight is disabled automatically by the preset.
89
+
90
+ ---
91
+
92
+ ## What's included
93
+
94
+ ### Colors
95
+
96
+ All values reference PDS CSS custom properties — dark mode works automatically.
97
+
98
+ | Group | Example utility | PDS token |
99
+ | ------------------- | ------------------------------ | --------------------------------------- |
100
+ | `bg-*` | `bg-bg-default` | `--pds-color-bg-default` |
101
+ | `fg-*` | `text-fg-default` | `--pds-color-fg-default` |
102
+ | `text-*` | `text-text-secondary` | `--pds-color-text-default-secondary` |
103
+ | `border-*` | `border-border-input` | `--pds-color-border-input` |
104
+ | `interactive-*` | `text-interactive-link` | `--pds-color-interactive-link-default` |
105
+ | `status-{type}-*` | `bg-status-success-background` | `--pds-color-status-success-background` |
106
+ | `brand-primary-*` | `bg-brand-primary-400` | `--pds-color-brand-primary-400` |
107
+ | `brand-secondary-*` | `bg-brand-secondary` | `--pds-color-brand-secondary-default` |
108
+ | `brand-accent-*` | `text-brand-accent` | `--pds-color-brand-accent-default` |
109
+
110
+ ### Spacing
111
+
112
+ The PDS named scale replaces Tailwind's default numeric scale. Use semantic keys like `p-m`, `gap-xl`, `mt-2xl`.
113
+
114
+ ```html
115
+ <div class="p-m gap-xl mt-2xl">...</div>
116
+ ```
117
+
118
+ Common Tailwind numeric values are also aliased to their nearest PDS equivalent, so `p-4` still works and stays in sync with the token:
119
+
120
+ | Tailwind | PDS key | Value |
121
+ | -------- | ------- | ------- |
122
+ | `p-1` | `p-4xs` | 0.25rem |
123
+ | `p-2` | `p-2xs` | 0.5rem |
124
+ | `p-3` | `p-s` | 0.75rem |
125
+ | `p-4` | `p-m` | 1rem |
126
+ | `p-5` | `p-l` | 1.25rem |
127
+ | `p-6` | `p-xl` | 1.5rem |
128
+ | `p-8` | `p-2xl` | 2rem |
129
+ | `p-10` | `p-3xl` | 2.5rem |
130
+ | `p-12` | `p-4xl` | 3rem |
131
+ | `p-16` | `p-5xl` | 4rem |
132
+
133
+ Values like `p-7`, `p-9`, `p-11` (which don't have a clean PDS equivalent) are not aliased and will not generate any CSS.
134
+
135
+ > **Numeric aliases use CSS variable references**, not hardcoded values. If a PDS spacing token ever changes, `p-4` will automatically reflect the new value — no config update needed.
136
+
137
+ ### Typography
138
+
139
+ ```html
140
+ <p class="font-sans text-m font-normal leading-m">Body text</p>
141
+ <h2 class="font-sans text-2xl font-semibold leading-s">Heading</h2>
142
+ ```
143
+
144
+ | Scale | Font size | Font family | Font weight | Line height | Letter spacing |
145
+ | ----- | ------------ | ----------------------- | ----------------------------------------------- | ------------------- | ------------------- |
146
+ | Keys | `xs` – `9xl` | `sans`, `serif`, `mono` | `light`, `normal`, `medium`, `semibold`, `bold` | `s`, `m`, `l`, `xl` | `s`, `m`, `l`, `xl` |
147
+
148
+ ### Border radius
149
+
150
+ ```html
151
+ <div class="rounded-container">Card</div>
152
+ <button class="rounded-button">Button</button>
153
+ <input class="rounded-input" />
154
+ ```
155
+
156
+ Keys: `none`, `DEFAULT` (`rounded`), `button`, `input`, `container`, `bar`, `full`
157
+
158
+ ### Z-index
159
+
160
+ ```html
161
+ <div class="z-modal">Modal</div>
162
+ <nav class="z-navigation">Nav</nav>
163
+ ```
164
+
165
+ Keys: `navigation`, `dropdown`, `notifications`, `overlay`, `modal`, `max`
166
+
167
+ ### Max width
168
+
169
+ Matches PDS `Container` component breakpoints. Use when building layout sections outside PDS container components.
170
+
171
+ ```html
172
+ <div class="max-w-standard mx-auto px-m">...</div>
173
+ ```
174
+
175
+ Keys: `narrow` (1024px), `standard` (1200px), `wide` (1440px), `x-wide` (1600px)
176
+
177
+ ---
178
+
179
+ ## Important caveats
180
+
181
+ ### Borders require an explicit border-style
182
+
183
+ The PDS preset resets `border-style` to `none` on all elements so that borders are fully opt-in. This prevents phantom borders on elements that pick up a non-zero `border-width` from PDS components, inheritance, or browser defaults. When adding borders with Tailwind, always include a border-style class (`border-solid`, `border-dashed`, or `border-dotted`):
184
+
185
+ ```html
186
+ <div class="border border-solid border-border-default">...</div>
187
+ <div class="border-b border-solid border-border-separator">Divider</div>
188
+ ```
189
+
190
+ ### Opacity modifiers are not supported
191
+
192
+ Tailwind's opacity modifier syntax (`bg-bg-default/50`) does not work with CSS variable color references. This is a known Tailwind limitation — the compiler cannot decompose a CSS variable into RGB channels. Avoid using opacity modifiers with PDS colors.
193
+
194
+ ### Apply Tailwind utilities to your own elements, not PDS components
195
+
196
+ PDS components are styled with scoped BEM classes. Do not use Tailwind utilities to override PDS component styles — use component props and the `className` prop for layout adjustments only. Applying Tailwind utility classes to PDS component internals will lead to unpredictable results.
197
+
198
+ ```jsx
199
+ // ✅ Tailwind for your layout, PDS for the component
200
+ <div class="flex gap-m items-center">
201
+ <Button label="Save" variant="primary" />
202
+ </div>
203
+
204
+ // ❌ Don't override PDS component internals with Tailwind
205
+ <Button label="Save" className="text-red-500 bg-blue-200" />
206
+ ```
207
+
208
+ ### Import order matters
209
+
210
+ `pds-core.css` must be imported before Tailwind. If Tailwind's utilities load before PDS variables are defined, the CSS custom property references will resolve to empty values.
211
+
212
+ ### Scanning for class names (`@source` in v4)
213
+
214
+ Tailwind v4 automatically scans your project files for class names. If your source files are outside the default scan path (common in monorepos), add a `@source` directive to your CSS entry point:
215
+
216
+ ```css
217
+ @source './src/**/*.{js,ts,jsx,tsx}';
218
+ ```
219
+
220
+ This is your project's responsibility — the PDS package does not need to be scanned (PDS components do not use Tailwind class names internally).