@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
6 lines • 301 B
TypeScript
export const c_button_hamburger_icon_bottom_collapse_path: {
"name": "--pf-v6-c-button--hamburger-icon--bottom--collapse--path",
"value": "path(\"M9,9 L5,9\")",
"var": "var(--pf-v6-c-button--hamburger-icon--bottom--collapse--path)"
};
export default c_button_hamburger_icon_bottom_collapse_path;