@patternfly/patternfly 6.5.0-prerelease.4 → 6.5.0-prerelease.41

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 (338) hide show
  1. package/README.md +1 -1
  2. package/assets/fontawesome/_variables.scss +2 -1
  3. package/assets/images/RHAiExperienceIcon.svg +27 -0
  4. package/assets/images/RHAutomationsLogo.svg +96 -0
  5. package/assets/images/RHServerStackIcon.svg +16 -0
  6. package/assets/images/compass--hero-bg.png +0 -0
  7. package/assets/images/compass--rh-wallpaper-dark.png +0 -0
  8. package/assets/images/compass--rh-wallpaper-light.png +0 -0
  9. package/assets/images/compass--wallpaper-dark.png +0 -0
  10. package/assets/images/compass--wallpaper-light.png +0 -0
  11. package/base/normalize.scss +7 -0
  12. package/base/patternfly-common.css +50 -0
  13. package/base/patternfly-common.scss +59 -0
  14. package/base/patternfly-svg-icons.css +11 -0
  15. package/base/patternfly-svg-icons.scss +14 -0
  16. package/base/patternfly-variables.css +345 -14
  17. package/base/patternfly-variables.scss +40 -0
  18. package/base/tokens/tokens-dark.scss +51 -3
  19. package/base/tokens/tokens-default.scss +67 -13
  20. package/base/tokens/tokens-glass-dark.scss +9 -0
  21. package/base/tokens/tokens-glass.scss +9 -0
  22. package/base/tokens/tokens-local.scss +16 -0
  23. package/base/tokens/tokens-palette.scss +3 -1
  24. package/base/tokens/tokens-redhat-dark.scss +14 -0
  25. package/base/tokens/tokens-redhat-glass-dark.scss +16 -0
  26. package/base/tokens/tokens-redhat-glass.scss +15 -0
  27. package/base/tokens/tokens-redhat-highcontrast-dark.scss +47 -0
  28. package/base/tokens/tokens-redhat-highcontrast.scss +127 -0
  29. package/base/tokens/tokens-redhat.scss +15 -0
  30. package/components/AboutModalBox/about-modal-box.css +36 -26
  31. package/components/Accordion/accordion.css +16 -13
  32. package/components/Accordion/accordion.scss +0 -1
  33. package/components/ActionList/action-list.css +2 -0
  34. package/components/ActionList/action-list.scss +2 -0
  35. package/components/Alert/alert.css +5 -4
  36. package/components/Avatar/avatar.css +12 -4
  37. package/components/BackgroundImage/background-image.css +6 -3
  38. package/components/Banner/banner.css +8 -6
  39. package/components/Brand/brand.css +3 -1
  40. package/components/Breadcrumb/breadcrumb.css +4 -3
  41. package/components/Button/button.css +39 -9
  42. package/components/Button/button.scss +40 -4
  43. package/components/CalendarMonth/calendar-month.css +4 -3
  44. package/components/Card/card.css +19 -6
  45. package/components/Card/card.scss +15 -1
  46. package/components/ClipboardCopy/clipboard-copy.css +4 -3
  47. package/components/CodeEditor/code-editor.css +1 -1
  48. package/components/CodeEditor/code-editor.scss +1 -1
  49. package/components/Compass/compass.css +320 -0
  50. package/components/Compass/compass.scss +349 -0
  51. package/components/DataList/data-list.css +33 -22
  52. package/components/DataList/data-list.scss +6 -1
  53. package/components/DescriptionList/description-list-order.scss +5 -1
  54. package/components/DescriptionList/description-list.css +7 -5
  55. package/components/DescriptionList/description-list.scss +5 -1
  56. package/components/Divider/divider.css +7 -5
  57. package/components/Drawer/drawer.css +110 -56
  58. package/components/Drawer/drawer.scss +69 -9
  59. package/components/DualListSelector/dual-list-selector.css +17 -11
  60. package/components/ExpandableSection/expandable-section.css +19 -14
  61. package/components/ExpandableSection/expandable-section.scss +4 -1
  62. package/components/Form/form.css +1 -1
  63. package/components/Form/form.scss +1 -1
  64. package/components/FormControl/form-control.css +1 -1
  65. package/components/FormControl/form-control.scss +1 -1
  66. package/components/Hero/hero.css +74 -0
  67. package/components/Hero/hero.scss +86 -0
  68. package/components/JumpLinks/jump-links.css +4 -3
  69. package/components/JumpLinks/jump-links.scss +5 -1
  70. package/components/Label/label-group.css +2 -2
  71. package/components/Label/label-group.scss +2 -2
  72. package/components/Label/label.css +4 -3
  73. package/components/Login/login.css +51 -37
  74. package/components/Masthead/masthead.css +70 -16
  75. package/components/Masthead/masthead.scss +54 -1
  76. package/components/Menu/menu.css +23 -14
  77. package/components/MenuToggle/menu-toggle.css +4 -0
  78. package/components/MenuToggle/menu-toggle.scss +5 -0
  79. package/components/ModalBox/modal-box.css +9 -7
  80. package/components/ModalBox/modal-box.scss +2 -2
  81. package/components/Nav/nav.css +72 -9
  82. package/components/Nav/nav.scss +75 -3
  83. package/components/NotificationDrawer/notification-drawer.css +8 -6
  84. package/components/NotificationDrawer/notification-drawer.scss +2 -0
  85. package/components/Page/page.css +55 -29
  86. package/components/Page/page.scss +44 -5
  87. package/components/Pagination/pagination.scss +5 -1
  88. package/components/ProgressStepper/progress-stepper.scss +5 -1
  89. package/components/Sidebar/sidebar.css +1 -1
  90. package/components/Sidebar/sidebar.scss +7 -3
  91. package/components/Skeleton/skeleton.css +16 -15
  92. package/components/Slider/slider.css +32 -18
  93. package/components/Switch/switch.css +3 -1
  94. package/components/Table/table-grid.css +28 -36
  95. package/components/Table/table-grid.scss +4 -4
  96. package/components/Table/table-tree-view.css +4 -2
  97. package/components/Table/table.css +31 -27
  98. package/components/Tabs/tabs.css +33 -16
  99. package/components/Tabs/tabs.scss +33 -5
  100. package/components/Toolbar/toolbar.css +46 -14
  101. package/components/Toolbar/toolbar.scss +33 -5
  102. package/components/TreeView/tree-view.css +44 -13
  103. package/components/TreeView/tree-view.scss +31 -0
  104. package/components/Wizard/wizard.css +20 -16
  105. package/components/Wizard/wizard.scss +3 -3
  106. package/components/_index.css +1460 -633
  107. package/components/_index.scss +3 -1
  108. package/docs/components/Avatar/examples/Avatar.md +4 -4
  109. package/docs/components/Brand/examples/Brand.md +2 -2
  110. package/docs/components/Button/examples/Button.md +116 -0
  111. package/docs/components/Card/examples/Card.md +154 -0
  112. package/docs/components/Compass/examples/Compass.css +17 -0
  113. package/docs/components/Compass/examples/Compass.md +118 -0
  114. package/docs/components/DataList/examples/DataList.md +184 -188
  115. package/docs/components/DescriptionList/examples/DescriptionList.md +2 -2
  116. package/docs/components/Divider/examples/Divider.md +2 -2
  117. package/docs/components/Drawer/examples/Drawer.md +83 -17
  118. package/docs/components/Hero/examples/Hero.md +25 -0
  119. package/docs/components/Icon/examples/Icon.md +1 -1
  120. package/docs/components/InputGroup/examples/InputGroup.md +1 -1
  121. package/docs/components/JumpLinks/examples/JumpLinks.md +2 -2
  122. package/docs/components/Masthead/examples/masthead.md +68 -1
  123. package/docs/components/Menu/examples/Menu.md +2 -2
  124. package/docs/components/MenuToggle/examples/MenuToggle.md +40 -0
  125. package/docs/components/ModalBox/examples/ModalBox.md +1 -1
  126. package/docs/components/Nav/examples/Navigation.md +44 -0
  127. package/docs/components/Page/examples/Page.md +39 -2
  128. package/docs/components/Pagination/examples/Pagination.md +3 -3
  129. package/docs/components/ProgressStepper/examples/ProgressStepper.md +2 -2
  130. package/docs/components/Sidebar/examples/Sidebar.md +1 -1
  131. package/docs/components/Table/examples/Table.md +4 -3
  132. package/docs/components/Tabs/examples/Tabs.md +998 -83
  133. package/docs/components/Toolbar/examples/Toolbar.md +35 -7
  134. package/docs/components/TreeView/examples/TreeView.md +38 -26
  135. package/docs/components/Wizard/examples/Wizard.md +15 -15
  136. package/docs/demos/AboutModal/examples/AboutModal.md +5 -5
  137. package/docs/demos/Alert/examples/Alert.md +15 -15
  138. package/docs/demos/BackToTop/examples/BackToTop.md +5 -5
  139. package/docs/demos/Banner/examples/Banner.md +10 -10
  140. package/docs/demos/Card/examples/Card.md +14 -2
  141. package/docs/demos/CardView/examples/CardView.md +5 -5
  142. package/docs/demos/Compass/examples/Compass.md +6470 -0
  143. package/docs/demos/Dashboard/examples/Dashboard.md +6 -9
  144. package/docs/demos/DataList/examples/DataList.md +20 -23
  145. package/docs/demos/DescriptionList/examples/DescriptionList.md +57 -50
  146. package/docs/demos/Drawer/examples/Drawer.md +67 -60
  147. package/docs/demos/JumpLinks/examples/JumpLinks.md +30 -30
  148. package/docs/demos/Masthead/examples/Masthead.md +55 -58
  149. package/docs/demos/Modal/examples/Modal.md +30 -33
  150. package/docs/demos/Nav/examples/Nav.md +299 -62
  151. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +25 -25
  152. package/docs/demos/Page/examples/Page.md +70 -79
  153. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +178 -200
  154. package/docs/demos/Skeleton/examples/Skeleton.md +5 -5
  155. package/docs/demos/Table/examples/Table.md +1922 -78
  156. package/docs/demos/Tabs/examples/Tabs.md +102 -39
  157. package/docs/demos/Toolbar/examples/Toolbar.md +10 -10
  158. package/docs/demos/Wizard/examples/Wizard.md +76 -82
  159. package/docs/layouts/Bullseye/examples/Bullseye.css +2 -2
  160. package/docs/layouts/Bullseye/examples/Bullseye.md +2 -1
  161. package/docs/layouts/Flex/examples/Flex.css +3 -3
  162. package/docs/layouts/Flex/examples/Flex.md +3 -2
  163. package/docs/layouts/Gallery/examples/Gallery.css +2 -2
  164. package/docs/layouts/Gallery/examples/Gallery.md +4 -3
  165. package/docs/layouts/Grid/examples/Grid.css +1 -1
  166. package/docs/layouts/Grid/examples/Grid.md +6 -5
  167. package/docs/layouts/Level/examples/Level.css +3 -3
  168. package/docs/layouts/Level/examples/Level.md +2 -1
  169. package/docs/layouts/Split/examples/Split.css +1 -1
  170. package/docs/layouts/Split/examples/Split.md +2 -1
  171. package/docs/layouts/Stack/examples/Stack.css +3 -3
  172. package/docs/layouts/Stack/examples/Stack.md +2 -1
  173. package/docs/utilities/Accessibility/examples/Accessibility.md +3 -2
  174. package/docs/utilities/Alignment/examples/Alignment.css +4 -4
  175. package/docs/utilities/Alignment/examples/Alignment.md +3 -2
  176. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +5 -4
  177. package/docs/utilities/BoxShadow/examples/box-shadow.css +2 -2
  178. package/docs/utilities/BoxShadow/examples/box-shadow.md +2 -1
  179. package/docs/utilities/Display/examples/Display.css +1 -1
  180. package/docs/utilities/Display/examples/Display.md +3 -2
  181. package/docs/utilities/Flex/examples/Flex.css +7 -7
  182. package/docs/utilities/Flex/examples/Flex.md +3 -2
  183. package/docs/utilities/Float/examples/Float.css +2 -2
  184. package/docs/utilities/Float/examples/Float.md +3 -2
  185. package/docs/utilities/Sizing/examples/Sizing.md +8 -7
  186. package/docs/utilities/Spacing/examples/Spacing.css +2 -2
  187. package/docs/utilities/Spacing/examples/Spacing.md +3 -2
  188. package/docs/utilities/Text/examples/Text.md +5 -4
  189. package/icons/PfIcons/add-circle-o.svg +4 -0
  190. package/icons/PfIcons/ansible-tower.svg +4 -0
  191. package/icons/PfIcons/applications.svg +4 -0
  192. package/icons/PfIcons/arrow.svg +4 -0
  193. package/icons/PfIcons/asleep.svg +4 -0
  194. package/icons/PfIcons/attention-bell.svg +4 -0
  195. package/icons/PfIcons/automation.svg +4 -0
  196. package/icons/PfIcons/bell.svg +4 -0
  197. package/icons/PfIcons/blueprint.svg +4 -0
  198. package/icons/PfIcons/build.svg +4 -0
  199. package/icons/PfIcons/builder-image.svg +4 -0
  200. package/icons/PfIcons/bundle.svg +4 -0
  201. package/icons/PfIcons/catalog.svg +4 -0
  202. package/icons/PfIcons/chat.svg +4 -0
  203. package/icons/PfIcons/close.svg +4 -0
  204. package/icons/PfIcons/cloud-security.svg +4 -0
  205. package/icons/PfIcons/cloud-tenant.svg +4 -0
  206. package/icons/PfIcons/cluster.svg +4 -0
  207. package/icons/PfIcons/connected.svg +4 -0
  208. package/icons/PfIcons/container-node.svg +4 -0
  209. package/icons/PfIcons/cpu.svg +4 -0
  210. package/icons/PfIcons/critical-risk.svg +4 -0
  211. package/icons/PfIcons/data-processor.svg +4 -0
  212. package/icons/PfIcons/data-sink.svg +4 -0
  213. package/icons/PfIcons/data-source.svg +4 -0
  214. package/icons/PfIcons/degraded.svg +4 -0
  215. package/icons/PfIcons/disconnected.svg +4 -0
  216. package/icons/PfIcons/domain.svg +4 -0
  217. package/icons/PfIcons/edit.svg +4 -0
  218. package/icons/PfIcons/enhancement.svg +4 -0
  219. package/icons/PfIcons/enterprise.svg +4 -0
  220. package/icons/PfIcons/equalizer.svg +4 -0
  221. package/icons/PfIcons/error-circle-o.svg +4 -0
  222. package/icons/PfIcons/export.svg +4 -0
  223. package/icons/PfIcons/filter.svg +4 -0
  224. package/icons/PfIcons/flavor.svg +4 -0
  225. package/icons/PfIcons/folder-close.svg +4 -0
  226. package/icons/PfIcons/folder-open.svg +4 -0
  227. package/icons/PfIcons/globe-route.svg +4 -0
  228. package/icons/PfIcons/help.svg +4 -0
  229. package/icons/PfIcons/history.svg +4 -0
  230. package/icons/PfIcons/home.svg +4 -0
  231. package/icons/PfIcons/import.svg +4 -0
  232. package/icons/PfIcons/in-progress.svg +4 -0
  233. package/icons/PfIcons/info.svg +4 -0
  234. package/icons/PfIcons/infrastructure.svg +4 -0
  235. package/icons/PfIcons/integration.svg +4 -0
  236. package/icons/PfIcons/key.svg +4 -0
  237. package/icons/PfIcons/locked.svg +4 -0
  238. package/icons/PfIcons/maintenance.svg +4 -0
  239. package/icons/PfIcons/memory.svg +4 -0
  240. package/icons/PfIcons/messages.svg +4 -0
  241. package/icons/PfIcons/middleware.svg +4 -0
  242. package/icons/PfIcons/migration.svg +4 -0
  243. package/icons/PfIcons/module.svg +4 -0
  244. package/icons/PfIcons/monitoring.svg +4 -0
  245. package/icons/PfIcons/multicluster.svg +4 -0
  246. package/icons/PfIcons/namespaces.svg +4 -0
  247. package/icons/PfIcons/network.svg +4 -0
  248. package/icons/PfIcons/new-process.svg +4 -0
  249. package/icons/PfIcons/not-started.svg +4 -0
  250. package/icons/PfIcons/off.svg +4 -0
  251. package/icons/PfIcons/ok.svg +4 -0
  252. package/icons/PfIcons/on-running.svg +4 -0
  253. package/icons/PfIcons/on.svg +4 -0
  254. package/icons/PfIcons/open-drawer-right.svg +4 -0
  255. package/icons/PfIcons/openshift.svg +4 -0
  256. package/icons/PfIcons/openstack.svg +4 -0
  257. package/icons/PfIcons/optimize.svg +4 -0
  258. package/icons/PfIcons/orders.svg +4 -0
  259. package/icons/PfIcons/os-image.svg +4 -0
  260. package/icons/PfIcons/package.svg +4 -0
  261. package/icons/PfIcons/panel-close.svg +4 -0
  262. package/icons/PfIcons/panel-open.svg +4 -0
  263. package/icons/PfIcons/paused.svg +4 -0
  264. package/icons/PfIcons/pending.svg +4 -0
  265. package/icons/PfIcons/pficon-dragdrop.svg +4 -0
  266. package/icons/PfIcons/pficon-history.svg +4 -0
  267. package/icons/PfIcons/pficon-network-range.svg +4 -0
  268. package/icons/PfIcons/pficon-satellite.svg +4 -0
  269. package/icons/PfIcons/pficon-sort-common-asc.svg +4 -0
  270. package/icons/PfIcons/pficon-sort-common-desc.svg +4 -0
  271. package/icons/PfIcons/pficon-template.svg +4 -0
  272. package/icons/PfIcons/pficon-vcenter.svg +4 -0
  273. package/icons/PfIcons/plugged.svg +4 -0
  274. package/icons/PfIcons/port.svg +4 -0
  275. package/icons/PfIcons/print.svg +4 -0
  276. package/icons/PfIcons/private.svg +4 -0
  277. package/icons/PfIcons/process-automation.svg +4 -0
  278. package/icons/PfIcons/project.svg +4 -0
  279. package/icons/PfIcons/rebalance.svg +4 -0
  280. package/icons/PfIcons/rebooting.svg +4 -0
  281. package/icons/PfIcons/regions.svg +4 -0
  282. package/icons/PfIcons/registry.svg +4 -0
  283. package/icons/PfIcons/remove2.svg +4 -0
  284. package/icons/PfIcons/replicator.svg +4 -0
  285. package/icons/PfIcons/repository.svg +4 -0
  286. package/icons/PfIcons/resource-pool.svg +4 -0
  287. package/icons/PfIcons/resources-almost-empty.svg +4 -0
  288. package/icons/PfIcons/resources-almost-full.svg +4 -0
  289. package/icons/PfIcons/resources-empty.svg +4 -0
  290. package/icons/PfIcons/resources-full.svg +4 -0
  291. package/icons/PfIcons/running.svg +4 -0
  292. package/icons/PfIcons/save.svg +4 -0
  293. package/icons/PfIcons/screen.svg +4 -0
  294. package/icons/PfIcons/security.svg +4 -0
  295. package/icons/PfIcons/server-group.svg +4 -0
  296. package/icons/PfIcons/server.svg +4 -0
  297. package/icons/PfIcons/service-catalog.svg +4 -0
  298. package/icons/PfIcons/service.svg +4 -0
  299. package/icons/PfIcons/services.svg +4 -0
  300. package/icons/PfIcons/severity-critical.svg +4 -0
  301. package/icons/PfIcons/severity-important.svg +4 -0
  302. package/icons/PfIcons/severity-minor.svg +4 -0
  303. package/icons/PfIcons/severity-moderate.svg +4 -0
  304. package/icons/PfIcons/severity-none.svg +4 -0
  305. package/icons/PfIcons/severity-undefined.svg +4 -0
  306. package/icons/PfIcons/spinner.svg +4 -0
  307. package/icons/PfIcons/spinner2.svg +4 -0
  308. package/icons/PfIcons/storage-domain.svg +4 -0
  309. package/icons/PfIcons/task.svg +4 -0
  310. package/icons/PfIcons/tenant.svg +4 -0
  311. package/icons/PfIcons/thumb-tack.svg +4 -0
  312. package/icons/PfIcons/topology.svg +4 -0
  313. package/icons/PfIcons/treeview.svg +4 -0
  314. package/icons/PfIcons/trend-down.svg +4 -0
  315. package/icons/PfIcons/trend-up.svg +4 -0
  316. package/icons/PfIcons/unknown.svg +4 -0
  317. package/icons/PfIcons/unlocked.svg +4 -0
  318. package/icons/PfIcons/unplugged.svg +4 -0
  319. package/icons/PfIcons/user.svg +4 -0
  320. package/icons/PfIcons/users.svg +4 -0
  321. package/icons/PfIcons/virtual-machine.svg +4 -0
  322. package/icons/PfIcons/volume.svg +4 -0
  323. package/icons/PfIcons/warning-triangle.svg +4 -0
  324. package/icons/PfIcons/zone.svg +4 -0
  325. package/layouts/Flex/flex.scss +83 -19
  326. package/layouts/Gallery/gallery.css +6 -2
  327. package/layouts/_index.css +6 -2
  328. package/package.json +34 -16
  329. package/patternfly-base-no-globals.css +406 -14
  330. package/patternfly-base.css +413 -14
  331. package/patternfly-charts.css +3 -3
  332. package/patternfly-no-globals.css +1796 -573
  333. package/patternfly.css +1803 -573
  334. package/patternfly.min.css +1 -1
  335. package/patternfly.min.css.map +1 -1
  336. package/sass-utilities/functions.scss +32 -25
  337. package/sass-utilities/mixins.scss +36 -20
  338. package/sass-utilities/namespaces-components.scss +6 -0
@@ -1,12 +1,12 @@
1
- .ws-core-l-level .ws-preview-html {
1
+ .ws-core-f-level .ws-preview-html {
2
2
  display: flex;
3
3
  flex-wrap: wrap;
4
4
  min-height: 160px;
5
5
  }
6
- .ws-core-l-level :is(.pf-v6-l-level, .pf-v6-l-level__item, .pf-v6-l-level > *) {
6
+ .ws-core-f-level :is(.pf-v6-l-level, .pf-v6-l-level__item, .pf-v6-l-level > *) {
7
7
  padding: var(--pf-t--global--spacer--sm);
8
8
  border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
9
9
  }
10
- .ws-core-l-level .pf-v6-l-level {
10
+ .ws-core-f-level .pf-v6-l-level {
11
11
  width: 100%;
12
12
  }
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Level
3
- section: layouts
3
+ section: foundations-and-styles
4
+ subsection: layouts
4
5
  cssPrefix: pf-v6-l-level
5
6
  ---import './Level.css'
6
7
 
@@ -1,4 +1,4 @@
1
- .ws-core-l-split :is(.pf-v6-l-split, .pf-v6-l-split__item, .pf-v6-l-split > *) {
1
+ .ws-core-f-split :is(.pf-v6-l-split, .pf-v6-l-split__item, .pf-v6-l-split > *) {
2
2
  padding: var(--pf-t--global--spacer--sm);
3
3
  border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
4
4
  }
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Split
3
- section: layouts
3
+ section: foundations-and-styles
4
+ subsection: layouts
4
5
  cssPrefix: pf-v6-l-split
5
6
  ---import './Split.css'
6
7
 
@@ -1,15 +1,15 @@
1
- .ws-core-l-stack :is(.pf-v6-l-stack, .pf-v6-l-stack__item, .pf-v6-l-stack > *) {
1
+ .ws-core-f-stack :is(.pf-v6-l-stack, .pf-v6-l-stack__item, .pf-v6-l-stack > *) {
2
2
  padding: var(--pf-t--global--spacer--sm);
3
3
  border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
4
4
  }
5
5
 
6
- .ws-core-l-stack .ws-preview-html {
6
+ .ws-core-f-stack .ws-preview-html {
7
7
  display: flex;
8
8
  flex-direction: column;
9
9
  min-height: 30rem;
10
10
  width: 100%;
11
11
  }
12
12
 
13
- .ws-core-l-stack .pf-v6-l-stack {
13
+ .ws-core-f-stack .pf-v6-l-stack {
14
14
  flex-grow: 1;
15
15
  }
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Stack
3
- section: layouts
3
+ section: foundations-and-styles
4
+ subsection: layouts
4
5
  cssPrefix: pf-v6-l-stack
5
6
  ---import './Stack.css'
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Accessibility
3
- section: utility-classes
3
+ section: foundations-and-styles
4
+ subsection: utility-classes
4
5
  ---## Examples
5
6
 
6
7
  ### Screen reader only
@@ -34,7 +35,7 @@ The text underneath is hidden.
34
35
 
35
36
  ### Overview
36
37
 
37
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-screen-reader-on-lg`
38
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-screen-reader-on-lg`
38
39
 
39
40
  ### Usage
40
41
 
@@ -1,7 +1,7 @@
1
- .ws-core-u-alignment .pf-v6-u-text-align-start,
2
- .ws-core-u-alignment .pf-v6-u-text-align-center,
3
- .ws-core-u-alignment .pf-v6-u-text-align-end,
4
- .ws-core-u-alignment .pf-v6-u-text-align-justify {
1
+ .ws-core-f-alignment .pf-v6-u-text-align-start,
2
+ .ws-core-f-alignment .pf-v6-u-text-align-center,
3
+ .ws-core-f-alignment .pf-v6-u-text-align-end,
4
+ .ws-core-f-alignment .pf-v6-u-text-align-justify {
5
5
  padding: var(--pf-t--global--spacer--sm);
6
6
  border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
7
7
  }
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Alignment
3
- section: utility-classes
3
+ section: foundations-and-styles
4
+ subsection: utility-classes
4
5
  ---import './Alignment.css'
5
6
 
6
7
  ## Examples
@@ -23,7 +24,7 @@ section: utility-classes
23
24
 
24
25
  ### Overview
25
26
 
26
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-text-align-start-on-lg`
27
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-text-align-start-on-lg`
27
28
 
28
29
  ### Usage
29
30
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Background color
3
- section: utility-classes
3
+ section: foundations-and-styles
4
+ subsection: utility-classes
4
5
  ---## Examples
5
6
 
6
7
  ### Standard background colors
@@ -24,11 +25,11 @@ section: utility-classes
24
25
 
25
26
  These background color utilities can be used to modify the background color of an element. In most cases, using the components with available modifiers should be sufficient to implement most designs, and should be preferred over customizations using these utilities.
26
27
 
27
- Care should be taken especially when applying background colors, as this can have a negative effect on the readability and accessibility of text. Refer to [contrast ratios](/design-foundations/colors#contrast-ratios) for more information.
28
+ Care should be taken especially when applying background colors, as this can have a negative effect on the readability and accessibility of text. Refer to [contrast ratios](/foundations-and-styles/colors#contrast-ratios) for more information.
28
29
 
29
- Note that "inverse" background colors are labeled as such to indicate that they are best used with the ["inverse" text colors](/utility-classes/text#inverse-colors).
30
+ Note that "inverse" background colors are labeled as such to indicate that they are best used with the ["inverse" text colors](/foundations-and-styles/utility-classes/text#inverse-colors).
30
31
 
31
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-background-color-disabled-on-lg`
32
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-background-color-disabled-on-lg`
32
33
 
33
34
  ### Usage
34
35
 
@@ -1,9 +1,9 @@
1
- .ws-core-u-box-shadow .ws-preview-html {
1
+ .ws-core-f-box-shadow .ws-preview-html {
2
2
  display: flex;
3
3
  flex-direction: column;
4
4
  gap: var(--pf-t--global--spacer--xl);
5
5
  }
6
6
 
7
- .ws-core-u-box-shadow [class*="pf-v6-u-box-shadow"] {
7
+ .ws-core-f-box-shadow [class*="pf-v6-u-box-shadow"] {
8
8
  padding: var(--pf-t--global--spacer--md);
9
9
  }
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Box shadow
3
- section: utility-classes
3
+ section: foundations-and-styles
4
+ subsection: utility-classes
4
5
  ---import './box-shadow.css'
5
6
 
6
7
  ## Examples
@@ -1,4 +1,4 @@
1
- .ws-core-u-display [class*="pf-v6-u-display-"] {
1
+ .ws-core-f-display [class*="pf-v6-u-display-"] {
2
2
  padding: var(--pf-t--global--spacer--sm);
3
3
  border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
4
4
  }
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Display
3
- section: utility-classes
3
+ section: foundations-and-styles
4
+ subsection: utility-classes
4
5
  ---import './Display.css'
5
6
 
6
7
  ## Examples
@@ -83,7 +84,7 @@ section: utility-classes
83
84
 
84
85
  ### Overview
85
86
 
86
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-display-inline-block-on-lg`
87
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-display-inline-block-on-lg`
87
88
 
88
89
  ### Usage
89
90
 
@@ -1,18 +1,18 @@
1
- .ws-core-u-flex .pf-v6-u-display-flex,
2
- .ws-core-u-flex .ws-example-flex-item,
3
- .ws-core-u-flex .pf-v6-u-display-inline-flex {
1
+ .ws-core-f-flex .pf-v6-u-display-flex,
2
+ .ws-core-f-flex .ws-example-flex-item,
3
+ .ws-core-f-flex .pf-v6-u-display-inline-flex {
4
4
  flex-wrap: wrap;
5
5
  padding: var(--pf-t--global--spacer--sm);
6
6
  border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
7
7
  }
8
8
 
9
- #ws-core-u-flex-aligned-items .pf-v6-u-display-flex,
10
- #ws-core-u-flex-aligned-self .pf-v6-u-display-flex,
11
- #ws-core-u-flex-aligned-content .pf-v6-u-display-flex {
9
+ #ws-core-f-flex-aligned-items .pf-v6-u-display-flex,
10
+ #ws-core-f-flex-aligned-self .pf-v6-u-display-flex,
11
+ #ws-core-f-flex-aligned-content .pf-v6-u-display-flex {
12
12
  min-height: 160px;
13
13
  }
14
14
 
15
- #ws-core-u-flex-aligned-content .ws-example-flex-item {
15
+ #ws-core-f-flex-aligned-content .ws-example-flex-item {
16
16
  height: 40px;
17
17
  }
18
18
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Flex
3
- section: utility-classes
3
+ section: foundations-and-styles
4
+ subsection: utility-classes
4
5
  ---import './Flex.css'
5
6
 
6
7
  ## Examples
@@ -370,7 +371,7 @@ section: utility-classes
370
371
 
371
372
  ### Overview
372
373
 
373
- For these utilities to have effect, the parent element must be set to `display: flex` or `display: inline-flex`. [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-flex-row-on-lg`
374
+ For these utilities to have effect, the parent element must be set to `display: flex` or `display: inline-flex`. [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-flex-row-on-lg`
374
375
 
375
376
  <!-- ## Accessibility
376
377
 
@@ -1,5 +1,5 @@
1
- .ws-core-u-float .pf-v6-u-float-inline-start,
2
- .ws-core-u-float .pf-v6-u-float-inline-end {
1
+ .ws-core-f-float .pf-v6-u-float-inline-start,
2
+ .ws-core-f-float .pf-v6-u-float-inline-end {
3
3
  padding: var(--pf-t--global--spacer--sm);
4
4
  border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
5
5
  }
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Float
3
- section: utility-classes
3
+ section: foundations-and-styles
4
+ subsection: utility-classes
4
5
  ---import './Float.css'
5
6
 
6
7
  ## Examples
@@ -18,7 +19,7 @@ section: utility-classes
18
19
 
19
20
  ### Overview
20
21
 
21
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-float-inline-start-on-lg`
22
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-float-inline-start-on-lg`
22
23
 
23
24
  ### Usage
24
25
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Sizing
3
- section: utility-classes
3
+ section: foundations-and-styles
4
+ subsection: utility-classes
4
5
  ---import './Sizing.css'
5
6
 
6
7
  ## Examples
@@ -22,7 +23,7 @@ section: utility-classes
22
23
 
23
24
  ### Usage
24
25
 
25
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-w-initial-on-lg`
26
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-w-initial-on-lg`
26
27
 
27
28
  | Class | Applied to | Outcome |
28
29
  | -- | -- | -- |
@@ -50,7 +51,7 @@ section: utility-classes
50
51
 
51
52
  ### Usage
52
53
 
53
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-w-25vw-on-lg`
54
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-w-25vw-on-lg`
54
55
 
55
56
  | Class | Applied to | Outcome |
56
57
  | -- | -- | -- |
@@ -90,7 +91,7 @@ section: utility-classes
90
91
 
91
92
  ### Usage
92
93
 
93
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-h-initial-on-lg`
94
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-h-initial-on-lg`
94
95
 
95
96
  | Class | Applied to | Outcome |
96
97
  | -- | -- | -- |
@@ -130,7 +131,7 @@ section: utility-classes
130
131
 
131
132
  ### Usage
132
133
 
133
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-h-25vh-on-lg`
134
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-h-25vh-on-lg`
134
135
 
135
136
  | Class | Applied to | Outcome |
136
137
  | -- | -- | -- |
@@ -188,7 +189,7 @@ section: utility-classes
188
189
  | `.pf-v6-u-min-width` | `*` | Sets min-width: `var(--pf-v6-u-min-width--MinWidth{-on-[breakpoint]})`. |
189
190
  | `.pf-v6-u-max-width` | `*` | Sets min-width: `var(--pf-v6-u-max-width--MaxWidth{-on-[breakpoint]})`. |
190
191
 
191
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.--pf-v6-u-min-width--MinWidth-on-lg`
192
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.--pf-v6-u-min-width--MinWidth-on-lg`
192
193
 
193
194
  | Custom property | Applied to | Outcome |
194
195
  | -- | -- | -- |
@@ -242,7 +243,7 @@ section: utility-classes
242
243
  | `.pf-v6-u-min-height` | `*` | Sets min-height: `var(--pf-v6-u-min-height--MinHeight{-on-[breakpoint]})`. |
243
244
  | `.pf-v6-u-max-height` | `*` | Sets max-height: `var(--pf-v6-u-max-height--MaxHeight{-on-[breakpoint]})`. |
244
245
 
245
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.--pf-v6-u-min-height--MinHeight-on-lg`
246
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.--pf-v6-u-min-height--MinHeight-on-lg`
246
247
 
247
248
  | Custom property | Applied to | Outcome |
248
249
  | -- | -- | -- |
@@ -1,5 +1,5 @@
1
- .ws-core-u-spacing .ws-example-flex-item,
2
- .ws-core-u-spacing .pf-v6-u-display-flex {
1
+ .ws-core-f-spacing .ws-example-flex-item,
2
+ .ws-core-f-spacing .pf-v6-u-display-flex {
3
3
  padding: var(--pf-t--global--spacer--sm);
4
4
  border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--default);
5
5
  }
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Spacing
3
- section: utility-classes
3
+ section: foundations-and-styles
4
+ subsection: utility-classes
4
5
  pf: 'test'
5
6
  ---import './Spacing.css'
6
7
 
@@ -118,7 +119,7 @@ pf: 'test'
118
119
 
119
120
  ### Overview
120
121
 
121
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-m-sm-on-lg`
122
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-m-sm-on-lg`
122
123
 
123
124
  ### Margin properties
124
125
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: Text
3
- section: utility-classes
3
+ section: foundations-and-styles
4
+ subsection: utility-classes
4
5
  ---## Examples
5
6
 
6
7
  ### Font family
@@ -47,7 +48,7 @@ section: utility-classes
47
48
 
48
49
  ### Inverse colors
49
50
 
50
- These colors are best used with the ["inverse" background colors](/utility-classes/background-color#inverse-background-colors).
51
+ These colors are best used with the ["inverse" background colors](/foundations-and-styles/utility-classes/background-color#inverse-background-colors).
51
52
 
52
53
  ```html
53
54
  <div class="pf-v6-u-background-color-inverse">
@@ -169,9 +170,9 @@ These colors are best used with the ["inverse" background colors](/utility-class
169
170
 
170
171
  These text utilities can be used to modify text within the PatternFly framework. In most cases, using the components with available modifiers should be sufficient to implement most designs, and should be preferred over customizations using these utilities.
171
172
 
172
- Care should be taken especially when applying text colors, as this can have a negative effect on the readability and accessibility of text. Refer to the information on [contrast ratios](/guidelines/colors/#contrast-ratios) for more information.
173
+ Care should be taken especially when applying text colors, as this can have a negative effect on the readability and accessibility of text. Refer to the information on [contrast ratios](/foundations-and-styles/colors#contrast-ratios) for more information.
173
174
 
174
- [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-font-size-xl-on-lg`
175
+ [Breakpoints](/foundations-and-styles/design-tokens/all-design-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-font-size-xl-on-lg`
175
176
 
176
177
  ### Usage
177
178
 
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 1024 1024" role="img">
3
+ <path d="M576,303 C576,294.715729 569.284271,288 561,288 L463,288 C454.715729,288 448,294.715729 448,303 L448,448 L303,448 C294.715729,448 288,454.715729 288,463 L288,561 C288,569.284271 294.715729,576 303,576 L448,576 L448,720.9 C447.983373,729.207373 454.6927,735.961429 463,736 L561,736 C569.3073,735.961429 576.016627,729.207373 576,720.9 L576,576 L721,576 C724.969024,576.026638 728.784638,574.468589 731.600595,571.671405 C734.416553,568.87422 736.000031,565.069113 736.000031,561.1 L736.000031,463.1 C736.016627,454.792627 729.3073,448.038571 721,448 L576,448 L576,303 Z M512,896 C300.2,896 128,723.9 128,512 C128,300.3 300.2,128 512,128 C723.8,128 896,300.2 896,512 C896,723.8 723.7,896 512,896 Z M512.1,0 C229.7,0 0,229.8 0,512 C0,794.2 229.8,1024 512.1,1024 C794.4,1024 1024,794.3 1024,512 C1024,229.7 794.4,0 512.1,0 Z" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 1024 1024" role="img">
3
+ <path d="M512,0 C229.26,0 0,229.26 0,512 C0,794.74 229.26,1024 512,1024 C794.74,1024 1024,794.74 1024,512 C1024,229.26 794.74,0 512,0 Z M759.09,730.29 C759.09,751.77 741.71,766.86 721.83,766.86 C711.54,766.86 704,762.97 693.49,754.29 L429,541 L340.57,762.74 L264.23,762.74 L487.77,224.74 C493.49,210.79 506.06,203.25 520.23,203.25 C534.4,203.25 546.06,210.56 551.77,224.74 L755.89,715.2 C758.4,721.14 759.31,726.63 759.09,730.29 Z M520.69,312.69 L653.26,640 L453.26,482.51 L520.69,312.69 Z" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 1024 1024" role="img">
3
+ <path d="M951.9,320 L832,320 L832,135 C832,94.9 800.7,64 760.5,64 L71.1,64 C30.9,64.1 0,94.9 0,135 L0,696.9 C0,737.1 30.9,768 71.1,768 L192,768 L192,952.2 C192,992.5 223.4,1024 263.7,1024 L952,1024 C992.3,1024 1024,992.5 1024,952.2 L1024,391 C1023.9,350.9 992.1,320 951.9,320 Z M832,384 L896,384 L896,448 L832,448 L832,384 Z M640,128 L704,128 L704,192 L640,192 L640,128 Z M64,704 L64,256 L768,256 L768,704 L64,704 Z M960,960 L256,960 L256,768 L760.5,768 C800.8,768 832,736.5 832,696.3 L832,576 L960,576 L960,960 Z" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 1070 1024" role="img">
3
+ <path d="M832,768 L832,896 L128,896 L128,256.4 L224,256.4 L352,128 L36.6,128 C14.6,128 0,142.7 0,164.6 L0,987.4 C0,1009.4 14.6,1024 36.6,1024 L930.7,1024 C945.3,1024 960,1009.4 960,987.4 L960,640 L832,768 Z M638.3,219.4 L704.1,219.4 L704.1,0 L1070,329.2 L704.2,658.3 L704.2,438.9 L674.9,438.9 C448.1,453.5 353,651 411.6,775.3 C353.1,731.4 279.9,709.5 265.3,570.5 C243.3,351.1 418.9,219.4 638.3,219.4 Z" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 1024 1024" role="img">
3
+ <path d="M512,128 C300.2,128 128,300.3 128,512 C128,723.9 300.2,896 512,896 C723.8,896 896,723.8 896,512 C896,300.2 723.7,128 512,128 M512.1,1024 C229.8,1024 0,794.3 0,512 C0,229.7 229.7,0 512.1,0 C794.5,0 1024,229.7 1024,512 C1024,794.3 794.4,1024 512.1,1024 M744.1,619.2 C723.2,664.3 691.733333,700.333333 649.7,727.3 C607.666667,754.266667 561.766667,767.766667 512,767.801349 C477.880448,767.912684 444.106349,760.967204 412.8,747.4 C381.4,733.8 354,715.7 331,692.7 C308,669.7 289.9,642.6 276.3,611.1 C262.774308,579.78407 255.863244,546.011774 255.998009,511.9 C255.891693,478.450317 262.417551,445.311196 275.2,414.4 C288,383.4 305.333333,356.566667 327.2,333.9 C349.066667,311.233333 375.233333,292.966667 405.7,279.1 C436.09495,265.229747 468.913253,257.449838 502.3,256.2 C512,255.8 523.3,262.3 527.1,271.4 C531.1,280.5 531.7,290.8 524.3,297.7 C505.1,315 488.3,335.2 478.2,358.2 C468.1,381.2 460.8,403.2 460.8,428.7 C460.8,461.6 466.7,489.6 482.9,517.4 C498.746034,544.796001 521.503999,567.553966 548.9,583.4 C576.6,599.6 607,607.7 639.9,607.7 C666.146645,607.723074 692.070807,601.916608 715.8,590.7 C724.9,586.7 732.9,588.1 739.8,595 C742.843305,598.084991 744.867601,602.02888 745.6,606.3 C746.409483,610.652973 745.8867,615.148908 744.1,619.2" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 896 1024" role="img">
3
+ <path d="M448,0 C465.333333,0 480.333333,6.33333333 493,19 C505.666667,31.6666667 512,46.6666667 512,64 L512,106 L514.23,106.45 C587.89,121.39 648.48,157.24 696,214 C744,271.333333 768,338.666667 768,416 C768,500 780,568.666667 804,622 C818.666667,652.666667 841.333333,684 872,716 C873.773676,718.829136 875.780658,721.505113 878,724 C890,737.333333 896,752.333333 896,769 C896,785.666667 890,800.333333 878,813 C866,825.666667 850.666667,832 832,832 L63.3,832 C44.9533333,831.84 29.8533333,825.506667 18,813 C6,800.333333 0,785.666667 0,769 C0,752.333333 6,737.333333 18,724 L24,716 L25.06,714.9 C55.1933333,683.28 77.5066667,652.313333 92,622 C116,568.666667 128,500 128,416 C128,338.666667 152,271.333333 200,214 C248,156.666667 309.333333,120.666667 384,106 L384,63.31 C384.166667,46.27 390.5,31.5 403,19 C415.666667,6.33333333 430.666667,0 448,0 Z M576,896 L576,897.08 C575.74,932.6 563.073333,962.573333 538,987 C512.666667,1011.66667 482.666667,1024 448,1024 C413.333333,1024 383.333333,1011.66667 358,987 C332.666667,962.333333 320,932 320,896 L576,896 Z M475,192 L421,192 C400.565464,192 384,208.565464 384,229 L384,539 C384,559.434536 400.565464,576 421,576 L475,576 C495.434536,576 512,559.434536 512,539 L512,229 C512,208.565464 495.434536,192 475,192 Z M448,640 C412.653776,640 384,668.653776 384,704 C384,739.346224 412.653776,768 448,768 C483.346224,768 512,739.346224 512,704 C512,668.653776 483.346224,640 448,640 Z" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 1024 1024" role="img">
3
+ <path d="M768,256 L768,257.4 C765.102556,256.827424 762.153196,256.559301 759.2,256.6 C705.189545,255.686899 652.247869,271.702281 607.8,302.4 C591.952568,312.712568 582.951533,330.814358 584.293158,349.674109 C585.634783,368.53386 597.107623,385.179201 614.255294,393.144598 C631.402965,401.109995 651.522926,399.14007 666.8,388 C693.450143,369.582634 725.210685,359.998506 757.6,360.6 C761.083449,360.639748 764.563612,360.372043 768,359.8 L768,360.2 C851.8,360.2 920,428.4 920,512.1 C919.932562,571.254743 885.622089,625.020813 832,650 L832,760.2 C942.4,731.8 1024,631.6 1024,512.3 C1024,370.6 909.4,256 768,256 M746.6,452 C731.4,445.8 718.4,448.4 707.8,459.8 L635.2,531.8 L619.2,547.8 L367.6,292.9 C329,260.9 304.6,256 256,256 C114.6,256 0,371.5 0,512.8 C0,654.1 114.6,768 256,768 C304,768 344.2,750.9 380,722.9 L379.4,722.5 L384.8,718.9 C400.216562,708.213968 408.692351,690.060567 406.986867,671.380284 C405.281384,652.700001 393.658366,636.381592 376.561578,628.663984 C359.46479,620.946375 339.538112,623.023033 324.4,634.1 C301.295896,650.587389 274.106741,660.41146 245.8,662.5 C163.2,661.4 104,595.8 104,512.8 C104,430.4 165.8,363.3 247.6,360.9 L252.2,360.9 C253,361.1 253.8,360.9 254.4,361.1 L254.8,361.1 C269.4,360.9 292.6,366.3 312.6,382.3 L546.6,620.6 L458.8,708.4 C447.4,719.6 444.8,732.2 451,746.8 C457.2,761.6 468.2,768 483.8,768 L732.6,768 C742.2,768 750.6,765.4 757.6,758.4 C764.417003,751.876224 768.25027,742.835499 768.200488,733.4 L768.200488,484.8 C768.200488,469.2 761,458.2 746.6,452" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 896 1024" role="img">
3
+ <path d="M448,0 C465.333333,0 480.333333,6.33333333 493,19 C505.666667,31.6666667 512,46.6666667 512,64 L512,106 L514.23,106.45 C587.89,121.39 648.48,157.24 696,214 C744,271.333333 768,338.666667 768,416 C768,500 780,568.666667 804,622 C818.666667,652.666667 841.333333,684 872,716 C873.773676,718.829136 875.780658,721.505113 878,724 C890,737.333333 896,752.333333 896,769 C896,785.666667 890,800.333333 878,813 C866,825.666667 850.666667,832 832,832 L63.3,832 C44.9533333,831.84 29.8533333,825.506667 18,813 C6,800.333333 0,785.666667 0,769 C0,752.333333 6,737.333333 18,724 L24,716 L25.06,714.9 C55.1933333,683.28 77.5066667,652.313333 92,622 C116,568.666667 128,500 128,416 C128,338.666667 152,271.333333 200,214 C248,156.666667 309.333333,120.666667 384,106 L384,63.31 C384.166667,46.27 390.5,31.5 403,19 C415.666667,6.33333333 430.666667,0 448,0 Z M576,896 L576,897.08 C575.74,932.6 563.073333,962.573333 538,987 C512.666667,1011.66667 482.666667,1024 448,1024 C413.333333,1024 383.333333,1011.66667 358,987 C332.666667,962.333333 320,932 320,896 L576,896 Z" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 1024 1024" role="img">
3
+ <path d="M0,767.3 L0,640 L64,640 L64,752.3 C64,760.584271 70.7157288,767.3 79,767.3 L128,768.1 L128,832.1 L64,831.3 C28.6674863,831.266922 0.0330777378,802.632514 0,767.3 Z M64,0 L191.3,0 L191.3,64 L79,64 C70.7157288,64 64,70.7157288 64,79 L64,192 L0,192 L0,64 C0.0330777378,28.6674863 28.6674863,0.0330777378 64,0 Z M0,384 L64,384 L64,256 L0,256 L0,384 Z M0,576 L64,576 L64,448 L0,448 L0,576 Z M832,64.7 L832,128 L768,128 L768,79.7 C768,71.4157288 761.284271,64.7 753,64.7 L640,64.7 L640,0.7 L768,0.7 C803.332514,0.733077738 831.966922,29.3674863 832,64.7 Z M448,64.7 L576,64.7 L576,0.7 L448,0.7 L448,64.7 Z M256,64.7 L384,64.7 L384,0.7 L256,0.7 L256,64.7 Z M960,192 L256,192 C220.667486,192.033078 192.033078,220.667486 192,256 L192,960 C192.033078,995.332514 220.667486,1023.96692 256,1024 L960,1024 C995.332514,1023.96692 1023.96692,995.332514 1024,960 L1024,256 C1023.96692,220.667486 995.332514,192.033078 960,192 Z M960,945 C960,953.284271 953.284271,960 945,960 L271,960 C262.715729,960 256,953.284271 256,945 L256,271 C256,262.715729 262.715729,256 271,256 L945,256 C953.284271,256 960,262.715729 960,271 L960,945 Z" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 1024 1024" role="img">
3
+ <path d="M996.377115,171.480135 L540.537115,5.18013521 C531.409589,1.76249044 521.743498,0.00809818406 511.997115,6.72397778e-05 C501.871295,-0.0125134433 491.820803,1.74040061 482.297115,5.18013521 L27.6671155,171.370135 C11.0249457,177.434467 -0.0238641555,193.287629 0.046775475,211.000135 L0.046775475,249.000135 C0.195841208,267.102495 11.623122,283.189328 28.6671155,289.290135 L85.2071155,309.500135 C95.0094893,313.010977 105.907101,311.533188 114.420477,305.53861 C122.933853,299.544031 127.998417,289.782269 127.997115,279.370135 L127.997115,234.580135 L511.997115,95.0001352 L895.177115,235.170135 L895.177115,295.370135 C895.178887,302.102977 898.453489,308.414744 903.95698,312.293243 C909.460471,316.171742 916.505874,317.132839 922.847115,314.870135 L995.477115,289.270135 C1012.59546,283.170258 1024.01857,266.9528 1023.99715,248.780135 L1023.99715,210.870135 C1023.97475,193.258354 1012.96683,177.531031 996.427115,171.480135 M533.647115,346.370135 L511.997115,353.370135 L489.587115,348.080135 C479.853994,344.894147 469.183221,346.571799 460.897291,352.59073 C452.611361,358.609661 447.71662,368.238859 447.737051,378.480135 L447.737051,417.580135 C447.725709,431.081528 456.204913,443.131767 468.917115,447.680135 L499.577115,458.180135 C507.177328,460.919505 515.534404,460.669293 522.957115,457.480135 L554.327115,445.870135 C567.027983,441.306886 575.500688,429.265885 575.507257,415.770135 L575.507257,376.770135 C575.537565,366.523106 570.643619,356.885253 562.352331,350.863869 C554.061043,344.842484 543.381903,343.17069 533.647115,346.370135 M351.737115,359.870135 L351.737115,318.770135 C351.726919,304.92777 342.817563,292.661266 329.657115,288.370135 L265.717115,267.480135 C255.985877,264.299431 245.319589,265.977891 237.035494,271.993509 C228.751399,278.009128 223.854266,287.632278 223.86709,297.870135 L223.86709,337.000135 C223.874371,350.47567 232.322855,362.502666 244.997115,367.080135 L308.937115,390.080135 C318.749212,393.583471 329.652547,392.090624 338.161859,386.078784 C346.67117,380.066943 351.720981,370.28887 351.697115,359.870135 M991.217115,442.000135 L856.317115,394.650135 C852.839791,393.339817 849.00444,393.339817 845.527115,394.650135 L798.077115,411.550135 C783.887115,416.550135 783.887115,436.650135 798.077115,441.650135 L913.157115,483.000135 L511.997115,646.780135 L109.477115,482.780135 L223.867115,441.780135 C237.947115,436.690135 237.947115,416.690135 223.867115,411.690135 L176.607115,394.780135 C173.112329,393.58999 169.321902,393.58999 165.827115,394.780135 L33.1571155,442.370135 C13.0440455,449.54441 -0.269196877,468.728185 0.0471154616,490.080135 L0.0471154616,503.080135 C-0.847277689,523.712017 11.059679,542.763147 29.9971155,551.000135 L476.407115,747.280135 C498.111167,756.808317 522.807966,756.840942 544.537115,747.370135 L802.537115,634.470135 L994.287115,549.930135 C1013.05026,541.718274 1024.80919,522.789452 1023.85712,502.330135 L1023.85712,489.430135 C1024.36395,468.22962 1011.19974,449.100375 991.217115,442.000135 M995.527115,672.000135 L915.657115,643.810135 C911.820884,642.433761 907.604002,642.573251 903.867115,644.200135 L861.307115,662.810135 C848.027115,668.610135 848.727115,687.610135 862.307115,692.500135 L910.997115,710.000135 L511.997115,916.170135 L111.277115,709.870135 L152.437115,695.080135 C165.827115,690.280135 166.717115,671.580135 153.837115,665.580135 L112.837115,646.370135 C109.008929,644.580285 104.630262,644.368356 100.647115,645.780135 L27.9971155,671.870135 C11.3473237,677.858232 0.19240487,693.586867 0.0471154616,711.280135 L0.0471154616,730.080135 C0.0632949619,745.406045 8.42616142,759.506405 21.8671155,766.870135 L470.707115,1013.47014 C483.376418,1020.36989 497.570829,1023.98983 511.997115,1024.00014 C526.111827,1023.98457 539.988079,1020.35974 552.307115,1013.47014 L1002.19712,766.870135 C1015.63034,759.501145 1023.98494,745.401803 1023.99712,730.080135 L1023.99712,712.470135 C1023.99712,694.324323 1012.60558,678.131732 995.527115,672.000135 M799.277301,336.480135 L799.277301,297.480135 C799.312025,287.231444 794.419143,277.590499 786.126499,271.568129 C777.833854,265.54576 767.152103,263.875935 757.417115,267.080135 L693.487115,288.000135 C680.330167,292.290121 671.421636,304.551456 671.407115,318.390135 L671.407115,359.390135 C671.416959,369.788712 676.478869,379.534105 684.980399,385.521966 C693.481929,391.509827 704.362857,392.993413 714.157115,389.500135 L778.097115,366.700135 C790.819287,362.10717 799.292115,350.02599 799.277301,336.500135" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 1024 1024" role="img">
3
+ <path d="M903.7,237.64 L511.5,378.4 L119.9,237.94 L512.2,95 L903.7,237.64 Z M126.8,719.64 L285.1,662.9 L445.6,733.33 L445.6,894.33 L126.8,719.64 Z M96,329.35 L225.2,375.71 L96,422.06 L96,329.35 Z M199.9,625.35 L96,662.73 L96,579.91 L199.9,625.35 Z M445.5,454.73 L445.5,619.37 L111.9,484.2 L319.9,409.57 L445.5,454.73 Z M738.3,662.73 L897,719.57 L573.6,897 L573.6,735.16 L738.3,662.73 Z M798,375.51 L928,329 L928,422.21 L798,375.51 Z M928,579.41 L928,662.83 L823.4,625.36 L928,579.41 Z M703.2,409.47 L911.3,484.1 L573.6,621.17 L573.6,456 L703.2,409.47 Z M1024,239.64 C1023.39305,204.05641 1000.93137,172.522598 967.5,160.32 C825.5,108.573333 683.5,56.8566667 541.5,5.17 C522.437353,-1.72320177 501.562647,-1.72320177 482.5,5.17 L56.5,160.42 C23.1452849,172.665955 0.715338236,204.115519 0,239.64 L0,694.55 L0.1,694.55 C1.2,725.55 18.9,765.18 44.6,779.96 L470.6,1013.44 C496.404128,1027.52063 527.595872,1027.52063 553.4,1013.44 C639.6,966.18 841.7,855.44 979.4,779.96 C1006.1,765.38 1022.9,725.62 1024,694.55 L1024,239.64 Z" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 1024 1024" role="img">
3
+ <path d="M314.143886,228.505956 L317.553886,510.305956 L650.853886,583.995956 C661.740694,586.3978 673.134531,584.498827 682.653886,578.695956 L831.023886,487.805956 L835.523886,218.105956 C835.891154,196.417205 820.089335,177.831867 798.623886,174.705956 L504.723886,132.305956 L343.423886,187.205956 C325.75695,193.194142 313.934673,209.852622 314.111877,228.505956 L314.143886,228.505956 Z M986.143886,89.605956 L722.343886,57.405956 L577.023886,107.705956 L860.123886,146.905956 C881.738011,149.916157 897.704407,168.58654 897.323886,190.405956 L892.753886,449.995956 L1017.85389,373.395956 L1023.95389,133.495956 C1024.62358,111.281829 1008.22116,92.2324674 986.153886,89.595956 L986.143886,89.605956 Z M317.343886,591.905956 L321.243886,904.805956 L638.743886,1000.10596 C653.190248,1004.42398 668.842707,1000.89934 680.043886,990.805956 L823.843886,860.605956 L828.743886,567.805956 L681.343886,664.205956 C671.460593,670.687909 659.34701,672.821346 647.843886,670.105956 L317.343886,591.905956 Z M272.243886,175.905956 C326.643886,158.005956 381.043886,140.139289 435.443886,122.305956 L199.343886,88.205956 L31.1438863,137.105956 C12.1841324,142.605495 -0.629574671,160.265518 0.0238862761,179.995956 L9.12388628,442.195956 L246.123886,494.595956 L242.523886,217.395956 C242.331797,198.571464 254.343871,181.786918 272.223886,175.895956 L272.243886,175.905956 Z M508.843886,98.205956 C559.143886,81.705956 609.410553,65.205956 659.643886,48.705956 L438.243886,22.305956 C432.507745,21.6175225 426.691666,22.0936928 421.143886,23.705956 L276.023886,65.905956 L508.843886,98.205956 Z M10.7538863,519.405956 L19.9538863,783.905956 C20.5605633,802.39522 32.9246802,818.424271 50.6538863,823.705956 L253.023886,884.405956 L247.723886,575.505956 L10.7538863,519.405956 Z M890.453886,527.505956 L1016.35389,445.205956 L1010.15389,673.905956 C1009.86976,685.691377 1004.73149,696.836362 995.953886,704.705956 L885.553886,804.705956 L890.453886,527.505956 Z" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 1088 1024" role="img">
3
+ <path d="M576,160 C687.3,88.6 874.6,32 960,32 L960,800 C898.8,783.1 738,760.5 576,864 L576,160 Z M1024,96 C1088,96 1088,162.8 1088,162.8 L1088,928 C1088,992 985.7,989.9 985.7,989.9 C863.1,804.7 576,992 576,992 L576,925.4 C863,728.7 1024,928 1024,928 L1024,96 Z M128,800 L128,32 C212.9,32 400.6,88.3 512,160 L512,864 C352,760.5 189.3,783.2 128,800 Z M512,925.4 L512,992 C512,992 227.9,805.8 102.5,989.9 C102.5,989.9 0,992 0,928 L0,162.8 C0,162.8 0,96 64,96 L64,928 C64,927.9 226,728.7 512,925.4 Z" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 1024 1024" role="img">
3
+ <path d="M383.8,575.6 C380,761 256,768 256,768 L256,575.9 L128,575.9 L128,192 L768,192 L768,575.9 L383.8,575.6 Z M896,384 L896,123.9 C894.4,76.9 879.7,64 845.2,64 L64,64 C7.7,64 0,69.3 0,123.9 L0,634.6 C0,705.7 0,702.5 64.7,704 L128,704 L128,860.7 C128,884.5 141.6,896 158.8,896 C298.9,896 400.2,894.8 480,704 L511.9,704 L511.9,768 C512.2,832.7 512,832.2 573.8,832 L768,832 C782,906 833,960 895.9,960 L944,960 C952.836556,960 960,952.836556 960,944 L960,832 C1019.3,832.1 1023.5,832.7 1024,768.1 L1024,451.4 C1024,392.9 1023.9,384.5 964.2,384 L896,384 Z" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 730 1024" role="img">
3
+ <path d="M725.499315,767.757345 L469.242169,511.500499 L725.499315,255.243653 C729.196254,251.545719 731.096195,247.248119 731,242.4498 C731,237.653479 728.997365,233.35588 725.299427,229.558002 L647.542773,151.701495 C643.743891,147.903617 639.446287,146 634.64996,146 C629.852635,146 625.55503,147.803673 621.857092,151.500607 L365.5,407.857398 L109.241857,151.500607 C105.544917,147.803673 101.246314,145.904733 96.4499876,146 C91.6526619,146.104622 87.3550577,148.002562 83.5571748,151.701495 L5.7005771,229.457058 C1.90269428,233.255936 0,237.553535 0,242.350855 C0,247.148175 1.80175055,251.444775 5.50068853,255.143709 L261.857779,511.500499 L5.50068853,767.757345 C1.80175055,771.454279 -0.0961914123,775.752878 0,779.750645 C0.103697157,784.547965 2.00263857,788.845564 5.7005771,792.642443 L83.4572306,871.299502 C87.2541139,875.096381 91.5527176,877 96.3500433,877 C101.147369,877 105.444973,875.197325 109.142912,871.499391 L365.400058,615.241545 L621.657203,871.499391 C625.355142,875.197325 629.652746,877.095265 634.449072,877 C639.246398,877 643.545002,874.997437 647.342885,871.299502 L725.099538,793.54294 C728.896421,789.745062 730.796362,785.446463 730.796362,780.649143 C731.096195,775.752878 729.196254,771.454279 725.499315,767.757345" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 1024 1024" role="img">
3
+ <path d="M409.7,128.000273 C465.8,128.000273 516.7,143.900547 562.4,176.000547 C608.1,208.100547 641.6,249.700547 662.5,301.600547 C687.4,279.100547 716.9,267.700547 751,267.700547 C788.7,267.700547 821,281.400547 847.2,308.700547 C874.1,335.900547 887.3,368.800547 887.3,407.500547 C887.46515,434.180158 879.892917,460.335623 865.5,482.800547 C911.4,493.767214 949.3,518.200547 979.2,556.100547 C1009.06667,594.033881 1024,637.500547 1024,686.500547 C1024,744.400547 1004.2,793.700547 964.1,834.700547 C924.302,874.993547 876.6632,895.586537 820.89251,895.994368 L819.2,896.000547 L238.9,896.000547 C173.133333,895.933881 116.9,872.000547 70.2,824.200547 C23.4,776.333881 0,718.800547 0,651.600547 C0,603.667214 12.6333333,559.800547 37.9,520.000547 C63.2333333,480.067214 96.5,450.300547 137.7,430.700547 C137,420.500547 136.6,412.600547 136.6,407.200547 C136.6,330.200547 163.2,264.200547 216.6,209.700547 C270.033333,155.133881 334.4,127.900547 409.7,128.000273 Z M512,320.000547 C476.9,320.000547 446.8,332.600547 421.6,357.900547 C396.4,383.200547 383.8,413.100547 383.8,448.400547 L383.8,511.400547 L352.1,511.400547 C343.2,511.400547 335.6,513.500547 329.4,519.700547 C323.305993,525.712407 319.913649,533.940645 320,542.500547 L320,735.000547 C319.859734,743.570758 323.260479,751.819372 329.4,757.800547 C335.7,764.000547 343.2,768.000547 352.1,768.000547 L671.8,768.000547 C680.7,768.000547 688.3,764.000547 694.5,757.800547 C700.594007,751.788687 703.986351,743.56045 703.9,735.000547 L704.1,542.600547 C704.289931,534.020996 700.881339,525.753347 694.7,519.800547 C688.4,513.600547 680.9,511.400547 672,511.400547 L640.1,511.400547 L640.1,448.400547 C640.1,413.200547 627.7,383.200547 602.5,357.900547 C577.3,332.600547 547.1,320.000547 512,320.000547 Z M512,385.700547 C529.7,385.700547 544.9,391.900547 557.2,404.400547 C569.461938,416.250691 576.267978,432.65035 576,449.700547 L576,512.000547 L448,512.000547 L448,449.700547 C448,414.354323 476.653776,385.700547 512,385.700547 Z" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 1024 1024" role="img">
3
+ <path d="M562.4,176.000927 C516.7,143.900927 465.8,127.900927 409.7,128.000462 C334.4,127.900927 270.033333,155.134261 216.6,209.700927 C176.3,250.900927 151.233333,298.567594 141.4,352.700927 L520,648.700927 C525.922351,653.309879 533.854044,654.408235 540.805986,651.582074 C547.757927,648.755914 552.673405,642.434821 553.7,635.000927 L609.9,217.600927 C595.659303,202.014708 579.727871,188.062128 562.4,176.000927 M979.2,556.100927 C949.3,518.200927 911.4,493.767594 865.5,482.800927 C879.892917,460.336003 887.46515,434.180538 887.3,407.500927 C887.3,368.800927 874.1,335.900927 847.2,308.700927 C821,281.400927 788.7,267.700927 751,267.700927 C717.3,267.700927 688.1,278.900927 663.3,300.900927 L607.2,718.000927 C602.9,750.200927 565.3,765.500927 539.7,745.500927 L137.5,430.900927 C96.4,450.500927 63.2,480.234261 37.9,520.100927 C12.6333333,559.800927 0,603.634261 0,651.600927 C0,718.800927 23.4,776.334261 70.2,824.200927 C116.9,872.000927 173.133333,895.934261 238.9,896.000927 L819.2,896.000927 C875.7,896.000927 923.9,875.400927 964.1,834.700927 C1004.2,793.700927 1024,744.400927 1024,686.500927 C1024,637.500927 1009.06667,594.034261 979.2,556.100927" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 1024 1024" role="img">
3
+ <path d="M1013.1,330.877049 C1005.8,323.577049 997.2,319.977049 987.4,319.977049 L36.6,319.977049 C26.6,319.977049 18.2,323.577049 10.9,330.877049 C3.6,338.177049 0,346.777049 0,356.577049 L0,475.277049 C0,485.277049 3.6,493.677049 10.7,501.077049 C18,508.377049 26.4,511.977049 36.4,511.977049 L987.4,511.977049 C997.4,511.977049 1005.8,508.377049 1013.1,501.077049 C1020.4,493.777049 1024,485.377049 1024,475.377049 L1024,356.577049 C1024,346.577049 1020.4,338.177049 1013.1,330.877049 Z M128,447.977049 L64,447.977049 L64,383.977049 L128,383.977049 L128,447.977049 Z M256,447.977049 L192,447.977049 L192,383.977049 L256,383.977049 L256,447.977049 Z M384,447.977049 L320,447.977049 L320,383.977049 L384,383.977049 L384,447.977049 Z M512,447.977049 L448,447.977049 L448,383.977049 L512,383.977049 L512,447.977049 Z M960,447.977049 L896,447.977049 L896,383.977049 L960,383.977049 L960,447.977049 Z M0,245.177049 C0,235.977049 1.2,234.677049 9.6,226.477049 C9.6,226.477049 151.09,86.2970491 161.6,74.0070491 C172.11,61.7170491 185.5,64.2070491 185.5,64.2070491 L840.62,64.2070491 C840.62,64.2070491 852.42,62.8070491 863.11,74.4070491 C873.61,85.9970491 1013.5,226.407049 1013.5,226.407049 C1021.9,234.807049 1024,236.107049 1024,245.207049 C1024,254.807049 1012.3,256.007049 1000.7,256.007049 L22.1,256.007049 C10.8,256.077049 0,254.377049 0,245.177049 Z M1013.1,842.877049 C1005.8,835.577049 997.2,831.977049 987.4,831.977049 L36.6,831.977049 C26.6,831.977049 18.2,835.577049 10.9,842.877049 C3.6,850.177049 0,858.777049 0,868.577049 L0,987.277049 C0,997.277049 3.6,1005.67705 10.7,1013.07705 C18,1020.37705 26.4,1023.97705 36.4,1023.97705 L987.4,1023.97705 C997.4,1023.97705 1005.8,1020.37705 1013.1,1013.07705 C1020.4,1005.77705 1024,997.377049 1024,987.377049 L1024,868.577049 C1024,858.577049 1020.4,850.177049 1013.1,842.877049 Z M128,959.977049 L64,959.977049 L64,895.977049 L128,895.977049 L128,959.977049 Z M256,959.977049 L192,959.977049 L192,895.977049 L256,895.977049 L256,959.977049 Z M384,959.977049 L320,959.977049 L320,895.977049 L384,895.977049 L384,959.977049 Z M512,959.977049 L448,959.977049 L448,895.977049 L512,895.977049 L512,959.977049 Z M960,959.977049 L896,959.977049 L896,895.977049 L960,895.977049 L960,959.977049 Z M1013.1,586.877049 C1005.8,579.577049 997.2,575.977049 987.4,575.977049 L36.6,575.977049 C26.6,575.977049 18.2,579.577049 10.9,586.877049 C3.6,594.177049 0,602.777049 0,612.577049 L0,731.277049 C0,741.277049 3.6,749.677049 10.7,757.077049 C18,764.377049 26.4,767.977049 36.4,767.977049 L987.4,767.977049 C997.4,767.977049 1005.8,764.377049 1013.1,757.077049 C1020.4,749.777049 1024,741.377049 1024,731.377049 L1024,612.577049 C1024,602.577049 1020.4,594.177049 1013.1,586.877049 Z M128,703.977049 L64,703.977049 L64,639.977049 L128,639.977049 L128,703.977049 Z M256,703.977049 L192,703.977049 L192,639.977049 L256,639.977049 L256,703.977049 Z M384,703.977049 L320,703.977049 L320,639.977049 L384,639.977049 L384,703.977049 Z M512,703.977049 L448,703.977049 L448,639.977049 L512,639.977049 L512,703.977049 Z M960,703.977049 L896,703.977049 L896,639.977049 L960,639.977049 L960,703.977049 Z" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 1024 1024" role="img">
3
+ <path d="M164.205055,860.745249 C148.733045,860.838628 133.985899,854.195111 123.805055,842.544257 C-14.7040912,683.356495 -39.4049666,454.743708 61.9050547,269.644257 C79.2208597,238.233782 99.8013724,208.737282 123.305055,181.644257 C142.773092,159.304339 176.665137,156.97622 199.005055,176.444257 C221.344973,195.912295 223.673092,229.804339 204.205055,252.144257 C185.73115,273.409387 169.542309,296.556414 155.905055,321.204257 C76.284152,466.765473 95.8003635,646.522153 204.805055,771.604257 C218.6725,787.501143 221.960918,810.039426 213.213717,829.23587 C204.466515,848.432314 185.300453,860.745249 164.205055,860.704257 M862.305055,857.704257 C841.38711,857.664169 822.402887,845.461026 813.680654,826.448276 C804.958421,807.435527 808.091354,785.085982 821.705055,769.204257 C949.320125,620.203968 948.554345,400.212503 819.905055,252.104257 C807.156654,237.709139 803.099548,217.586468 809.274083,199.376133 C815.448617,181.165799 830.90788,167.660496 849.782516,163.987725 C868.657153,160.314955 888.052595,167.037965 900.605055,181.604257 C1064.18702,369.743318 1065.25072,649.325935 903.105055,838.704257 C892.94742,850.711731 878.03257,857.657371 862.305055,857.704257 M622.005055,511.744257 C622.005055,572.385123 572.84592,621.544257 512.205055,621.544257 C451.564189,621.544257 402.405055,572.385123 402.405055,511.744257 C402.405055,451.103392 451.564189,401.944257 512.205055,401.944257 C572.834488,401.971848 621.977464,451.114824 622.005055,511.744257 M721.705055,703.644257 C704.64083,703.605747 689.019526,694.063383 681.195263,678.898616 C673.371001,663.733849 674.647316,645.473157 684.505055,631.544257 C735.18401,559.780377 735.023639,463.838313 684.105055,392.244257 C669.46951,371.699265 674.260064,343.179804 694.805056,328.544259 C715.350048,313.908713 743.869508,318.699266 758.505055,339.244257 C831.942334,442.463696 832.262987,580.78545 759.305055,684.344257 C750.573021,696.412993 736.601337,703.584628 721.705055,703.644257 M301.105055,703.444257 C286.228641,703.430877 272.284228,696.197679 263.705055,684.044257 C191.42292,581.096562 191.303009,443.918163 263.405055,340.844257 C277.705055,320.244257 306.305055,315.244257 327.105055,329.644257 C347.7097,344.191543 352.711823,372.641119 338.305055,393.344257 C313.605055,428.244257 300.905055,469.544257 300.905055,512.444257 C300.802505,555.080048 313.940659,596.695848 338.505055,631.544257 C345.495017,641.460463 348.243215,653.75422 346.141024,665.702923 C344.038833,677.651626 337.259738,688.269203 327.305055,695.204257 C319.580013,700.479172 310.458986,703.333844 301.105055,703.404257" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 1024 1024" role="img">
3
+ <path d="M22.3,576.00143 L1001.8,576.00143 C1013.2,576.00143 1020.3,570.90143 1023.1,560.50143 C1025.6,550.20143 1022.9,537.30143 1014.4,522.10143 C1014.4,522.10143 874.3,232.50143 863.8,211.00143 C856,191.90143 841.4,192.000713 841.4,192.000713 L185.6,192.000713 C185.6,192.000713 169,191.60143 161.8,209.70143 C151.3,232.30143 9.7,522.00143 9.7,522.00143 C1.2,537.10143 -1.7,550.00143 1,560.40143 C3.7,570.80143 10.8,576.00143 22.3,576.00143 Z M1013.1,650.90143 C1005.8,643.60143 997.2,640.00143 987.4,640.00143 L36.6,640.00143 C26.6,640.00143 18.2,643.60143 10.9,650.90143 C3.6,658.20143 0,666.80143 0,676.60143 L0,795.50143 C0,805.50143 3.6,813.90143 10.7,821.20143 C18,828.40143 26.4,832.00143 36.4,832.00143 L987.4,832.00143 C997.4,832.00143 1005.8,828.40143 1013.1,821.10143 C1020.4,813.80143 1024,805.40143 1024,795.40143 L1024,676.60143 C1024,666.60143 1020.4,658.20143 1013.1,650.90143 Z M128,768.00143 L64,768.00143 L64,704.00143 L128,704.00143 L128,768.00143 Z M256,768.00143 L192,768.00143 L192,704.00143 L256,704.00143 L256,768.00143 Z M384,768.00143 L320,768.00143 L320,704.00143 L384,704.00143 L384,768.00143 Z M512,768.00143 L448,768.00143 L448,704.00143 L512,704.00143 L512,768.00143 Z M960,768.00143 L896,768.00143 L896,704.00143 L960,704.00143 L960,768.00143 Z" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 832 1024" role="img">
3
+ <path d="M16,704 L112,704 C120.836556,704 128,711.163444 128,720 L128,752 C128,760.836556 120.836556,768 112,768 L16,768 C7.163444,768 0,760.836556 0,752 L0,720 C0,711.163444 7.163444,704 16,704 M16,576 L112,576 C120.836556,576 128,583.163444 128,592 L128,624 C128,632.836556 120.836556,640 112,640 L16,640 C7.163444,640 0,632.836556 0,624 L0,592 C0,583.163444 7.163444,576 16,576 M16,448 L112,448 C120.836556,448 128,455.163444 128,464 L128,496 C128,504.836556 120.836556,512 112,512 L16,512 C7.163444,512 0,504.836556 0,496 L0,464 C0,455.163444 7.163444,448 16,448 M16,320 L112,320 C120.836556,320 128,327.163444 128,336 L128,368 C128,376.836556 120.836556,384 112,384 L16,384 C7.163444,384 0,376.836556 0,368 L0,336 C0,327.163444 7.163444,320 16,320 M720,704 L816,704 C824.836556,704 832,711.163444 832,720 L832,752 C832,760.836556 824.836556,768 816,768 L720,768 C711.163444,768 704,760.836556 704,752 L704,720 C704,711.163444 711.163444,704 720,704 M720,576 L816,576 C824.836556,576 832,583.163444 832,592 L832,624 C832,632.836556 824.836556,640 816,640 L720,640 C711.163444,640 704,632.836556 704,624 L704,592 C704,583.163444 711.163444,576 720,576 M720,448 L816,448 C824.836556,448 832,455.163444 832,464 L832,496 C832,504.836556 824.836556,512 816,512 L720,512 C711.163444,512 704,504.836556 704,496 L704,464 C704,455.163444 711.163444,448 720,448 M720,320 L816,320 C824.836556,320 832,327.163444 832,336 L832,368 C832,376.836556 824.836556,384 816,384 L720,384 C711.163444,384 704,376.836556 704,368 L704,336 C704,327.163444 711.163444,320 720,320 M592,832 L624,832 C632.836556,832 640,839.163444 640,848 L640,944 C640,952.836556 632.836556,960 624,960 L592,960 C583.163444,960 576,952.836556 576,944 L576,848 C576,839.163444 583.163444,832 592,832 M464,832 L496,832 C504.836556,832 512,839.163444 512,848 L512,944 C512,952.836556 504.836556,960 496,960 L464,960 C455.163444,960 448,952.836556 448,944 L448,848 C448,839.163444 455.163444,832 464,832 M336,832 L368,832 C376.836556,832 384,839.163444 384,848 L384,944 C384,952.836556 376.836556,960 368,960 L336,960 C327.163444,960 320,952.836556 320,944 L320,848 C320,839.163444 327.163444,832 336,832 M208,832 L240,832 C248.836556,832 256,839.163444 256,848 L256,944 C256,952.836556 248.836556,960 240,960 L208,960 C199.163444,960 192,952.836556 192,944 L192,848 C192,839.163444 199.163444,832 208,832 M592,128 L624,128 C632.836556,128 640,135.163444 640,144 L640,240 C640,248.836556 632.836556,256 624,256 L592,256 C583.163444,256 576,248.836556 576,240 L576,144 C576,135.163444 583.163444,128 592,128 M464,128 L496,128 C504.836556,128 512,135.163444 512,144 L512,240 C512,248.836556 504.836556,256 496,256 L464,256 C455.163444,256 448,248.836556 448,240 L448,144 C448,135.163444 455.163444,128 464,128 M336,128 L368,128 C376.836556,128 384,135.163444 384,144 L384,240 C384,248.836556 376.836556,256 368,256 L336,256 C327.163444,256 320,248.836556 320,240 L320,144 C320,135.163444 327.163444,128 336,128 M192,240 L192,144 C192,135.163444 199.163444,128 208,128 L240,128 C248.836556,128 256,135.163444 256,144 L256,240 C256,248.836556 248.836556,256 240,256 L208,256 C199.163444,256 192,248.836556 192,240 M639.9,332.4 L640,754.4 C640,761.248331 634.448331,766.8 627.6,766.8 L204.5,768.000017 C197.630809,768.011149 192.044024,762.469059 192,755.6 L192,332.4 C192,329.111316 193.306425,325.957327 195.631876,323.631876 C197.957327,321.306425 201.111316,319.999742 204.4,319.999742 L627.4,319.999742 C630.704365,319.978711 633.880989,321.275093 636.226941,323.602277 C638.572893,325.929461 639.894747,329.095571 639.9,332.4" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 925 1024" role="img">
3
+ <path d="M897.86597,252.24865 L491.105712,7.96742801 C473.40731,-2.65897781 451.300057,-2.65597516 433.611654,7.97743687 L27.1213875,252.245648 C10.3059556,262.353595 0.0163032058,280.549701 0.0163032058,300.182078 L0.0163032058,967.971163 C-1.04266102,1010.81008 49.7156241,1038.89994 85.4314175,1015.41816 C85.4304175,1015.42016 432.807682,798.630273 432.807682,798.630273 C450.891071,787.348287 473.816296,787.342282 491.906685,798.624268 L839.584939,1015.4612 C875.297732,1039.03406 926.031018,1010.73602 924.984054,968.003192 C924.985054,968.005193 924.985054,300.192087 924.985054,300.192087 C924.985054,280.552703 914.688401,262.353595 897.86597,252.24865" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 1024 1024" role="img">
3
+ <path d="M879.0474,64.5 L1024.3914,224.5 L879.0474,384.5 L832.4324,341.094 L909.276499,256.5 L180.1341,256.5 C148.0811,257.327 118.0301,271.052 95.4831,295.334 C72.8821,319.674 60.4361,351.806 60.4361,385.811 L60.4361,386.471 C60.4361,420.381 72.7991,452.159 95.2501,475.95 C117.7211,499.761 147.6961,512.5 179.6531,512.5 L323.373499,512.5 L512.4992,367.3227 L701.624499,512.5 L845.5586,512.5 C892.8806,512.5 937.36031,531.51296 970.971417,566.572676 L971.9866,567.64 C1005.8506,603.526 1024.4996,651.43 1024.4996,702.529 L1024.4996,703.189 C1024.4996,754.188 1005.8886,802.318 972.0946,838.711 C938.5136,874.875 893.7406,895.395 846.0236,896.492 L845.6746,896.5 L31.2476,896.5 C14.7556,896.466 0.4686,881.3 0.499549646,863.652 C0.5316,846.026 14.7836,832.5 31.2476,832.5 L845.0776,832.5 C877.1296,831.673 907.1816,817.948 929.7276,793.666 C952.3286,769.326 964.7756,737.194 964.7756,703.189 L964.7756,702.529 C964.7756,668.619 952.4116,636.841 929.9606,613.05 C907.4896,589.239 877.5156,576.5 845.5586,576.5 L703.333499,576.5 L512.4992,720.9647 L321.665499,576.5 L179.6531,576.5 C132.33011,576.5 87.8513702,557.48704 54.240283,522.427324 L53.2251,521.36 C19.3611,485.474 0.7111,437.57 0.7111,386.471 L0.7111,385.811 C0.7111,334.812 19.3221,286.682 53.1161,250.289 C86.6971,214.125 131.4701,193.605 179.1871,192.508 L179.5371,192.5 L909.276499,192.5 L832.4324,107.906 L879.0474,64.5 Z M512.4992,450.3267 L389.4332,544.7967 L512.4992,637.9607 L635.5662,544.7967 L512.4992,450.3267 Z" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg fill="currentColor" viewBox="0 0 896 1024" role="img">
3
+ <path d="M430.605,63 L576,223 L430.605,383 L384,339.574 L460.854,255 L179.538,255 C147.415,255.821 117.345,269.54 94.84,293.692 C72.297,317.884 59.882,349.916 59.882,383.888 L59.882,384.548 C59.882,418.481 72.245,450.28 94.695,474.088 C117.168,497.922 147.148,511 179.11,511 L717.06,511 C815.347,511 895.619,597.063 895.999359,702.789 C896.182,754.034 877.68,802.261 843.9,838.586 C810.069,874.964 765.02,895 717.061,895 L0,895 L0,831 L717.024,831 C717.033,831 717.043,831.023 717.053,831.023 C749.033,831.023 779.056,817.672 801.602,793.428 C824.092,769.244 836.41,737.142 836.288,703.035 C836.035,632.45 782.549,575 717.06,575 L179.11,575 C131.314,575 86.417,555.327 52.69,519.559 C18.822,483.642 0.171,435.694 0.171,384.548 L0.171,383.888 C0.171,332.847 18.785,284.761 52.584,248.489 C86.102,212.518 130.841,192.105 178.562,191 L460.854,191 L384,106.426 L430.605,63 Z M756,79 C833.196,79 896,141.804 896,219 C896,296.196 833.196,359 756,359 C678.804,359 616,296.196 616,219 C616,141.804 678.804,79 756,79 Z M756,143.013 C714.086,143.013 679.987,177.101 679.987,219 C679.987,260.9 714.086,294.987 756,294.987 C797.914,294.987 832.013,260.9 832.013,219 C832.013,177.101 797.914,143.013 756,143.013 Z" />
4
+ </svg>