├── .github ├── ISSUE_TEMPLATE │ ├── chatbot.md │ └── component-groups.md ├── contributing.md └── workflows │ └── add-new-issues-to-project.yml ├── .gitignore ├── Archive ├── Announcements.md └── PatternFly release notes.md ├── PatternFly 3 ├── PatternFly 3.sketch └── PatternFly Template.sketch ├── PatternFly 4 - Figma library └── PatternFly.fig ├── PatternFly 4 - Sketch library and template ├── PatternFly template.sketch └── PatternFly.sketch ├── PatternFly 4 - Wireframe library and template ├── PatternFly Wireframe library.sketch ├── PatternFly Wireframe template.sketch └── Wireframe kit guideline.md ├── PatternFly 4 Overpass - old ├── Patternfly 4 Overpass template.sketch └── Patternfly 4 Overpass.sketch ├── README.md ├── Symbols-SVGs ├── Accordion │ ├── Content │ │ ├── Bordered.svg │ │ ├── Content.svg │ │ └── Large bordered.svg │ └── Toggle │ │ ├── Bordered │ │ ├── Default.svg │ │ ├── Expanded.svg │ │ ├── Focus.svg │ │ └── Hover.svg │ │ ├── Default.svg │ │ ├── Expanded.svg │ │ ├── Focus.svg │ │ ├── Hover.svg │ │ └── Large bordered │ │ ├── Default.svg │ │ ├── Expanded.svg │ │ ├── Focus.svg │ │ └── Hover.svg ├── Alerts │ ├── Inline │ │ ├── 1. Default │ │ │ ├── 1. Default - Actions.svg │ │ │ ├── 2. Default - No actions.svg │ │ │ ├── 3. Description - Actions.svg │ │ │ ├── 4. Description - No actions.svg │ │ │ ├── 5. Dismissable - Actions.svg │ │ │ ├── 6. Dismissable - No Actions.svg │ │ │ ├── 7. Description Dismissable - Actions.svg │ │ │ ├── 8. Description Dismissable - No actions.svg │ │ │ └── 9. Expandable │ │ │ │ ├── 1. Closed.svg │ │ │ │ └── 2. Expanded.svg │ │ ├── 2. Success │ │ │ ├── 1. Default - Actions.svg │ │ │ ├── 2. Default - No actions.svg │ │ │ ├── 3. Description - Actions.svg │ │ │ ├── 4. Description - No actions.svg │ │ │ ├── 5. Dismissable - Actions.svg │ │ │ ├── 6. Dismissable - No Actions.svg │ │ │ ├── 7. Description Dismissable - Actions.svg │ │ │ ├── 8. Description Dismissable - No actions.svg │ │ │ └── 9. Expandable │ │ │ │ ├── 1. Closed.svg │ │ │ │ └── 2. Expanded.svg │ │ ├── 3. Warning │ │ │ ├── 1. Default - Actions.svg │ │ │ ├── 2. Default - No actions.svg │ │ │ ├── 3. Description - Actions.svg │ │ │ ├── 4. Description - No actions.svg │ │ │ ├── 5. Dismissable - Actions.svg │ │ │ ├── 6. Dismissable - No Actions.svg │ │ │ ├── 7. Description Dismissable - Actions.svg │ │ │ ├── 8. Description Dismissable - No actions.svg │ │ │ └── 9. Expandable │ │ │ │ ├── 1. Closed.svg │ │ │ │ └── 2. Expanded.svg │ │ ├── 4. Danger │ │ │ ├── 1. Default - Actions.svg │ │ │ ├── 2. Default - No actions.svg │ │ │ ├── 3. Description - Actions.svg │ │ │ ├── 4. Description - No actions.svg │ │ │ ├── 5. Dismissable - Actions.svg │ │ │ ├── 6. Dismissable - No Actions.svg │ │ │ ├── 7. Description Dismissable - Actions.svg │ │ │ ├── 8. Description Dismissable - No actions.svg │ │ │ └── 9. Expandable │ │ │ │ ├── 1. Closed.svg │ │ │ │ └── 2. Expanded.svg │ │ ├── 5. Info │ │ │ ├── 1. Default - Actions.svg │ │ │ ├── 2. Default - No actions.svg │ │ │ ├── 3. Description - Actions.svg │ │ │ ├── 4. Description - No actions.svg │ │ │ ├── 5. Dismissable - Actions.svg │ │ │ ├── 6. Dismissable - No Actions.svg │ │ │ ├── 7. Description Dismissable - Actions.svg │ │ │ ├── 8. Description Dismissable - No actions.svg │ │ │ └── 9. Expandable │ │ │ │ ├── 1. Closed.svg │ │ │ │ └── 2. Expanded.svg │ │ └── 6. Custom │ │ │ ├── 1. Default - Actions.svg │ │ │ ├── 2. Default - No actions.svg │ │ │ ├── 3. Description - Actions.svg │ │ │ ├── 4. Description - No actions.svg │ │ │ ├── 5. Dismissable - Actions.svg │ │ │ ├── 6. Dismissable - No Actions.svg │ │ │ ├── 7. Description Dismissable - Actions.svg │ │ │ └── 8. Description Dismissable - No actions.svg │ ├── Plain inline │ │ ├── 1. Default │ │ │ ├── 1. Default.svg │ │ │ └── 2. With description .svg │ │ ├── 2. Success │ │ │ ├── 1. Default.svg │ │ │ └── 2. With description.svg │ │ ├── 3. Warning │ │ │ ├── 1. Default.svg │ │ │ └── 2. With description.svg │ │ ├── 4. Danger │ │ │ ├── 1. Default.svg │ │ │ └── 2. With description.svg │ │ └── 5. Info │ │ │ ├── 1. Default.svg │ │ │ └── 2. With description.svg │ └── Toast │ │ ├── 1. Default │ │ ├── 1. Default - Actions.svg │ │ ├── 2. Default - No actions.svg │ │ ├── 3. Description - Actions.svg │ │ ├── 4. Description - No actions.svg │ │ └── 5. Expandable │ │ │ ├── 1. Closed.svg │ │ │ └── 2. Expanded.svg │ │ ├── 2. Success │ │ ├── 1. Default - Actions.svg │ │ ├── 2. Default - No actions.svg │ │ ├── 3. Description - Actions.svg │ │ ├── 4. Description - No actions.svg │ │ └── 5. Expandable │ │ │ ├── 1. Closed.svg │ │ │ └── 2. Expanded.svg │ │ ├── 3. Warning │ │ ├── 1. Default - Actions.svg │ │ ├── 3. Description - Actions.svg │ │ ├── 2. Default - No actions.svg │ │ ├── 4. Description - No actions.svg │ │ └── 5. Expandable │ │ │ ├── 1. Closed.svg │ │ │ └── 2. Expanded.svg │ │ ├── 4. Danger │ │ ├── 1. Default - Actions.svg │ │ ├── 3. Description - Actions.svg │ │ ├── 2. Default - No actions.svg │ │ ├── 4. Description - No actions.svg │ │ └── 5. Expandable │ │ │ ├── 1. Closed.svg │ │ │ └── 2. Expanded.svg │ │ ├── 5. Info │ │ ├── 1. Default - Actions.svg │ │ ├── 3. Description - Actions.svg │ │ ├── 2. Default - No actions.svg │ │ ├── 4. Description - No actions.svg │ │ └── 5. Expandable │ │ │ ├── 1. Closed.svg │ │ │ └── 2. Expanded.svg │ │ └── 6. Custom │ │ ├── 1. Default - Actions.svg │ │ ├── 2. Default - No actions.svg │ │ ├── 3. Description - Actions.svg │ │ └── 4. Description - No actions.svg ├── Application launcher │ ├── 1. Background │ │ ├── 1. Unfilterable.svg │ │ └── 2. Filterable.svg │ ├── 2. Menu Item │ │ ├── 1. No icons │ │ │ └── 1. Basic │ │ │ │ └── 2. Hover │ │ │ │ └── 1. Internal link.svg │ │ └── 2. With icons │ │ │ └── 1. Basic │ │ │ └── 2. Hover │ │ │ └── 1. Internal link.svg │ └── 2. Menu Item │ │ ├── 1. No icons │ │ ├── 1. Basic │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover │ │ │ │ └── 2. External link.svg │ │ │ └── 3. Disabled.svg │ │ └── 2. With favoriting │ │ │ ├── 1. Default │ │ │ ├── 1. Favorited.svg │ │ │ └── 2. Unfavorited.svg │ │ │ ├── 2. Hover │ │ │ ├── 1. Full item hover │ │ │ │ ├── 1. Favorited.svg │ │ │ │ └── 2. Unfavorited.svg │ │ │ └── 2. Star hover.svg │ │ │ └── 3. Disabled.svg │ │ ├── 2. With icons │ │ ├── 1. Basic │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover │ │ │ │ └── 2. External link.svg │ │ │ └── 3. Disabled.svg │ │ ├── 2. With favoriting │ │ │ ├── 1. Default │ │ │ │ ├── 1. Favorited.svg │ │ │ │ └── 2. Unfavorited.svg │ │ │ └── 2. Hover │ │ │ │ ├── 1. Full item hover │ │ │ │ ├── 1. Favorited.svg │ │ │ │ └── 2. Unfavorited.svg │ │ │ │ └── 2. Star hover.svg │ │ └── 2. With favoriting │ │ │ └── 3. Disabled.svg │ │ └── 3. Group header │ │ ├── 1. First group.svg │ │ └── 2. Other groups.svg ├── Badge │ ├── Default.svg │ └── Unread.svg ├── Banner │ ├── 1. Default │ │ ├── 1. Without icon.svg │ │ └── 2. With icon.svg │ ├── 2. Informational │ │ ├── 1. Without icon.svg │ │ └── 2. With icon.svg │ ├── 3. Success │ │ ├── 1. Without icon.svg │ │ └── 2. With icon.svg │ ├── 4. Warning │ │ ├── 1. Without icon.svg │ │ └── 2. With icon.svg │ └── 5. Danger │ │ ├── 1. Without icon.svg │ │ └── 2. With icon.svg ├── Breadcrumbs │ ├── 1. Full basic breadcrumb.svg │ ├── 2. Full with dropdown.svg │ ├── 3. Section title │ │ ├── Default.svg │ │ ├── Focus.svg │ │ ├── Hover.svg │ │ └── Static.svg │ └── 4. Section landing.svg ├── Button │ ├── 1. Primary │ │ ├── Default.svg │ │ ├── Disabled.svg │ │ ├── Focus.svg │ │ ├── Hover.svg │ │ ├── Progress │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ └── 3. Focus.svg │ │ └── With icon │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ └── 3. Focus.svg │ ├── 10. Icon button │ │ ├── Default.svg │ │ ├── Disabled.svg │ │ ├── Focus.svg │ │ └── Hover.svg │ ├── 11. Call to action │ │ ├── Link.svg │ │ ├── Primary.svg │ │ ├── RCUE Primary.svg │ │ ├── Secondary Blue.svg │ │ └── Secondary.svg │ ├── 12. Back to top │ │ ├── Default.svg │ │ ├── Disabled.svg │ │ ├── Focus.svg │ │ └── Hover.svg │ ├── 13. Toggle │ │ ├── Default.svg │ │ ├── Focus.svg │ │ └── Hover.svg │ ├── 2. Secondary │ │ ├── Default.svg │ │ ├── Disabled.svg │ │ ├── Focus.svg │ │ ├── Hover.svg │ │ ├── Progress │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ └── 3. Focus.svg │ │ └── With icon │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ └── 3. Focus.svg │ ├── 3. Danger Seconday │ │ ├── Default.svg │ │ ├── Disabled.svg │ │ ├── Focus.svg │ │ └── Hover.svg │ ├── 4. Tertiary │ │ ├── Default.svg │ │ ├── Disabled.svg │ │ ├── Focus.svg │ │ └── Hover.svg │ ├── 5. Destructive │ │ ├── Default.svg │ │ ├── Disabled.svg │ │ ├── Focus.svg │ │ └── Hover.svg │ ├── 6. Warning │ │ ├── Default.svg │ │ ├── Disabled.svg │ │ ├── Focus.svg │ │ └── Hover.svg │ ├── 7. Link button │ │ ├── 1. Default.svg │ │ ├── 2. Hover.svg │ │ ├── 3. Focus.svg │ │ ├── 4. Disabled.svg │ │ ├── 5. No padding │ │ │ ├── Default.svg │ │ │ ├── Disabled .svg │ │ │ ├── Focus.svg │ │ │ └── Hover .svg │ │ └── 6. Danger │ │ │ ├── Default.svg │ │ │ ├── Disabled.svg │ │ │ ├── Focus.svg │ │ │ └── Hover.svg │ ├── 8. Link button with left icon │ │ ├── No padding │ │ │ └── Disabled .svg │ │ ├── Default.svg │ │ ├── Disabled.svg │ │ ├── Focus.svg │ │ ├── Hover.svg │ │ └── No padding │ │ │ ├── Default .svg │ │ │ ├── Focus.svg │ │ │ └── Hover .svg │ └── 9. Link button with right icon │ │ ├── Default.svg │ │ ├── Disabled.svg │ │ ├── Focus.svg │ │ ├── Hover.svg │ │ └── No padding │ │ ├── Default.svg │ │ ├── Disabled .svg │ │ ├── Focus .svg │ │ └── Hover .svg ├── Card │ ├── Background │ │ ├── 1. Default on white bg.svg │ │ ├── 2. Default on gray bg.svg │ │ └── 3. Actionable card │ │ │ ├── Disabled.svg │ │ │ ├── Hover.svg │ │ │ └── Selected.svg │ ├── Compact (16px spacers) │ │ ├── Default.svg │ │ ├── Full ex.svg │ │ └── Multi-select.svg │ ├── Default (24px spacers) │ │ ├── Default.svg │ │ ├── Full ex.svg │ │ └── Multi-select.svg │ ├── Marketing card (32px spacers) │ │ ├── Default (large text).svg │ │ └── Full ex (large text).svg │ └── With logo │ │ ├── Default.svg │ │ ├── Selectable.svg │ │ └── With button.svg ├── Charts │ ├── Area │ │ └── Full.svg │ ├── Axis │ │ ├── Full no lines.svg │ │ ├── Full with horizontal lines.svg │ │ ├── Full with vertical lines.svg │ │ ├── X-axis.svg │ │ └── Y-axis.svg │ ├── Bar │ │ ├── Horizontal │ │ │ ├── 1. Single.svg │ │ │ └── 2. Nested.svg │ │ └── Vertical │ │ │ ├── 1. Single.svg │ │ │ └── 2. Nested.svg │ ├── Bullet │ │ ├── Full │ │ │ ├── Basic with description.svg │ │ │ ├── Basic.svg │ │ │ └── Segmented primary measure.svg │ │ ├── Horizontal │ │ │ ├── Measured value.svg │ │ │ └── Range.svg │ │ └── Vertical │ │ │ ├── Measured value.svg │ │ │ └── Range.svg │ ├── Donut │ │ ├── Default size │ │ │ ├── Standard with sublabel.svg │ │ │ ├── Standard.svg │ │ │ ├── Utilization with thresholds │ │ │ │ ├── 1. Okay.svg │ │ │ │ ├── 2. Warning.svg │ │ │ │ └── 3. Danger.svg │ │ │ └── Utilization.svg │ │ └── Small size │ │ │ ├── Standard with sublabel.svg │ │ │ ├── Standard.svg │ │ │ ├── Utilization with thresholds │ │ │ ├── 1. Okay.svg │ │ │ ├── 2. Warning.svg │ │ │ └── 3. Danger.svg │ │ │ └── Utilization.svg │ ├── Legend.svg │ ├── Line │ │ ├── Dashed - Downwards.svg │ │ ├── Dashed - Mix.svg │ │ ├── Dashed - Upwards.svg │ │ ├── Downwards.svg │ │ ├── Mix.svg │ │ ├── Single.svg │ │ └── Upwards.svg │ ├── Pie │ │ ├── Blue - 3.svg │ │ └── Blue - 4.svg │ ├── Sparkline │ │ ├── Basic.svg │ │ └── Full.svg │ └── Stack │ │ ├── 1. Vertical - Blue (4).svg │ │ ├── 2. Vertical - Gold (4).svg │ │ ├── 3. Horizontal - Gold (4).svg │ │ └── 4. Horizontal - Blue (4).svg ├── Chips │ ├── Chip Group │ │ ├── Group │ │ │ ├── Default with chip.svg │ │ │ ├── Default.svg │ │ │ ├── Dismissible with chip.svg │ │ │ └── Dismissible.svg │ │ ├── Show Less │ │ │ ├── Default.svg │ │ │ └── Hover.svg │ │ └── Show More │ │ │ ├── Default.svg │ │ │ └── Hover.svg │ ├── Default.svg │ ├── Read only.svg │ └── With badge.svg ├── Code editor │ ├── Code area │ │ ├── 1. Read-only │ │ │ ├── 1. No text.svg │ │ │ └── 2. With text.svg │ │ └── 2. Editable │ │ │ ├── 1. No text.svg │ │ │ ├── 2. With text.svg │ │ │ ├── 3. Empty state.svg │ │ │ └── 4. Drag file.svg │ ├── Language tab │ │ ├── 1. Editable.svg │ │ ├── 2. Read-only.svg │ │ └── 3. Drag file.svg │ ├── Shortcut.svg │ └── Snippet │ │ ├── Size md.svg │ │ ├── Size sm.svg │ │ └── Size xs.svg ├── Color palettes.svg ├── Dark Theme │ ├── Button │ │ ├── Icon button │ │ │ ├── Default.svg │ │ │ └── Hover.svg │ │ ├── Link button │ │ │ ├── Default.svg │ │ │ └── Hover.svg │ │ └── Secondary │ │ │ ├── Default.svg │ │ │ └── Hover.svg │ ├── Call to action │ │ ├── Link.svg │ │ ├── Primary White.svg │ │ └── Secondary White.svg │ ├── Code snippet │ │ ├── Size md.svg │ │ ├── Size sm.svg │ │ └── Size xs.svg │ ├── Dropdowns │ │ ├── Default.svg │ │ ├── Disabled.svg │ │ ├── Focus.svg │ │ ├── Hover.svg │ │ └── Select.svg │ └── Text Box │ │ ├── Active.svg │ │ ├── Default.svg │ │ ├── Disabled.svg │ │ ├── Error.svg │ │ └── Hover.svg ├── Data list and tables │ ├── 1. Table header │ │ ├── 1. Table caption.svg │ │ ├── Background (16px spacers) │ │ │ ├── 1. Default.svg │ │ │ └── 2. Expandable.svg │ │ ├── Background (8px spacers) │ │ │ ├── 1. Default.svg │ │ │ └── 2. Expandable.svg │ │ ├── Compact (8px spacers) │ │ │ ├── 3. Default.svg │ │ │ ├── 4. Sortable.svg │ │ │ ├── 5. Sort down.svg │ │ │ └── 6. Sort up.svg │ │ ├── Large (16px spacers) │ │ │ ├── 3. Default.svg │ │ │ ├── 4. Sortable.svg │ │ │ ├── 5. Sort down.svg │ │ │ └── 6. Sort up.svg │ │ └── Nested column header.svg │ ├── 2. Default size row │ │ ├── 1. With checkbox │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Selected.svg │ │ │ └── 3. Checked disabled.svg │ │ ├── 2. Expandable │ │ │ ├── 1. Collapsed.svg │ │ │ └── 2. Expanded.svg │ │ ├── 3. Expandable panel │ │ │ ├── 1. Row expanded (default rows).svg │ │ │ └── 2. Row expanded and selected (selectable rows).svg │ │ ├── 4. Draggable expandable │ │ │ ├── 1. Default.svg │ │ │ └── 2. Expanded.svg │ │ ├── 4. Favoritable │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ └── 3. Selected.svg │ │ ├── 5. With radio button │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Selected.svg │ │ │ └── 3. Disabled selected.svg │ │ └── 6. Tree table │ │ │ ├── 2. Collapsed (1st level).svg │ │ │ └── 2. Expanded (1st level).svg │ ├── 3. Compact size row │ │ ├── 1. With checkbox │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Selected.svg │ │ │ └── 3. Checked disabled.svg │ │ ├── 2. Expandable │ │ │ ├── 1. Collapsed.svg │ │ │ └── 2. Expanded.svg │ │ ├── 3. Expandable panel │ │ │ └── 1. Row expanded.svg │ │ ├── 4. Draggable expandable │ │ │ ├── 1. Default.svg │ │ │ └── 2. Expanded.svg │ │ ├── 4. Favoritable │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ └── 3. Selected.svg │ │ ├── 5. With radio button │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Selected.svg │ │ │ └── 3. Disabled selected.svg │ │ └── 6. Tree table │ │ │ ├── 2. Collapsed (1st level).svg │ │ │ └── 2. Expanded (1st level).svg │ ├── 4. Compact borderless row │ │ ├── 1. With checkbox │ │ │ ├── 1. Default.svg │ │ │ └── 2. Selected.svg │ │ ├── 2. Expandable │ │ │ ├── 1. Collapsed.svg │ │ │ └── 2. Expanded.svg │ │ ├── 4. Draggable expandable │ │ │ ├── 1. Default.svg │ │ │ └── 2. Expanded.svg │ │ ├── 4. Favoritable │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ └── 3. Selected.svg │ │ └── 5. With radio button │ │ │ ├── 1. Default.svg │ │ │ └── 2. Selected.svg │ ├── 5. Default selectable row │ │ ├── 2. Selectable Expandable │ │ │ ├── 1. Collapsed.svg │ │ │ └── With checkbox │ │ │ │ └── 1. Collapsed.svg │ │ ├── 1. Selectable │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ └── 3. Selected.svg │ │ └── 2. Selectable Expandable │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected expanded.svg │ │ │ └── With checkbox │ │ │ ├── 2. Hover.svg │ │ │ └── 3. Selected expanded.svg │ ├── 6. Compact selectable row │ │ ├── 1. Selectable │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ ├── 4. With checkbox │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ └── 3. Selected.svg │ │ │ └── 4. With checkbox and expandable │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ └── 3. Selected.svg │ │ └── 2. Selectable Expandable │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ └── 3. Selected.svg │ ├── 7. Column management (OLD) │ │ ├── dragging chip.svg │ │ └── hover overlay.svg │ ├── 8. Sticky columns │ │ └── 1. Background.svg │ ├── 9. Compound expansion toggle │ │ ├── 1. Default │ │ │ ├── 1. Active toggle │ │ │ │ ├── 1. Default │ │ │ │ │ ├── Text + icon.svg │ │ │ │ │ └── Text.svg │ │ │ │ └── 2. Hover │ │ │ │ │ ├── Text + icon.svg │ │ │ │ │ └── Text.svg │ │ │ └── 1. Unselected toggle │ │ │ │ ├── 1. Default │ │ │ │ ├── Text + icon.svg │ │ │ │ └── Text.svg │ │ │ │ └── 2. Hover │ │ │ │ ├── Text + icon.svg │ │ │ │ └── Text.svg │ │ └── 2. Compact │ │ │ └── │ │ │ ├── 1. Active toggle │ │ │ ├── 1. Default - Text.svg │ │ │ ├── 2. Default - Text + icon.svg │ │ │ ├── 3. Hover - Text.svg │ │ │ └── 4. Hover - Text + icon.svg │ │ │ └── 1. Unselected toggle │ │ │ ├── 1. Default - Text.svg │ │ │ ├── 2. Default - Text + icon.svg │ │ │ ├── 3. Hover - Text.svg │ │ │ └── 4. Hover - Text + icon.svg │ └── Pieces │ │ └── Background │ │ ├── 1. With line (Compact or Large) │ │ ├── 1. Default.svg │ │ ├── 2. Hover.svg │ │ ├── 3. Selected.svg │ │ ├── 4. Expanded & selected.svg │ │ └── Grey │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Expanded & selected grey.svg │ │ ├── 2. Compact (8px spacers) w no line │ │ ├── 1. Default.svg │ │ ├── 2. Hover.svg │ │ ├── 3. Selected.svg │ │ └── Grey │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ └── 3. Selected.svg │ │ └── 3. Compound expanded.svg ├── Datepicker │ ├── 1. Input │ │ ├── 1. Filled.svg │ │ ├── 2. Placeholder.svg │ │ ├── 3. Hover.svg │ │ ├── 4. Selected (Focus).svg │ │ ├── 5. Invalid input.svg │ │ └── 6. Helper text.svg │ ├── 2. Basic calendar (customizable).svg │ ├── 3. Date range picker.svg │ └── 4. Pieces │ │ ├── 1. Day │ │ ├── Current date.svg │ │ ├── Default.svg │ │ ├── Disabled.svg │ │ ├── Focus (current date).svg │ │ ├── Focus (selected).svg │ │ ├── Hover.svg │ │ └── Selected.svg │ │ ├── 2. Year │ │ ├── Default.svg │ │ └── Disabled.svg │ │ └── Date range │ │ ├── 1. Background.svg │ │ ├── 2. From │ │ ├── Focus.svg │ │ ├── Hover.svg │ │ └── Selected.svg │ │ └── 3. To │ │ ├── Focused.svg │ │ ├── Hover.svg │ │ └── Selected.svg ├── Divider │ ├── Horizontal.svg │ └── Vertical.svg ├── Drawer │ ├── 1. Basic overlay │ │ ├── 1. Left panel.svg │ │ ├── 2. Right panel.svg │ │ └── 3. Bottom panel.svg │ ├── 2. Inline │ │ ├── 1. Left panel.svg │ │ ├── 2. Right panel.svg │ │ └── 3. Bottom panel.svg │ └── 3. Inline (grey) │ │ ├── 1. Left panel.svg │ │ ├── 2. Right panel.svg │ │ └── 3. Bottom panel.svg ├── Drill down menu │ ├── 1. Background.svg │ ├── 2. Menu items │ │ ├── 1. Standard │ │ │ ├── 1. Default.svg │ │ │ └── 2. Hover.svg │ │ ├── 2. Drill down │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Default with description.svg │ │ │ └── 3. Hover with description.svg │ │ └── 3. Standard with icon │ │ │ ├── 1. Default.svg │ │ │ └── 2. Hover.svg │ └── 3. 'Back' header │ │ ├── 1. Default.svg │ │ ├── 2. Hover.svg │ │ ├── 3. Default with icon.svg │ │ └── 4. Hover with icon.svg ├── Dropdowns │ ├── 1. Toggle │ │ ├── Default.svg │ │ ├── Disabled.svg │ │ ├── Error.svg │ │ ├── Focus.svg │ │ ├── Hover.svg │ │ ├── Plain.svg │ │ ├── Primary toggle │ │ │ ├── Default.svg │ │ │ ├── Disabled.svg │ │ │ └── Hover.svg │ │ ├── Read only.svg │ │ ├── Secondary toggle │ │ │ ├── Default.svg │ │ │ ├── Disabled.svg │ │ │ └── Hover.svg │ │ ├── Selected.svg │ │ ├── Split │ │ │ ├── Action │ │ │ │ ├── Active.svg │ │ │ │ ├── Default.svg │ │ │ │ ├── Disabled.svg │ │ │ │ ├── Hover.svg │ │ │ │ ├── Icons │ │ │ │ │ ├── Icon.svg │ │ │ │ │ ├── Primary │ │ │ │ │ │ ├── Default.svg │ │ │ │ │ │ └── Hover (Selected).svg │ │ │ │ │ └── Secondary │ │ │ │ │ │ ├── Default.svg │ │ │ │ │ │ └── Hover (Selected).svg │ │ │ │ ├── Primary │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover (Selected).svg │ │ │ │ └── Secondary │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover (Selected).svg │ │ │ ├── Default.svg │ │ │ ├── Disabled.svg │ │ │ ├── Selected.svg │ │ │ └── With Text │ │ │ │ ├── Default.svg │ │ │ │ ├── Disabled.svg │ │ │ │ ├── Hover.svg │ │ │ │ └── Selected.svg │ │ ├── Success.svg │ │ ├── With icon │ │ │ ├── Default.svg │ │ │ ├── Disabled.svg │ │ │ ├── Focus.svg │ │ │ ├── Hover.svg │ │ │ └── Selected.svg │ │ └── With typeahead │ │ │ ├── Default.svg │ │ │ └── Selected.svg │ ├── 2. Menu.svg │ ├── 3. Menu Item │ │ ├── 1. Default.svg │ │ ├── 10. Separator.svg │ │ ├── 11. Favorites │ │ │ ├── Single item │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ ├── 3. Selected.svg │ │ │ │ ├── 4. Favorited.svg │ │ │ │ ├── 5. Favorited and Selected.svg │ │ │ │ ├── 6. Disabled.svg │ │ │ │ └── 7. With number and Icon.svg │ │ │ └── With description │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ ├── 3. Selected.svg │ │ │ │ ├── 4. Favorited.svg │ │ │ │ ├── 5. Favorited and Selected.svg │ │ │ │ └── 6. Disabled.svg │ │ ├── 12. Danger.svg │ │ ├── 2. Hover.svg │ │ ├── 3. Single select.svg │ │ ├── 4. Multiselect │ │ │ ├── 1. Default.svg │ │ │ └── 2. With Number.svg │ │ ├── 5. Disabled.svg │ │ ├── 6. With arrow │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Selected.svg │ │ │ └── 3. Disabled.svg │ │ ├── 7. With icon │ │ │ ├── Default.svg │ │ │ ├── Hover.svg │ │ │ └── Single select.svg │ │ ├── 8. With description │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Disabled.svg │ │ │ ├── 4. Disabled with arrow.svg │ │ │ ├── 5. Single select.svg │ │ │ └── With checkbox │ │ │ │ ├── Default.svg │ │ │ │ ├── Disabled.svg │ │ │ │ ├── Hover.svg │ │ │ │ └── Selected.svg │ │ └── 9. Group title.svg │ └── 4. With badge.svg ├── Dual list │ ├── 1. Single level │ │ ├── Default.svg │ │ └── Selected.svg │ ├── 2. Multi level folder │ │ ├── Default │ │ │ ├── First level.svg │ │ │ └── Second level.svg │ │ └── Selected │ │ │ ├── First level.svg │ │ │ └── Second level.svg │ ├── 3. Multi level item │ │ ├── Default │ │ │ ├── Second level.svg │ │ │ └── Third level.svg │ │ └── Selected │ │ │ ├── Second level.svg │ │ │ └── Third level.svg │ └── 4. Drag and drop │ │ ├── 1. Default.svg │ │ ├── 2. Hover.svg │ │ ├── 3. Selected.svg │ │ ├── 4. Disabled.svg │ │ └── 5. Icon disabled.svg ├── Empty state │ ├── 1. Basic.svg │ ├── 2. Backend failure.svg │ └── 3. No results found.svg ├── Expandable │ ├── 1. Closed.svg │ ├── 2. Open.svg │ └── 3. Disclosure │ │ ├── 1. Collapsed.svg │ │ ├── 2. Expanded without heading (full example).svg │ │ └── 3. Expanded with heading (full example).svg ├── Forms │ ├── 1. Labeled Field │ │ ├── Default .svg │ │ ├── Help text.svg │ │ ├── Invalid input.svg │ │ ├── Success input.svg │ │ └── Warning input.svg │ ├── 10. Form section │ │ ├── Field group - default │ │ │ ├── With actions - buttons │ │ │ │ ├── First and middle items.svg │ │ │ │ └── Last item.svg │ │ │ ├── With actions - icons │ │ │ │ ├── First and middle items.svg │ │ │ │ └── Last item.svg │ │ │ └── Without actions │ │ │ │ ├── First and middle items.svg │ │ │ │ └── Last item.svg │ │ ├── Field group - with description │ │ │ ├── With actions - buttons │ │ │ │ ├── First and middle items.svg │ │ │ │ └── Last item.svg │ │ │ ├── With actions - icons │ │ │ │ ├── First and middle items.svg │ │ │ │ └── Last item.svg │ │ │ └── Without actions │ │ │ │ ├── First and middle items.svg │ │ │ │ └── Last item.svg │ │ ├── Nested group - default │ │ │ ├── With actions - buttons │ │ │ │ ├── First and middle items.svg │ │ │ │ └── Last item.svg │ │ │ ├── With actions - icons │ │ │ │ ├── First and middle items.svg │ │ │ │ └── Last item.svg │ │ │ └── Without actions │ │ │ │ ├── First and middle items.svg │ │ │ │ └── Last item.svg │ │ └── Nested group - with description │ │ │ ├── With actions - buttons │ │ │ ├── First and middle items.svg │ │ │ └── Last item.svg │ │ │ ├── With actions - icons │ │ │ ├── First and middle items.svg │ │ │ └── Last item.svg │ │ │ └── Without actions │ │ │ ├── First and middle items.svg │ │ │ └── Last item.svg │ ├── 11. Code block │ │ └── 1. Basic.svg │ ├── 12. Clipboard copy │ │ ├── 1. Basic │ │ │ ├── Editable.svg │ │ │ └── Read only.svg │ │ ├── 2. Expandable │ │ │ ├── Editable - Closed.svg │ │ │ ├── Editable - Opened.svg │ │ │ ├── Read Only - Closed.svg │ │ │ └── Read Only - Opened.svg │ │ └── 3. Inline │ │ │ ├── 1. Basic.svg │ │ │ ├── 2. Code variant.svg │ │ │ └── 3. Additional action.svg │ ├── 13. Number input │ │ ├── 1. Default.svg │ │ └── 2. Disabled.svg │ ├── 2. Text Box │ │ ├── 1. Default.svg │ │ ├── 10. Warning.svg │ │ ├── 2. Hover.svg │ │ ├── 3. Active.svg │ │ ├── 4. Focus.svg │ │ ├── 5. Disabled.svg │ │ ├── 6. Read only.svg │ │ ├── 7. Placeholder.svg │ │ ├── 8. Success.svg │ │ ├── 9. Error.svg │ │ ├── Text Area │ │ │ ├── 1. Default.svg │ │ │ ├── 10. Warning.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Active.svg │ │ │ ├── 4. Focus.svg │ │ │ ├── 5. Disabled.svg │ │ │ ├── 6. Read only.svg │ │ │ ├── 7. Placeholder.svg │ │ │ ├── 8. Success.svg │ │ │ └── 9. Error.svg │ │ └── With Icon │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Active.svg │ │ │ ├── 4. Focus.svg │ │ │ ├── 5. Disabled.svg │ │ │ ├── 6. Placeholder.svg │ │ │ ├── 7. Error.svg │ │ │ └── 8. Warning.svg │ ├── 3. Toggles │ │ ├── 1. Toggle with text.svg │ │ └── 2. Toggle with number.svg │ ├── 4. Checkbox │ │ ├── 1. Unchecked - Default.svg │ │ ├── 2. Unchecked - Disabled.svg │ │ ├── 3. Unchecked - Focus.svg │ │ ├── 4. Checked - Selected.svg │ │ ├── 5. Checked - Disabled.svg │ │ ├── 6. Checked - Focus.svg │ │ ├── 7. Mixed - Selected.svg │ │ ├── 8. Mixed - Disabled.svg │ │ └── 9. Mixed - Focus.svg │ ├── 5. Radio Button │ │ ├── 1. Default.svg │ │ ├── 2. Default Focus.svg │ │ ├── 3. Disabled (selected).svg │ │ ├── 3. Disabled.svg │ │ ├── 4. Selected.svg │ │ └── 5. Selected Focus.svg │ ├── 6. Icon Field │ │ ├── 1. Default.svg │ │ ├── 2. Hover.svg │ │ ├── 3. Selected.svg │ │ ├── 4. Disabled.svg │ │ └── 5. Disabled (no border).svg │ ├── 7. Switches │ │ ├── 1. On.svg │ │ ├── 2. Off.svg │ │ ├── 3. Label On.svg │ │ ├── 4. Label On - with icon.svg │ │ ├── 5. Label Off.svg │ │ ├── 6. Disabled Label On.svg │ │ ├── 7. Disabled Label On - with icon.svg │ │ ├── 8. Disabled Off.svg │ │ └── 9. Disabled on - with icon.svg │ └── 8. Field Label │ │ ├── Optional with help.svg │ │ ├── Optional.svg │ │ ├── Required with help.svg │ │ ├── Required.svg │ │ └── Underlined │ │ ├── Optional │ │ └── 2. Hover.svg │ │ ├── Optional │ │ ├── 1. Default.svg │ │ └── 3. Focus.svg │ │ └── Required │ │ ├── 1. Default.svg │ │ ├── 2. Hover.svg │ │ └── 3. Focus.svg ├── Hint │ ├── Body only.svg │ ├── Header and body.svg │ └── Header only.svg ├── Icons │ ├── 1. Size md │ │ ├── Actions │ │ │ ├── check.svg │ │ │ ├── cog.svg │ │ │ ├── columns.svg │ │ │ ├── compress-arrows-alt.svg │ │ │ ├── compress.svg │ │ │ ├── copy.svg │ │ │ ├── download.svg │ │ │ ├── expand-arrows-alt.svg │ │ │ ├── expand.svg │ │ │ ├── external-link-alt.svg │ │ │ ├── filter.svg │ │ │ ├── flag.svg │ │ │ ├── minus-circle.svg │ │ │ ├── minus.svg │ │ │ ├── open-drawer-right.svg │ │ │ ├── panel-close.svg │ │ │ ├── panel-open.svg │ │ │ ├── pause-circle.svg │ │ │ ├── pause.svg │ │ │ ├── pencil-alt.svg │ │ │ ├── pficon-add-circle-o.svg │ │ │ ├── pficon-export.svg │ │ │ ├── pficon-import.svg │ │ │ ├── pficon-optimize.svg │ │ │ ├── pficon-save.svg │ │ │ ├── play.svg │ │ │ ├── plus-circle.svg │ │ │ ├── plus.svg │ │ │ ├── print.svg │ │ │ ├── redo.svg │ │ │ ├── search-minus.svg │ │ │ ├── search-plus.svg │ │ │ ├── search.svg │ │ │ ├── share-square.svg │ │ │ ├── sort-amount-down-alt.svg │ │ │ ├── sort-amount-down.svg │ │ │ ├── sync-alt.svg │ │ │ ├── times-circle.svg │ │ │ ├── times.svg │ │ │ ├── trash.svg │ │ │ ├── undo.svg │ │ │ ├── upload.svg │ │ │ └── window-restore.svg │ │ ├── Brands │ │ │ ├── Ansible.svg │ │ │ ├── Dropbox.svg │ │ │ ├── Facebook.svg │ │ │ ├── Github.svg │ │ │ ├── Gitlab.svg │ │ │ ├── Google.svg │ │ │ ├── Open Stack.svg │ │ │ ├── OpenShift.svg │ │ │ ├── Satellite.svg │ │ │ ├── drupal.svg │ │ │ ├── js.svg │ │ │ ├── linkedin.svg │ │ │ ├── linux.svg │ │ │ ├── stack-overflow.svg │ │ │ ├── twitter.svg │ │ │ └── windows.svg │ │ ├── Framework │ │ │ ├── angle-double-left.svg │ │ │ ├── angle-double-right.svg │ │ │ ├── angle-down.svg │ │ │ ├── angle-left.svg │ │ │ ├── angle-right.svg │ │ │ ├── angle-up.svg │ │ │ ├── arrow-right.svg │ │ │ ├── arrows-alt-v.svg │ │ │ ├── bars.svg │ │ │ ├── bell.svg │ │ │ ├── calendar.svg │ │ │ ├── caret-down.svg │ │ │ ├── clock.svg │ │ │ ├── comments.svg │ │ │ ├── ellipsis-v.svg │ │ │ ├── eye-slash.svg │ │ │ ├── eye.svg │ │ │ ├── file.svg │ │ │ ├── folder-open.svg │ │ │ ├── folder.svg │ │ │ ├── grip-horizontal.svg │ │ │ ├── grip-vertical.svg │ │ │ ├── home.svg │ │ │ ├── long-arrow-alt-down.svg │ │ │ ├── long-arrow-alt-up.svg │ │ │ ├── map-marker.svg │ │ │ ├── question-circle (far).svg │ │ │ ├── question-circle (fas).svg │ │ │ ├── task.svg │ │ │ ├── thumbtack.svg │ │ │ └── user.svg │ │ ├── Object │ │ │ ├── clipboard-check.svg │ │ │ ├── code-branch.svg │ │ │ ├── code.svg │ │ │ ├── cube.svg │ │ │ ├── cubes.svg │ │ │ ├── data-processor.svg │ │ │ ├── database.svg │ │ │ ├── desktop.svg │ │ │ ├── flag.svg │ │ │ ├── hdd.svg │ │ │ ├── key.svg │ │ │ ├── memory.svg │ │ │ ├── microchip.svg │ │ │ ├── pficon-automation.svg │ │ │ ├── pficon-blueprint.svg │ │ │ ├── pficon-build.svg │ │ │ ├── pficon-builder-image.svg │ │ │ ├── pficon-bundle.svg │ │ │ ├── pficon-catalog.svg │ │ │ ├── pficon-cloud-security.svg │ │ │ ├── pficon-cloud-tenant.svg │ │ │ ├── pficon-cluster.svg │ │ │ ├── pficon-data-sink.svg │ │ │ ├── pficon-data-source.svg │ │ │ ├── pficon-domain.svg │ │ │ ├── pficon-enterprise.svg │ │ │ ├── pficon-flavor.svg │ │ │ ├── pficon-image.svg │ │ │ ├── pficon-infrastructure.svg │ │ │ ├── pficon-integration.svg │ │ │ ├── pficon-middleware.svg │ │ │ ├── pficon-monitoring.svg │ │ │ ├── pficon-network-range.svg │ │ │ ├── pficon-network.svg │ │ │ ├── pficon-port.svg │ │ │ ├── pficon-process-automation.svg │ │ │ ├── pficon-regions.svg │ │ │ ├── pficon-registry.svg │ │ │ ├── pficon-replicator.svg │ │ │ ├── pficon-repository.svg │ │ │ ├── pficon-resource-pool.svg │ │ │ ├── pficon-route.svg │ │ │ ├── pficon-server-group.svg │ │ │ ├── pficon-service-catalog.svg │ │ │ ├── pficon-service.svg │ │ │ ├── pficon-services.svg │ │ │ ├── pficon-storage-domain.svg │ │ │ ├── pficon-template.svg │ │ │ ├── pficon-tenant.svg │ │ │ ├── pficon-vcenter.svg │ │ │ ├── pficon-virtual-machine.svg │ │ │ ├── pficon-volume.svg │ │ │ ├── pficon-zone.svg │ │ │ ├── star.svg │ │ │ ├── tag.svg │ │ │ ├── user.svg │ │ │ └── users.svg │ │ ├── Status │ │ │ ├── arrow-circle-down.svg │ │ │ ├── arrow-circle-up.svg │ │ │ ├── attention-bell.svg │ │ │ ├── balance-scale.svg │ │ │ ├── ban.svg │ │ │ ├── bell.svg │ │ │ ├── bug.svg │ │ │ ├── check-circle.svg │ │ │ ├── check.svg │ │ │ ├── critical-risk.svg │ │ │ ├── exclamation-circle.svg │ │ │ ├── exclamation-triangle.svg │ │ │ ├── history.svg │ │ │ ├── info-circle.svg │ │ │ ├── lock-open.svg │ │ │ ├── lock.svg │ │ │ ├── pause-circle.svg │ │ │ ├── pficon-asleep.svg │ │ │ ├── pficon-connected.svg │ │ │ ├── pficon-degraded.svg │ │ │ ├── pficon-disconnected.svg │ │ │ ├── pficon-enhancement.svg │ │ │ ├── pficon-in-progress.svg │ │ │ ├── pficon-migration.svg │ │ │ ├── pficon-new-process.svg │ │ │ ├── pficon-not-started.svg │ │ │ ├── pficon-off.svg │ │ │ ├── pficon-pending.svg │ │ │ ├── pficon-private.svg │ │ │ ├── pficon-resources-almost-empty.svg │ │ │ ├── pficon-resources-almost-full.svg │ │ │ ├── pficon-resources-empty.svg │ │ │ ├── pficon-resources-full.svg │ │ │ ├── pficon-running.svg │ │ │ ├── pficon-security.svg │ │ │ ├── pficon-trend-down.svg │ │ │ ├── pficon-trend-up.svg │ │ │ ├── pficon-unknown.svg │ │ │ ├── power-off.svg │ │ │ └── wrench.svg │ │ └── View Type │ │ │ ├── list.svg │ │ │ ├── pficon-topology.svg │ │ │ ├── table.svg │ │ │ ├── tachometer-alt.svg │ │ │ ├── th-large.svg │ │ │ └── th.svg │ ├── 2. Size sm │ │ ├── Actions │ │ │ ├── check.svg │ │ │ ├── cog.svg │ │ │ ├── columns.svg │ │ │ ├── compress-arrows-alt.svg │ │ │ ├── compress.svg │ │ │ ├── copy.svg │ │ │ ├── download.svg │ │ │ ├── expand-arrows-alt.svg │ │ │ ├── expand.svg │ │ │ ├── external-link-alt.svg │ │ │ ├── filter.svg │ │ │ ├── flag.svg │ │ │ ├── minus-circle.svg │ │ │ ├── minus.svg │ │ │ ├── open-drawer-right.svg │ │ │ ├── panel-close.svg │ │ │ ├── panel-open.svg │ │ │ ├── pause-circle.svg │ │ │ ├── pause.svg │ │ │ ├── pencil-alt.svg │ │ │ ├── pficon-add-circle-o.svg │ │ │ ├── pficon-export.svg │ │ │ ├── pficon-import.svg │ │ │ ├── pficon-optimize.svg │ │ │ ├── pficon-save.svg │ │ │ ├── play.svg │ │ │ ├── plus-circle.svg │ │ │ ├── plus.svg │ │ │ ├── print.svg │ │ │ ├── redo.svg │ │ │ ├── search-minus.svg │ │ │ ├── search-plus.svg │ │ │ ├── search.svg │ │ │ ├── share-square.svg │ │ │ ├── sort-amount-down-alt.svg │ │ │ ├── sort-amount-down.svg │ │ │ ├── sync-alt.svg │ │ │ ├── times-circle.svg │ │ │ ├── times.svg │ │ │ ├── trash.svg │ │ │ ├── undo.svg │ │ │ ├── upload.svg │ │ │ └── window-restore.svg │ │ ├── Brands │ │ │ ├── Ansible.svg │ │ │ ├── Dropbox.svg │ │ │ ├── Facebook.svg │ │ │ ├── Github.svg │ │ │ ├── Gitlab.svg │ │ │ ├── Google.svg │ │ │ ├── Open Stack.svg │ │ │ ├── OpenShift.svg │ │ │ ├── Satellite.svg │ │ │ ├── drupal.svg │ │ │ ├── js.svg │ │ │ ├── linkedin.svg │ │ │ ├── linux.svg │ │ │ ├── stack-overflow.svg │ │ │ ├── twitter.svg │ │ │ └── windows.svg │ │ ├── Framework │ │ │ ├── angle-double-left.svg │ │ │ ├── angle-double-right.svg │ │ │ ├── angle-down.svg │ │ │ ├── angle-left.svg │ │ │ ├── angle-right.svg │ │ │ ├── angle-up.svg │ │ │ ├── arrow-right.svg │ │ │ ├── arrows-alt-v.svg │ │ │ ├── bars.svg │ │ │ ├── bell.svg │ │ │ ├── calendar.svg │ │ │ ├── caret-down.svg │ │ │ ├── clock.svg │ │ │ ├── comments.svg │ │ │ ├── ellipsis-v.svg │ │ │ ├── eye-slash.svg │ │ │ ├── eye.svg │ │ │ ├── file.svg │ │ │ ├── folder-open.svg │ │ │ ├── folder.svg │ │ │ ├── grip-horizontal.svg │ │ │ ├── grip-vertical.svg │ │ │ ├── home.svg │ │ │ ├── long-arrow-alt-down.svg │ │ │ ├── long-arrow-alt-up.svg │ │ │ ├── map-marker.svg │ │ │ ├── question-circle (far).svg │ │ │ ├── question-circle (fas).svg │ │ │ ├── task.svg │ │ │ ├── thumbtack.svg │ │ │ └── user.svg │ │ ├── Object │ │ │ ├── clipboard-check.svg │ │ │ ├── code-branch.svg │ │ │ ├── code.svg │ │ │ ├── cube.svg │ │ │ ├── cubes.svg │ │ │ ├── data-processor.svg │ │ │ ├── database.svg │ │ │ ├── desktop.svg │ │ │ ├── flag.svg │ │ │ ├── hdd.svg │ │ │ ├── key.svg │ │ │ ├── memory.svg │ │ │ ├── microchip.svg │ │ │ ├── pficon-automation.svg │ │ │ ├── pficon-blueprint.svg │ │ │ ├── pficon-build.svg │ │ │ ├── pficon-builder-image.svg │ │ │ ├── pficon-bundle.svg │ │ │ ├── pficon-catalog.svg │ │ │ ├── pficon-cloud-security.svg │ │ │ ├── pficon-cloud-tenant.svg │ │ │ ├── pficon-cluster.svg │ │ │ ├── pficon-data-sink.svg │ │ │ ├── pficon-data-source.svg │ │ │ ├── pficon-domain.svg │ │ │ ├── pficon-enterprise.svg │ │ │ ├── pficon-flavor.svg │ │ │ ├── pficon-image.svg │ │ │ ├── pficon-infrastructure.svg │ │ │ ├── pficon-integration.svg │ │ │ ├── pficon-middleware.svg │ │ │ ├── pficon-monitoring.svg │ │ │ ├── pficon-network-range.svg │ │ │ ├── pficon-network.svg │ │ │ ├── pficon-port.svg │ │ │ ├── pficon-process-automation.svg │ │ │ ├── pficon-regions.svg │ │ │ ├── pficon-registry.svg │ │ │ ├── pficon-replicator.svg │ │ │ ├── pficon-repository.svg │ │ │ ├── pficon-resource-pool.svg │ │ │ ├── pficon-route.svg │ │ │ ├── pficon-server-group.svg │ │ │ ├── pficon-service-catalog.svg │ │ │ ├── pficon-service.svg │ │ │ ├── pficon-services.svg │ │ │ ├── pficon-storage-domain.svg │ │ │ ├── pficon-template.svg │ │ │ ├── pficon-tenant.svg │ │ │ ├── pficon-vcenter.svg │ │ │ ├── pficon-virtual-machine.svg │ │ │ ├── pficon-volume.svg │ │ │ ├── pficon-zone.svg │ │ │ ├── star.svg │ │ │ ├── tag.svg │ │ │ ├── user.svg │ │ │ └── users.svg │ │ ├── Status │ │ │ ├── arrow-circle-down.svg │ │ │ ├── arrow-circle-up.svg │ │ │ ├── attention-bell.svg │ │ │ ├── balance-scale.svg │ │ │ ├── ban.svg │ │ │ ├── bell.svg │ │ │ ├── bug.svg │ │ │ ├── check-circle.svg │ │ │ ├── check.svg │ │ │ ├── critical-risk.svg │ │ │ ├── exclamation-circle.svg │ │ │ ├── exclamation-triangle.svg │ │ │ ├── history.svg │ │ │ ├── info-circle.svg │ │ │ ├── lock-open.svg │ │ │ ├── lock.svg │ │ │ ├── pause-circle.svg │ │ │ ├── pficon-asleep.svg │ │ │ ├── pficon-connected.svg │ │ │ ├── pficon-degraded.svg │ │ │ ├── pficon-disconnected.svg │ │ │ ├── pficon-enhancement.svg │ │ │ ├── pficon-in-progress.svg │ │ │ ├── pficon-migration.svg │ │ │ ├── pficon-new-process.svg │ │ │ ├── pficon-not-started.svg │ │ │ ├── pficon-off.svg │ │ │ ├── pficon-pending.svg │ │ │ ├── pficon-private.svg │ │ │ ├── pficon-resources-almost-empty.svg │ │ │ ├── pficon-resources-almost-full.svg │ │ │ ├── pficon-resources-empty.svg │ │ │ ├── pficon-resources-full.svg │ │ │ ├── pficon-running.svg │ │ │ ├── pficon-security.svg │ │ │ ├── pficon-trend-down.svg │ │ │ ├── pficon-trend-up.svg │ │ │ ├── pficon-unknown.svg │ │ │ ├── power-off.svg │ │ │ └── wrench.svg │ │ └── View Type │ │ │ ├── list.svg │ │ │ ├── pficon-topology.svg │ │ │ ├── table.svg │ │ │ ├── tachometer-alt.svg │ │ │ ├── th-large.svg │ │ │ └── th.svg │ ├── 3. Size lg │ │ ├── Actions │ │ │ ├── check.svg │ │ │ ├── cog.svg │ │ │ ├── columns.svg │ │ │ ├── compress-arrows-alt.svg │ │ │ ├── compress.svg │ │ │ ├── copy.svg │ │ │ ├── download.svg │ │ │ ├── expand-arrows-alt.svg │ │ │ ├── expand.svg │ │ │ ├── external-link-alt.svg │ │ │ ├── filter.svg │ │ │ ├── flag.svg │ │ │ ├── minus-circle.svg │ │ │ ├── minus.svg │ │ │ ├── open-drawer-right.svg │ │ │ ├── panel-close.svg │ │ │ ├── panel-open.svg │ │ │ ├── pause-circle.svg │ │ │ ├── pause.svg │ │ │ ├── pencil-alt.svg │ │ │ ├── pficon-add-circle-o.svg │ │ │ ├── pficon-export.svg │ │ │ ├── pficon-import.svg │ │ │ ├── pficon-optimize.svg │ │ │ ├── pficon-save.svg │ │ │ ├── play.svg │ │ │ ├── plus-circle.svg │ │ │ ├── plus.svg │ │ │ ├── print.svg │ │ │ ├── redo.svg │ │ │ ├── search-minus.svg │ │ │ ├── search-plus.svg │ │ │ ├── search.svg │ │ │ ├── share-square.svg │ │ │ ├── sort-amount-down-alt.svg │ │ │ ├── sort-amount-down.svg │ │ │ ├── sync-alt.svg │ │ │ ├── times-circle.svg │ │ │ ├── times.svg │ │ │ ├── trash.svg │ │ │ ├── undo.svg │ │ │ └── window-restore.svg │ │ ├── Brands │ │ │ ├── Ansible.svg │ │ │ ├── Dropbox.svg │ │ │ ├── Facebook.svg │ │ │ ├── Github.svg │ │ │ ├── Gitlab.svg │ │ │ ├── Google.svg │ │ │ ├── Open Stack.svg │ │ │ ├── OpenShift.svg │ │ │ ├── Satellite.svg │ │ │ ├── drupal.svg │ │ │ ├── js.svg │ │ │ ├── linkedin.svg │ │ │ ├── linux.svg │ │ │ ├── stack-overflow.svg │ │ │ ├── twitter.svg │ │ │ └── windows.svg │ │ ├── Framework │ │ │ ├── angle-double-left.svg │ │ │ ├── angle-double-right.svg │ │ │ ├── angle-down.svg │ │ │ ├── angle-left.svg │ │ │ ├── angle-right.svg │ │ │ ├── angle-up.svg │ │ │ ├── arrow-right.svg │ │ │ ├── arrows-alt-v.svg │ │ │ ├── bars.svg │ │ │ ├── bell.svg │ │ │ ├── calendar.svg │ │ │ ├── caret-down.svg │ │ │ ├── clock.svg │ │ │ ├── comments.svg │ │ │ ├── ellipsis-v.svg │ │ │ ├── eye-slash.svg │ │ │ ├── eye.svg │ │ │ ├── file.svg │ │ │ ├── folder-open.svg │ │ │ ├── folder.svg │ │ │ ├── grip-horizontal.svg │ │ │ ├── grip-vertical.svg │ │ │ ├── home.svg │ │ │ ├── long-arrow-alt-down.svg │ │ │ ├── long-arrow-alt-up.svg │ │ │ ├── map-marker.svg │ │ │ ├── question-circle (far).svg │ │ │ ├── question-circle (fas).svg │ │ │ ├── task.svg │ │ │ ├── thumbtack.svg │ │ │ └── user.svg │ │ ├── Object │ │ │ ├── clipboard-check.svg │ │ │ ├── code-branch.svg │ │ │ ├── code.svg │ │ │ ├── cube.svg │ │ │ ├── cubes.svg │ │ │ ├── data-processor.svg │ │ │ ├── database.svg │ │ │ ├── desktop.svg │ │ │ ├── flag.svg │ │ │ ├── hdd.svg │ │ │ ├── key.svg │ │ │ ├── memory.svg │ │ │ ├── microchip.svg │ │ │ ├── pficon-automation.svg │ │ │ ├── pficon-blueprint.svg │ │ │ ├── pficon-build.svg │ │ │ ├── pficon-builder-image.svg │ │ │ ├── pficon-bundle.svg │ │ │ ├── pficon-catalog.svg │ │ │ ├── pficon-cloud-security.svg │ │ │ ├── pficon-cloud-tenant.svg │ │ │ ├── pficon-cluster.svg │ │ │ ├── pficon-data-sink.svg │ │ │ ├── pficon-data-source.svg │ │ │ ├── pficon-domain.svg │ │ │ ├── pficon-enterprise.svg │ │ │ ├── pficon-flavor.svg │ │ │ ├── pficon-image.svg │ │ │ ├── pficon-infrastructure.svg │ │ │ ├── pficon-integration.svg │ │ │ ├── pficon-middleware.svg │ │ │ ├── pficon-monitoring.svg │ │ │ ├── pficon-network-range.svg │ │ │ ├── pficon-network.svg │ │ │ ├── pficon-port.svg │ │ │ ├── pficon-process-automation.svg │ │ │ ├── pficon-regions.svg │ │ │ ├── pficon-registry.svg │ │ │ ├── pficon-replicator.svg │ │ │ ├── pficon-repository.svg │ │ │ ├── pficon-resource-pool.svg │ │ │ ├── pficon-route.svg │ │ │ ├── pficon-server-group.svg │ │ │ ├── pficon-service-catalog.svg │ │ │ ├── pficon-service.svg │ │ │ ├── pficon-services.svg │ │ │ ├── pficon-storage-domain.svg │ │ │ ├── pficon-template.svg │ │ │ ├── pficon-tenant.svg │ │ │ ├── pficon-vcenter.svg │ │ │ ├── pficon-virtual-machine.svg │ │ │ ├── pficon-volume.svg │ │ │ ├── pficon-zone.svg │ │ │ ├── star.svg │ │ │ ├── tag.svg │ │ │ ├── user.svg │ │ │ └── users.svg │ │ ├── Status │ │ │ ├── arrow-circle-down.svg │ │ │ ├── arrow-circle-up.svg │ │ │ ├── attention-bell.svg │ │ │ ├── balance-scale.svg │ │ │ ├── ban.svg │ │ │ ├── bell.svg │ │ │ ├── bug.svg │ │ │ ├── check-circle.svg │ │ │ ├── check.svg │ │ │ ├── critical-risk.svg │ │ │ ├── exclamation-circle.svg │ │ │ ├── exclamation-triangle.svg │ │ │ ├── history.svg │ │ │ ├── info-circle.svg │ │ │ ├── lock-open.svg │ │ │ ├── lock.svg │ │ │ ├── pause-circle.svg │ │ │ ├── pficon-asleep.svg │ │ │ ├── pficon-connected.svg │ │ │ ├── pficon-degraded.svg │ │ │ ├── pficon-disconnected.svg │ │ │ ├── pficon-enhancement.svg │ │ │ ├── pficon-in-progress.svg │ │ │ ├── pficon-migration.svg │ │ │ ├── pficon-new-process.svg │ │ │ ├── pficon-not-started.svg │ │ │ ├── pficon-off.svg │ │ │ ├── pficon-pending.svg │ │ │ ├── pficon-private.svg │ │ │ ├── pficon-resources-almost-empty.svg │ │ │ ├── pficon-resources-almost-full.svg │ │ │ ├── pficon-resources-empty.svg │ │ │ ├── pficon-resources-full.svg │ │ │ ├── pficon-running.svg │ │ │ ├── pficon-security.svg │ │ │ ├── pficon-trend-down.svg │ │ │ ├── pficon-trend-up.svg │ │ │ ├── pficon-unknown.svg │ │ │ ├── power-off.svg │ │ │ └── wrench.svg │ │ └── View Type │ │ │ ├── list.svg │ │ │ ├── pficon-topology.svg │ │ │ ├── table.svg │ │ │ ├── tachometer-alt.svg │ │ │ ├── th-large.svg │ │ │ └── th.svg │ ├── 4. Size xl │ │ ├── Actions │ │ │ ├── check.svg │ │ │ ├── cog.svg │ │ │ ├── columns.svg │ │ │ ├── compress-arrows-alt.svg │ │ │ ├── compress.svg │ │ │ ├── copy.svg │ │ │ ├── download.svg │ │ │ ├── expand-arrows-alt.svg │ │ │ ├── expand.svg │ │ │ ├── external-link-alt.svg │ │ │ ├── filter.svg │ │ │ ├── flag.svg │ │ │ ├── minus-circle.svg │ │ │ ├── minus.svg │ │ │ ├── open-drawer-right.svg │ │ │ ├── panel-close.svg │ │ │ ├── panel-open.svg │ │ │ ├── pause-circle.svg │ │ │ ├── pause.svg │ │ │ ├── pencil-alt.svg │ │ │ ├── pficon-add-circle-o.svg │ │ │ ├── pficon-export.svg │ │ │ ├── pficon-import.svg │ │ │ ├── pficon-optimize.svg │ │ │ ├── pficon-save.svg │ │ │ ├── play.svg │ │ │ ├── plus-circle.svg │ │ │ ├── plus.svg │ │ │ ├── print.svg │ │ │ ├── redo.svg │ │ │ ├── search-minus.svg │ │ │ ├── search-plus.svg │ │ │ ├── search.svg │ │ │ ├── share-square.svg │ │ │ ├── sort-amount-down-alt.svg │ │ │ ├── sort-amount-down.svg │ │ │ ├── sync-alt.svg │ │ │ ├── times-circle.svg │ │ │ ├── times.svg │ │ │ ├── trash.svg │ │ │ ├── undo.svg │ │ │ ├── upload.svg │ │ │ └── window-restore.svg │ │ ├── Brands │ │ │ ├── Ansible.svg │ │ │ ├── Dropbox.svg │ │ │ ├── Facebook.svg │ │ │ ├── Github.svg │ │ │ ├── Gitlab.svg │ │ │ ├── Google.svg │ │ │ ├── Open Stack.svg │ │ │ ├── OpenShift.svg │ │ │ ├── Satellite.svg │ │ │ ├── drupal.svg │ │ │ ├── js.svg │ │ │ ├── linkedin.svg │ │ │ ├── linux.svg │ │ │ ├── stack-overflow.svg │ │ │ ├── twitter.svg │ │ │ └── windows.svg │ │ ├── Empty state │ │ │ ├── check-circle.svg │ │ │ ├── cogs.svg │ │ │ ├── cubes.svg │ │ │ ├── exclamation-circle.svg │ │ │ ├── exclamation-triangle.svg │ │ │ ├── info-circle.svg │ │ │ ├── lock.svg │ │ │ ├── plus-circle.svg │ │ │ ├── search.svg │ │ │ └── wrench.svg │ │ ├── Framework │ │ │ ├── angle-double-left.svg │ │ │ ├── angle-double-right.svg │ │ │ ├── angle-down.svg │ │ │ ├── angle-left.svg │ │ │ ├── angle-right.svg │ │ │ ├── angle-up.svg │ │ │ ├── arrow-right.svg │ │ │ ├── arrows-alt-v.svg │ │ │ ├── bars.svg │ │ │ ├── bell.svg │ │ │ ├── calendar.svg │ │ │ ├── caret-down.svg │ │ │ ├── clock.svg │ │ │ ├── comments.svg │ │ │ ├── ellipsis-v.svg │ │ │ ├── eye-slash.svg │ │ │ ├── eye.svg │ │ │ ├── file.svg │ │ │ ├── folder-open.svg │ │ │ ├── folder.svg │ │ │ ├── grip-horizontal.svg │ │ │ ├── grip-vertical.svg │ │ │ ├── home.svg │ │ │ ├── long-arrow-alt-down.svg │ │ │ ├── long-arrow-alt-up.svg │ │ │ ├── map-marker.svg │ │ │ ├── question-circle (far).svg │ │ │ ├── question-circle (fas).svg │ │ │ ├── task.svg │ │ │ ├── thumbtack.svg │ │ │ └── user.svg │ │ ├── Object │ │ │ ├── clipboard-check.svg │ │ │ ├── code-branch.svg │ │ │ ├── code.svg │ │ │ ├── cube.svg │ │ │ ├── cubes.svg │ │ │ ├── data-processor.svg │ │ │ ├── database.svg │ │ │ ├── desktop.svg │ │ │ ├── flag.svg │ │ │ ├── hdd.svg │ │ │ ├── key.svg │ │ │ ├── memory.svg │ │ │ ├── microchip.svg │ │ │ ├── pficon-automation.svg │ │ │ ├── pficon-blueprint.svg │ │ │ ├── pficon-build.svg │ │ │ ├── pficon-builder-image.svg │ │ │ ├── pficon-bundle.svg │ │ │ ├── pficon-catalog.svg │ │ │ ├── pficon-cloud-security.svg │ │ │ ├── pficon-cloud-tenant.svg │ │ │ ├── pficon-cluster.svg │ │ │ ├── pficon-data-sink.svg │ │ │ ├── pficon-data-source.svg │ │ │ ├── pficon-domain.svg │ │ │ ├── pficon-enterprise.svg │ │ │ ├── pficon-flavor.svg │ │ │ ├── pficon-image.svg │ │ │ ├── pficon-infrastructure.svg │ │ │ ├── pficon-integration.svg │ │ │ ├── pficon-middleware.svg │ │ │ ├── pficon-monitoring.svg │ │ │ ├── pficon-network-range.svg │ │ │ ├── pficon-network.svg │ │ │ ├── pficon-port.svg │ │ │ ├── pficon-process-automation.svg │ │ │ ├── pficon-regions.svg │ │ │ ├── pficon-registry.svg │ │ │ ├── pficon-replicator.svg │ │ │ ├── pficon-repository.svg │ │ │ ├── pficon-resource-pool.svg │ │ │ ├── pficon-route.svg │ │ │ ├── pficon-server-group.svg │ │ │ ├── pficon-service-catalog.svg │ │ │ ├── pficon-service.svg │ │ │ ├── pficon-services.svg │ │ │ ├── pficon-storage-domain.svg │ │ │ ├── pficon-template.svg │ │ │ ├── pficon-tenant.svg │ │ │ ├── pficon-vcenter.svg │ │ │ ├── pficon-virtual-machine.svg │ │ │ ├── pficon-volume.svg │ │ │ ├── pficon-zone.svg │ │ │ ├── star.svg │ │ │ ├── tag.svg │ │ │ ├── user.svg │ │ │ └── users.svg │ │ ├── Status │ │ │ ├── arrow-circle-down.svg │ │ │ ├── arrow-circle-up.svg │ │ │ ├── attention-bell.svg │ │ │ ├── balance-scale.svg │ │ │ ├── ban.svg │ │ │ ├── bell.svg │ │ │ ├── bug.svg │ │ │ ├── check-circle.svg │ │ │ ├── check.svg │ │ │ ├── critical-risk.svg │ │ │ ├── exclamation-circle.svg │ │ │ ├── exclamation-triangle.svg │ │ │ ├── history.svg │ │ │ ├── info-circle.svg │ │ │ ├── lock-open.svg │ │ │ ├── lock.svg │ │ │ ├── pause-circle.svg │ │ │ ├── pficon-asleep.svg │ │ │ ├── pficon-connected.svg │ │ │ ├── pficon-degraded.svg │ │ │ ├── pficon-disconnected.svg │ │ │ ├── pficon-enhancement.svg │ │ │ ├── pficon-in-progress.svg │ │ │ ├── pficon-migration.svg │ │ │ ├── pficon-new-process.svg │ │ │ ├── pficon-not-started.svg │ │ │ ├── pficon-off.svg │ │ │ ├── pficon-pending.svg │ │ │ ├── pficon-private.svg │ │ │ ├── pficon-resources-almost-empty.svg │ │ │ ├── pficon-resources-almost-full.svg │ │ │ ├── pficon-resources-empty.svg │ │ │ ├── pficon-resources-full.svg │ │ │ ├── pficon-running.svg │ │ │ ├── pficon-security.svg │ │ │ ├── pficon-trend-down.svg │ │ │ ├── pficon-trend-up.svg │ │ │ ├── pficon-unknown.svg │ │ │ ├── power-off.svg │ │ │ └── wrench.svg │ │ └── View Type │ │ │ ├── list.svg │ │ │ ├── pficon-topology.svg │ │ │ ├── table.svg │ │ │ ├── tachometer-alt.svg │ │ │ ├── th-large.svg │ │ │ └── th.svg │ ├── 5. Size 2xl - Empty state │ │ ├── check-circle-2xl.svg │ │ └── space-shuttle-2xl.svg │ ├── About modal │ │ └── times-circle.svg │ ├── PatternFly │ │ ├── Extra Large placeholder.svg │ │ ├── Large placeholder.svg │ │ ├── Medium placeholder.svg │ │ └── Small placeholder.svg │ ├── Web Componenta │ │ └── arrow-right.svg │ └── 🖼 Dynamic Icon.svg ├── Jump links │ ├── 1. Header.svg │ ├── 2. Horizontal │ │ ├── 2. Default.svg │ │ ├── 2. Hover.svg │ │ ├── 3. Selected.svg │ │ └── 4. Leading or trailing line.svg │ ├── 3. Vertical │ │ ├── 1. Default.svg │ │ ├── 3. Hover.svg │ │ ├── 3. Selected.svg │ │ └── 4. Leading or trailing line.svg │ ├── 4. Vertical subsection │ │ ├── 1. Default.svg │ │ ├── 3. Selected.svg │ │ └── 4. Hover.svg │ └── 5. Mobile │ │ ├── 1. Collapsed.svg │ │ └── 2. Expanded.svg ├── Labels │ ├── 1. Grey │ │ └── 2. Compact │ │ │ └── 1. Filled │ │ │ ├── 1. Default │ │ │ ├── 2. With icon.svg │ │ │ ├── 3. Dismissable.svg │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Hover │ │ │ ├── 1. Without icon.svg │ │ │ ├── 2. With icon.svg │ │ │ ├── 3. Dismissable.svg │ │ │ └── 4. Dismissable - With icon.svg │ ├── 1. Grey │ │ ├── 1. Default │ │ │ ├── Filled │ │ │ │ ├── No icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ └── Outline │ │ │ │ ├── No icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ ├── 2. Compact │ │ │ ├── 1. Filled │ │ │ │ └── 1. Default │ │ │ │ │ └── 1. Without icon.svg │ │ │ └── 2. Outline │ │ │ │ ├── 1. Default │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ │ └── 2. Hover │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ ├── 3. Editable │ │ │ ├── Filled │ │ │ │ ├── No icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ └── Outline │ │ │ │ ├── No icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ └── 4. Editable compact │ │ │ ├── 1. Filled │ │ │ ├── 1. Default │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Hover │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Outline │ │ │ ├── 1. Default │ │ │ ├── 1. Without icon.svg │ │ │ ├── 2. With icon.svg │ │ │ ├── 3. Dismissable.svg │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Hover │ │ │ ├── 1. Without icon.svg │ │ │ ├── 2. With icon.svg │ │ │ ├── 3. Dismissable.svg │ │ │ └── 4. Dismissable - With icon.svg │ ├── 2. Blue │ │ ├── 1. Default │ │ │ ├── Filled │ │ │ │ ├── No icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ └── Outline │ │ │ │ ├── No icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ ├── 2. Compact │ │ │ ├── 1. Filled │ │ │ │ ├── 1. Default │ │ │ │ │ ├── 1. Without icon.svg │ │ │ │ │ ├── 2. With icon.svg │ │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ │ └── 2. Hover │ │ │ │ │ ├── 1. Without icon.svg │ │ │ │ │ ├── 2. With icon.svg │ │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Outline │ │ │ │ ├── 1. Default │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ │ └── 2. Hover │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ ├── 3. Editable │ │ │ ├── Filled │ │ │ │ ├── No icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ └── Outline │ │ │ │ ├── No icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ └── 4. Editable compact │ │ │ ├── 1. Filled │ │ │ ├── 1. Default │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Hover │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Outline │ │ │ ├── 1. Default │ │ │ ├── 1. Without icon.svg │ │ │ ├── 2. With icon.svg │ │ │ ├── 3. Dismissable.svg │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Hover │ │ │ ├── 1. Without icon.svg │ │ │ ├── 2. With icon.svg │ │ │ ├── 3. Dismissable.svg │ │ │ └── 4. Dismissable - With icon.svg │ ├── 3. Green │ │ ├── 1. Default │ │ │ ├── Filled │ │ │ │ ├── No icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ └── Outline │ │ │ │ ├── No icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ ├── 2. Compact │ │ │ ├── 2. Outline │ │ │ │ └── 1. Default │ │ │ │ │ └── 2. With icon.svg │ │ │ ├── 1. Filled │ │ │ │ ├── 1. Default │ │ │ │ │ ├── 1. Without icon.svg │ │ │ │ │ ├── 2. With icon.svg │ │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ │ └── 2. Hover │ │ │ │ │ ├── 1. Without icon.svg │ │ │ │ │ ├── 2. With icon.svg │ │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Outline │ │ │ │ ├── 1. Default │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ │ └── 2. Hover │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ ├── 3. Editable │ │ │ ├── Filled │ │ │ │ ├── No icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ └── Outline │ │ │ │ ├── No icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ └── 4. Editable compact │ │ │ ├── 1. Filled │ │ │ ├── 1. Default │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Hover │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Outline │ │ │ ├── 1. Default │ │ │ ├── 1. Without icon.svg │ │ │ ├── 2. With icon.svg │ │ │ ├── 3. Dismissable.svg │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Hover │ │ │ ├── 1. Without icon.svg │ │ │ ├── 2. With icon.svg │ │ │ ├── 3. Dismissable.svg │ │ │ └── 4. Dismissable - With icon.svg │ ├── 4. Orange │ │ ├── 1. Default │ │ │ ├── Filled │ │ │ │ ├── No icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ └── Outline │ │ │ │ ├── No icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ ├── 2. Compact │ │ │ ├── 1. Filled │ │ │ │ ├── 1. Default │ │ │ │ │ ├── 1. Without icon.svg │ │ │ │ │ ├── 2. With icon.svg │ │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ │ └── 2. Hover │ │ │ │ │ ├── 1. Without icon.svg │ │ │ │ │ ├── 2. With icon.svg │ │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Outline │ │ │ │ ├── 1. Default │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ │ └── 2. Hover │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ ├── 3. Editable │ │ │ ├── Filled │ │ │ │ ├── No icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ └── Outline │ │ │ │ ├── No icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ └── 4. Editable compact │ │ │ ├── 1. Filled │ │ │ ├── 1. Default │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Hover │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Outline │ │ │ ├── 1. Default │ │ │ ├── 1. Without icon.svg │ │ │ ├── 2. With icon.svg │ │ │ ├── 3. Dismissable.svg │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Hover │ │ │ ├── 1. Without icon.svg │ │ │ ├── 2. With icon.svg │ │ │ ├── 3. Dismissable.svg │ │ │ └── 4. Dismissable - With icon.svg │ ├── 5. Red │ │ ├── 1. Default │ │ │ ├── Filled │ │ │ │ ├── No icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ └── Outline │ │ │ │ ├── No icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ ├── 2. Compact │ │ │ ├── 1. Filled │ │ │ │ ├── 1. Default │ │ │ │ │ ├── 1. Without icon.svg │ │ │ │ │ ├── 2. With icon.svg │ │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ │ └── 2. Hover │ │ │ │ │ ├── 1. Without icon.svg │ │ │ │ │ ├── 2. With icon.svg │ │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Outline │ │ │ │ ├── 1. Default │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ │ └── 2. Hover │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ ├── 3. Editable │ │ │ ├── Filled │ │ │ │ ├── No icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ └── Outline │ │ │ │ ├── No icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ └── 4. Editable compact │ │ │ ├── 1. Filled │ │ │ ├── 1. Default │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Hover │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Outline │ │ │ ├── 1. Default │ │ │ ├── 1. Without icon.svg │ │ │ ├── 2. With icon.svg │ │ │ ├── 3. Dismissable.svg │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Hover │ │ │ ├── 1. Without icon.svg │ │ │ ├── 2. With icon.svg │ │ │ ├── 3. Dismissable.svg │ │ │ └── 4. Dismissable - With icon.svg │ ├── 6. Purple │ │ ├── 1. Default │ │ │ ├── Filled │ │ │ │ ├── No icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ └── Outline │ │ │ │ ├── No icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ ├── 2. Compact │ │ │ ├── 1. Filled │ │ │ │ ├── 1. Default │ │ │ │ │ ├── 1. Without icon.svg │ │ │ │ │ ├── 2. With icon.svg │ │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ │ └── 2. Hover │ │ │ │ │ ├── 1. Without icon.svg │ │ │ │ │ ├── 2. With icon.svg │ │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Outline │ │ │ │ ├── 1. Default │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ │ └── 2. Hover │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ ├── 3. Editable │ │ │ ├── Filled │ │ │ │ ├── No icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ └── Outline │ │ │ │ ├── No icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ └── 4. Editable compact │ │ │ ├── 1. Filled │ │ │ ├── 1. Default │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Hover │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Outline │ │ │ ├── 1. Default │ │ │ ├── 1. Without icon.svg │ │ │ ├── 2. With icon.svg │ │ │ ├── 3. Dismissable.svg │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Hover │ │ │ ├── 1. Without icon.svg │ │ │ ├── 2. With icon.svg │ │ │ ├── 3. Dismissable.svg │ │ │ └── 4. Dismissable - With icon.svg │ ├── 7. Cyan │ │ ├── 1. Default │ │ │ ├── Filled │ │ │ │ ├── No icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ └── Outline │ │ │ │ ├── No icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ ├── 2. Compact │ │ │ ├── 1. Filled │ │ │ │ ├── 1. Default │ │ │ │ │ ├── 1. Without icon.svg │ │ │ │ │ ├── 2. With icon.svg │ │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ │ └── 2. Hover │ │ │ │ │ ├── 1. Without icon.svg │ │ │ │ │ ├── 2. With icon.svg │ │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Outline │ │ │ │ ├── 1. Default │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ │ └── 2. Hover │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ ├── 3. Editable │ │ │ ├── Filled │ │ │ │ ├── No icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ └── Outline │ │ │ │ ├── No icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ └── 4. Editable compact │ │ │ ├── 1. Filled │ │ │ ├── 1. Default │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Hover │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Outline │ │ │ ├── 1. Default │ │ │ ├── 1. Without icon.svg │ │ │ ├── 2. With icon.svg │ │ │ ├── 3. Dismissable.svg │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Hover │ │ │ ├── 1. Without icon.svg │ │ │ ├── 2. With icon.svg │ │ │ ├── 3. Dismissable.svg │ │ │ └── 4. Dismissable - With icon.svg │ ├── 8. Gold │ │ ├── 1. Default │ │ │ ├── Filled │ │ │ │ ├── No icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ └── Outline │ │ │ │ ├── No icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ ├── 2. Compact │ │ │ ├── 1. Filled │ │ │ │ ├── 1. Default │ │ │ │ │ ├── 1. Without icon.svg │ │ │ │ │ ├── 2. With icon.svg │ │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ │ └── 2. Hover │ │ │ │ │ ├── 1. Without icon.svg │ │ │ │ │ ├── 2. With icon.svg │ │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Outline │ │ │ │ ├── 1. Default │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ │ └── 2. Hover │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ ├── 3. Editable │ │ │ ├── Filled │ │ │ │ ├── No icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ │ ├── Default.svg │ │ │ │ │ └── Hover.svg │ │ │ └── Outline │ │ │ │ ├── No icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ │ │ └── With icon │ │ │ │ ├── Default.svg │ │ │ │ └── Hover.svg │ │ └── 4. Editable compact │ │ │ ├── 1. Filled │ │ │ ├── 1. Default │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Hover │ │ │ │ ├── 1. Without icon.svg │ │ │ │ ├── 2. With icon.svg │ │ │ │ ├── 3. Dismissable.svg │ │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Outline │ │ │ ├── 1. Default │ │ │ ├── 1. Without icon.svg │ │ │ ├── 2. With icon.svg │ │ │ ├── 3. Dismissable.svg │ │ │ └── 4. Dismissable - With icon.svg │ │ │ └── 2. Hover │ │ │ ├── 1. Without icon.svg │ │ │ ├── 2. With icon.svg │ │ │ ├── 3. Dismissable.svg │ │ │ └── 4. Dismissable - With icon.svg │ └── 9. Label group │ │ ├── 1. Group │ │ ├── 1. Default.svg │ │ ├── 2. Dismissible.svg │ │ ├── 3. Default with label.svg │ │ └── 4. Dismissible with label.svg │ │ ├── 2. Show more │ │ ├── 1. Default.svg │ │ └── 2. Hover.svg │ │ └── 3. Show less │ │ ├── 1. Default.svg │ │ └── 2. Hover.svg ├── Library Preview.svg ├── List │ ├── 1. Basic │ │ ├── 1. Read only.svg │ │ └── 2. Link │ │ │ ├── Default.svg │ │ │ └── Hover.svg │ ├── 2. Inline │ │ ├── 1. Read only │ │ │ ├── First and middle items.svg │ │ │ └── Last item.svg │ │ └── 2. Link │ │ │ ├── First and middle items │ │ │ ├── Default.svg │ │ │ └── Hover.svg │ │ │ └── Last item │ │ │ ├── Default.svg │ │ │ └── Hover.svg │ ├── 3. Ordered │ │ ├── 1. Read only.svg │ │ └── 2. Link │ │ │ ├── Default.svg │ │ │ └── Hover.svg │ ├── 4. Horizontal rules │ │ ├── 1. Ready only │ │ │ ├── First and middle items.svg │ │ │ └── Last item.svg │ │ └── 2. Link │ │ │ ├── First and middle items │ │ │ ├── Default.svg │ │ │ └── Hover.svg │ │ │ └── Last item │ │ │ ├── Default.svg │ │ │ └── Hover.svg │ ├── 5. With small icons │ │ ├── 1. Read only │ │ │ ├── First and middle items.svg │ │ │ └── Last item.svg │ │ ├── 2. Link │ │ │ ├── First and middle items │ │ │ │ └── Hover.svg │ │ │ └── Last item │ │ │ │ └── Hover.svg │ │ └── 2. Link │ │ │ ├── First and middle items │ │ │ └── Default.svg │ │ │ └── Last item │ │ │ └── Default.svg │ └── 6. With large icons or logos │ │ ├── 1. Icons │ │ ├── 1. Read only │ │ │ ├── First and middle items.svg │ │ │ └── Last item.svg │ │ └── 2. Link │ │ │ ├── First and middle items │ │ │ ├── Default.svg │ │ │ └── Hover.svg │ │ │ └── Last item │ │ │ ├── Hover.svg │ │ │ └── Default.svg │ │ └── 2. Logos │ │ ├── 1. Read only │ │ ├── First and middle items.svg │ │ └── Last item.svg │ │ └── 2. Link │ │ ├── First and middle items │ │ ├── Default.svg │ │ └── Hover.svg │ │ ├── Last item │ │ └── Default.svg │ │ └── Last item │ │ └── Hover.svg ├── Loaders │ ├── 1. Spinner │ │ ├── Lg.svg │ │ ├── Md.svg │ │ ├── Sm.svg │ │ └── XS.svg │ └── 2. Skeleton │ │ ├── 1. Default │ │ ├── 1. Sm.svg │ │ ├── 2. Md.svg │ │ ├── 3. Lg.svg │ │ ├── 4. XL.svg │ │ ├── 5. 2XL.svg │ │ ├── 6. 3XL.svg │ │ └── 7. 4XL.svg │ │ ├── 2. Circle │ │ ├── 1. Sm.svg │ │ ├── 2. Md.svg │ │ └── 3. Lg.svg │ │ ├── 3. Square │ │ ├── 1. Sm.svg │ │ ├── 2. Md.svg │ │ └── 3. Lg.svg │ │ └── 4. Rectangle │ │ ├── 1. Sm.svg │ │ ├── 2. Md.svg │ │ └── 3. Lg.svg ├── Masthead │ ├── 1. Background.svg │ ├── 2. Logo │ │ ├── Menu.svg │ │ └── No Menu.svg │ ├── 3. Horizontal Nav │ │ ├── 1. Default.svg │ │ ├── 2. Hover.svg │ │ ├── 3. Selected.svg │ │ └── 4. Overflow Arrows │ │ │ ├── Left Disabled.svg │ │ │ ├── Left Hover.svg │ │ │ ├── Left.svg │ │ │ ├── Right Disabled.svg │ │ │ ├── Right Hover.svg │ │ │ └── Right.svg │ ├── 4. Icon │ │ ├── Help │ │ │ ├── 1. Default.svg │ │ │ └── 2. Menu Open.svg │ │ ├── Notifications │ │ │ ├── 1. No Count │ │ │ │ ├── 1. Read │ │ │ │ │ ├── 1. Drawer closed.svg │ │ │ │ │ └── 2. Drawer open.svg │ │ │ │ ├── 2. Unread.svg │ │ │ │ └── 3. Attention.svg │ │ │ └── 2. Count │ │ │ │ ├── 1. Read │ │ │ │ ├── 1. Drawer closed.svg │ │ │ │ └── 2. Drawer open.svg │ │ │ │ ├── 2. Unread.svg │ │ │ │ └── 3. Attention.svg │ │ └── Settings │ │ │ ├── 1. Default.svg │ │ │ └── 2. Menu Open.svg │ ├── 5. User Info │ │ ├── Avatar.svg │ │ └── No Avatar.svg │ ├── 6. Logo (format) │ │ ├── Bitmap Logo.svg │ │ ├── SVG Logo.svg │ │ └── Text Logo.svg │ ├── 7. Subnav │ │ ├── 1. Background.svg │ │ └── 2. Items │ │ │ ├── Default.svg │ │ │ ├── Hover.svg │ │ │ └── Selected.svg │ ├── 8. Avatar │ │ ├── Avatar dark bordered │ │ │ ├── 1. sm.svg │ │ │ ├── 2. md.svg │ │ │ ├── 3. lg.svg │ │ │ └── 4. xl.svg │ │ ├── Avatar light basic │ │ │ ├── 1. sm.svg │ │ │ ├── 2. md.svg │ │ │ ├── 3. lg.svg │ │ │ └── 4. xl.svg │ │ └── Avatar light bordered │ │ │ ├── 1. sm.svg │ │ │ ├── 2. md.svg │ │ │ ├── 3. lg.svg │ │ │ └── 4. xl.svg │ ├── 8. Search input │ │ ├── 1. Default.svg │ │ └── 2. Focus.svg │ └── Context selector │ │ ├── Masthead │ │ ├── 1. Default.svg │ │ ├── 2. Hover.svg │ │ ├── 3. Selected.svg │ │ ├── 4. Focused.svg │ │ └── 5. Disabled.svg │ │ └── Navigation │ │ ├── 1. Default.svg │ │ ├── 2. Hover.svg │ │ ├── 3. Selected.svg │ │ ├── 4. Focused.svg │ │ └── 5. Disabled.svg ├── Mobile │ ├── Data List │ │ ├── 1. Compact (8px) │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Expandable.svg │ │ │ └── 3. Expanded.svg │ │ ├── 2. Large (16px) │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Expandable.svg │ │ │ └── 3. Expanded.svg │ │ └── 3. Expanded Panel.svg │ ├── Masthead │ │ ├── Background.svg │ │ ├── Horizontal Nav │ │ │ ├── Background.svg │ │ │ ├── Item │ │ │ │ ├── Default.svg │ │ │ │ ├── Hover.svg │ │ │ │ ├── Mobile First │ │ │ │ │ ├── Default.svg │ │ │ │ │ ├── Hover.svg │ │ │ │ │ └── Selected.svg │ │ │ │ ├── Selected.svg │ │ │ │ └── Tablet First │ │ │ │ │ ├── Default.svg │ │ │ │ │ ├── Hover.svg │ │ │ │ │ └── Selected.svg │ │ │ └── Overflow Arrows │ │ │ │ ├── Left Default.svg │ │ │ │ ├── Left Disabled.svg │ │ │ │ ├── Left Hover.svg │ │ │ │ ├── Right Default.svg │ │ │ │ ├── Right Disabled.svg │ │ │ │ └── Right Hover.svg │ │ ├── Logo │ │ │ ├── S Menu.svg │ │ │ ├── S No Menu.svg │ │ │ ├── XS Menu.svg │ │ │ └── XS No Menu.svg │ │ └── User Info.svg │ ├── Pagination.svg │ ├── Sub nav horizontal │ │ ├── 1. Default.svg │ │ ├── 2. Selected.svg │ │ └── 3. Background.svg │ ├── Table │ │ ├── 1. Compact (8px) │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Expandable.svg │ │ │ └── 3. Expanded.svg │ │ ├── 2. Large (16px) │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Expandable .svg │ │ │ └── 3. Expanded.svg │ │ ├── 3. Expanded Panel.svg │ │ └── 4. Table Caption.svg │ ├── Tertiary Nav │ │ ├── First Default.svg │ │ ├── First Hover.svg │ │ └── First Selected.svg │ ├── Toolbar │ │ ├── Large (16px spacers).svg │ │ └── Small (8px spacers).svg │ └── Wizard │ │ ├── Header │ │ ├── Step │ │ │ ├── Current.svg │ │ │ └── Default.svg │ │ └── Substep │ │ │ ├── No arrow.svg │ │ │ └── With arrow.svg │ │ ├── Header.svg │ │ ├── Panel.svg │ │ ├── Step │ │ ├── 1. First │ │ │ ├── Current.svg │ │ │ ├── Default.svg │ │ │ └── Disabled.svg │ │ └── 2. After first │ │ │ ├── Current.svg │ │ │ ├── Default.svg │ │ │ └── Disabled.svg │ │ ├── Substep │ │ ├── Current.svg │ │ ├── Default.svg │ │ └── Disabled.svg │ │ └── Toggle │ │ ├── Collapsed.svg │ │ └── Expanded.svg ├── Modal │ ├── 1. Default.svg │ ├── 2. No Header.svg │ ├── 3. With help icon.svg │ ├── 4. Warning alert.svg │ ├── 5. Delete action.svg │ ├── 6. Error.svg │ └── Background.svg ├── Navigation │ ├── 1. Background.svg │ ├── 2. Primary Nav │ │ ├── Default.svg │ │ ├── Hover.svg │ │ └── Selected.svg │ ├── 3. Expandable Nav │ │ ├── Collapsed - Default.svg │ │ ├── Collapsed - Hover.svg │ │ ├── Collapsed - Selected.svg │ │ ├── Divider.svg │ │ ├── Expanded - Default.svg │ │ ├── Expanded - Hover.svg │ │ └── Secondary Items │ │ │ ├── Before Last item - Default.svg │ │ │ ├── Before Last item - Hover.svg │ │ │ ├── Before Last item - Selected.svg │ │ │ ├── Last item - Default.svg │ │ │ ├── Last item - Hover.svg │ │ │ └── Last item - Selected.svg │ ├── 4. Grouped Nav │ │ ├── 1. Section title.svg │ │ ├── Before Last item - Default.svg │ │ ├── Before Last item - Hover.svg │ │ ├── Before Last item - Selected.svg │ │ ├── Last item - Default.svg │ │ ├── Last item - Hover.svg │ │ └── Last item - Selected.svg │ ├── 5. Flyout │ │ ├── 1. Default.svg │ │ ├── 2. Default (last item).svg │ │ ├── 3. Hover.svg │ │ ├── 4. Selected.svg │ │ ├── 5. Active.svg │ │ └── 6. Background.svg │ ├── 6. Drilldown │ │ ├── 1. Default back header.svg │ │ └── 2. Hover back header.svg │ ├── 7. Third level expandable │ │ ├── 1. Default (expanded).svg │ │ ├── 2. Hover (expanded).svg │ │ ├── 3. Selected (collapsed).svg │ │ └── 4. Leaf items │ │ │ ├── Default.svg │ │ │ ├── Hover.svg │ │ │ └── Selected.svg │ └── Tertiary Nav (legacy) │ │ ├── 1. Default.svg │ │ ├── 2. Hover.svg │ │ ├── 3. Selected.svg │ │ ├── Overflow Arrows │ │ ├── Left - Default.svg │ │ ├── Left - Disabled.svg │ │ ├── Left - Hover.svg │ │ ├── Right - Default.svg │ │ ├── Right - Disabled.svg │ │ └── Right - Hover.svg │ │ └── Tertiary background.svg ├── Notification Drawer │ ├── Background.svg │ ├── Group │ │ ├── Default.svg │ │ └── Expanded.svg │ ├── Header │ │ ├── Read.svg │ │ └── Unread.svg │ └── Notification │ │ ├── 1. Info │ │ ├── Default │ │ │ ├── Read.svg │ │ │ └── Unread.svg │ │ └── Hover │ │ │ ├── Read.svg │ │ │ └── Unread.svg │ │ ├── 2. Success │ │ ├── Default │ │ │ ├── Read.svg │ │ │ └── Unread.svg │ │ └── Hover │ │ │ ├── Read.svg │ │ │ └── Unread.svg │ │ ├── 3. Warning │ │ ├── Default │ │ │ ├── Read.svg │ │ │ └── Unread.svg │ │ └── Hover │ │ │ ├── Read.svg │ │ │ └── Unread.svg │ │ ├── 4. Danger │ │ ├── Default │ │ │ ├── Read.svg │ │ │ └── Unread.svg │ │ └── Hover │ │ │ ├── Read.svg │ │ │ └── Unread.svg │ │ ├── 5. Recommendation │ │ ├── Default │ │ │ ├── Read.svg │ │ │ └── Unread.svg │ │ └── Hover │ │ │ ├── Read.svg │ │ │ └── Unread.svg │ │ ├── 6. Custom │ │ ├── Default │ │ │ └── Unread.svg │ │ └── Hover │ │ │ └── Unread.svg │ │ └── 6. Custom │ │ ├── Default │ │ └── Read.svg │ │ └── Hover │ │ └── Read.svg ├── Pagination │ ├── Compact.svg │ ├── Full.svg │ └── Options menu.svg ├── Password strength │ ├── Requirement - Default.svg │ ├── Requirement - Failure.svg │ ├── Requirement - Success.svg │ ├── Requirement - Warning.svg │ ├── Strength - Medium.svg │ ├── Strength - Strong.svg │ └── Strength - Weak.svg ├── Pointer │ ├── 1 Hover.svg │ └── 2 Click.svg ├── Popover │ ├── 1. Top.svg │ ├── 2. Bottom.svg │ ├── 3. Left.svg │ ├── 4. Right.svg │ ├── 5. No Header │ │ ├── 1. Top.svg │ │ ├── 2. Bottom.svg │ │ ├── 3. Left.svg │ │ └── 4. Right.svg │ └── 6. Alert popover │ │ ├── 1. Danger popover.svg │ │ ├── 2. Warning popover.svg │ │ ├── 3. Success popover.svg │ │ ├── 4. Info popover.svg │ │ ├── 5. Background (custom).svg │ │ └── Pieces │ │ ├── Bottom arrow.svg │ │ ├── Left arrow.svg │ │ ├── Right arrow.svg │ │ └── Top arrow.svg ├── Progress Bar │ ├── 1. In Progress │ │ ├── Default.svg │ │ ├── Large.svg │ │ └── Small.svg │ ├── 2. Success │ │ ├── Default.svg │ │ ├── Large.svg │ │ └── Small.svg │ └── 3. Failure │ │ ├── Default.svg │ │ ├── Large.svg │ │ └── Small.svg ├── Progress stepper │ ├── 1. Horizontal items │ │ ├── Completed │ │ │ └── 1. Default.svg │ │ └── Pending │ │ │ └── 1. Default.svg │ ├── 1. Horizontal items │ │ ├── Completed │ │ │ ├── 2. Sub-text.svg │ │ │ └── 3. Centered.svg │ │ ├── Error │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Sub-text.svg │ │ │ └── 3. Centered.svg │ │ ├── In progress │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Sub-text.svg │ │ │ └── 3. Centered.svg │ │ └── Pending │ │ │ ├── 2. Sub-text.svg │ │ │ └── 3. Centered.svg │ ├── 2. Vertical items │ │ ├── Completed.svg │ │ ├── In progress.svg │ │ └── Pending.svg │ ├── 3. Line │ │ ├── 1. Horizontal.svg │ │ └── 2. Vertical.svg │ └── 4. Compact item.svg ├── Scroll Bar │ ├── Dark.svg │ └── Light.svg ├── Search input │ ├── Active │ │ ├── Auto-complete │ │ │ ├── 1. Default.svg │ │ │ └── 2. Text.svg │ │ ├── Text only.svg │ │ ├── With badge & navigation.svg │ │ └── With badge.svg │ ├── Default Copy.svg │ ├── Default.svg │ ├── Match background │ │ ├── Current.svg │ │ └── Default.svg │ └── Submit button.svg ├── Simple list │ ├── Background.svg │ ├── Item │ │ ├── Default.svg │ │ ├── Focus.svg │ │ ├── Hover.svg │ │ └── Selected.svg │ └── Section title.svg ├── Slider │ ├── 1. Base track.svg │ ├── 2. Filled track.svg │ └── 3. Circle │ │ ├── 1. Default.svg │ │ ├── 2. Hover.svg │ │ └── 3. Selected.svg ├── Spacer │ ├── Horizontal │ │ ├── 1. pf-global--spacer--xs (4px).svg │ │ ├── 2. pf-global--spacer--sm (8px).svg │ │ ├── 3. pf-global--spacer--md (16px).svg │ │ ├── 4. pf-global--spacer--lg (24px).svg │ │ ├── 5. pf-global--spacer--xl (32px).svg │ │ ├── 6. pf-global--spacer--2xl (48px).svg │ │ ├── 7. pf-global--spacer--3xl (64px).svg │ │ ├── 8. pf-global--spacer--4xl (80px).svg │ │ └── 8. pf-global--spacer--form-element (6px).svg │ └── Vertical │ │ ├── 1. pf-global--spacer--xs (4px).svg │ │ ├── 2. pf-global--spacer--sm (8px).svg │ │ ├── 3. pf-global--spacer--md (16px).svg │ │ ├── 4. pf-global--spacer--lg (24px).svg │ │ ├── 5. pf-global--spacer--xl (32px).svg │ │ ├── 6. pf-global--spacer--2xl (48px).svg │ │ ├── 7. pf-global--spacer--3xl (64px).svg │ │ ├── 8. pf-global--spacer--4xl (80px).svg │ │ └── 8. pf-global--spacer--form-element (6px).svg ├── Splitter │ ├── Horizontal.svg │ ├── Inline vertical.svg │ ├── Left vertical.svg │ └── Right vertical.svg ├── Tabs │ ├── 1. Horizontal │ │ ├── 1. Open │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ ├── 4. Disabled.svg │ │ │ └── 5. Dropdown │ │ │ │ ├── 1. Closed │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ └── 3. Selected.svg │ │ │ │ └── 2. Opened │ │ │ │ ├── 1. Default.svg │ │ │ │ └── 2. Hover.svg │ │ ├── 2. Open - with icon │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ │ ├── 3. Box (grey bg) │ │ │ ├── 1. First tab │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ ├── 3. Selected.svg │ │ │ │ └── 4. Disabled.svg │ │ │ └── 2. After first tab │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ ├── 3. Selected.svg │ │ │ │ └── 4. Disabled.svg │ │ ├── 4. Box (white bg) │ │ │ ├── 1. First tab │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ ├── 3. Selected.svg │ │ │ │ └── 4. Disabled.svg │ │ │ └── 2. After first tab │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ ├── 3. Selected.svg │ │ │ │ └── 4. Disabled.svg │ │ ├── 5. Secondary │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 5. Disabled.svg │ │ ├── 6. Box (grey bg) - With icon │ │ │ ├── 1. First tab │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ └── 3. Selected.svg │ │ │ └── 2. After the first tab │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ └── 3. Selected.svg │ │ └── 7. Box (white bg) - With icon │ │ │ ├── 1. First tab │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ │ │ └── 2. After the first tab │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ ├── 2. Vertical │ │ ├── 1. Open │ │ │ ├── 1. First tab │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Selected.svg │ │ │ │ ├── 3. Hover.svg │ │ │ │ └── 4. Disabled.svg │ │ │ ├── 2. Middle tab │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Selected.svg │ │ │ │ ├── 3. Hover.svg │ │ │ │ └── 4. Disabled.svg │ │ │ └── 3. Last tab │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Selected.svg │ │ │ │ ├── 3. Hover.svg │ │ │ │ └── 4. Disabled.svg │ │ └── 2. Box │ │ │ ├── 1. First tab │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Selected.svg │ │ │ ├── 3. Hover.svg │ │ │ └── 4. Disabled.svg │ │ │ ├── 2. Middle tab │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Selected.svg │ │ │ ├── 3. Hover.svg │ │ │ └── 4. Disabled.svg │ │ │ └── 3. Last tab │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Selected.svg │ │ │ ├── 3. Hover.svg │ │ │ └── 4. Disabled.svg │ ├── 3. Underline.svg │ └── 4. Overflow arrows │ │ ├── Left │ │ ├── Default.svg │ │ ├── Disabled.svg │ │ └── Hover.svg │ │ └── Right │ │ ├── Default.svg │ │ ├── Disabled.svg │ │ └── Hover.svg ├── Theme - part 1.svg ├── Theme - part 2.svg ├── Tile │ ├── 1. Basic tile │ │ ├── 1. Text only │ │ │ ├── With subtext │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ ├── 3. Selected.svg │ │ │ │ └── 4. Disabled.svg │ │ │ └── Without subtext │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ ├── 3. Selected.svg │ │ │ │ └── 4. Disabled.svg │ │ └── 2. Text with icon │ │ │ ├── With subtext │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ │ │ └── Without subtext │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ ├── 2. Stacked tile │ │ ├── Icon │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ │ └── Logo │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ └── 3. Large stacked tile │ │ ├── Icon │ │ ├── 1. Default.svg │ │ ├── 2. Hover.svg │ │ ├── 3. Selected.svg │ │ └── 4. Disabled.svg │ │ └── Logo │ │ ├── 1. Default.svg │ │ ├── 2. Hover.svg │ │ ├── 3. Selected.svg │ │ └── 4. Disabled.svg ├── Time picker │ ├── Active.svg │ ├── Default.svg │ ├── Error.svg │ ├── Focus.svg │ └── Hover.svg ├── Timestamp │ ├── 1. Long format.svg │ ├── 2. Short format.svg │ ├── 3. Tiny format.svg │ ├── 4. Tomorrow.svg │ └── 5. 1 hour ago.svg ├── Toggle group │ ├── Compact (on white bg) │ │ ├── 1. Default.svg │ │ ├── 2. Hover.svg │ │ ├── 3. Selected.svg │ │ └── 4. Disabled.svg │ ├── On grey bg │ │ ├── Icon │ │ │ ├── 1. Left │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ ├── 3. Selected.svg │ │ │ │ └── 4. Disabled.svg │ │ │ ├── 2. Center │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ ├── 3. Selected.svg │ │ │ │ └── 4. Disabled.svg │ │ │ ├── 3. Right │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ ├── 3. Selected.svg │ │ │ │ └── 4. Disabled.svg │ │ │ └── 4. Single item │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ ├── 3. Selected.svg │ │ │ │ └── 4. Disabled.svg │ │ ├── Text + Icon on left │ │ │ ├── 1. Left │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ ├── 3. Selected.svg │ │ │ │ └── 4. Disabled.svg │ │ │ ├── 2. Center │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ ├── 3. Selected.svg │ │ │ │ └── 4. Disabled.svg │ │ │ ├── 3. Right │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ ├── 3. Selected.svg │ │ │ │ └── 4. Disabled.svg │ │ │ └── 4. Single item │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ ├── 3. Selected.svg │ │ │ │ └── 4. Disabled.svg │ │ ├── Text + Icon on right │ │ │ ├── 1. Left │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ ├── 3. Selected.svg │ │ │ │ └── 4. Disabled.svg │ │ │ ├── 2. Center │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ ├── 3. Selected.svg │ │ │ │ └── 4. Disabled.svg │ │ │ ├── 3. Right │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ ├── 3. Selected.svg │ │ │ │ └── 4. Disabled.svg │ │ │ └── 4. Single item │ │ │ │ ├── 1. Default.svg │ │ │ │ ├── 2. Hover.svg │ │ │ │ ├── 3. Selected.svg │ │ │ │ └── 4. Disabled.svg │ │ └── Text │ │ │ ├── 1. Left │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ │ │ ├── 2. Center │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ │ │ ├── 3. Right │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ │ │ └── 4. Single item │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ └── On white bg │ │ ├── Icon │ │ ├── 1. Left │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ │ ├── 2. Center │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ │ ├── 3. Right │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ │ └── 4. Single item │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ │ ├── Text + Icon on left │ │ ├── 1. Left │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ │ ├── 2. Center │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ │ ├── 3. Right │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ │ └── 4. Single item │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ │ ├── Text + Icon on right │ │ ├── 1. Left │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ │ ├── 2. Center │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ │ ├── 3. Right │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ │ └── 4. Single item │ │ │ ├── 1. Default.svg │ │ │ ├── 2. Hover.svg │ │ │ ├── 3. Selected.svg │ │ │ └── 4. Disabled.svg │ │ └── Text │ │ ├── 1. Left │ │ ├── 1. Default.svg │ │ ├── 2. Hover.svg │ │ ├── 3. Selected.svg │ │ └── 4. Disabled.svg │ │ ├── 2. Center │ │ ├── 1. Default.svg │ │ ├── 2. Hover.svg │ │ ├── 3. Selected.svg │ │ └── 4. Disabled.svg │ │ ├── 3. Right │ │ ├── 1. Default.svg │ │ ├── 2. Hover.svg │ │ ├── 3. Selected.svg │ │ └── 4. Disabled.svg │ │ └── 4. Single item │ │ ├── 1. Default.svg │ │ ├── 2. Hover.svg │ │ ├── 3. Selected.svg │ │ └── 4. Disabled.svg ├── Toolbar │ ├── Bottom │ │ ├── Compact (8px spacers).svg │ │ └── Large (16px spacers).svg │ └── Top background.svg ├── Tooltip │ ├── 1. Top.svg │ ├── 2. Bottom.svg │ ├── 3. Left.svg │ └── 4. Right.svg ├── Tree view │ ├── 1. Default │ │ ├── Folder │ │ │ ├── 1. First level │ │ │ │ ├── Default.svg │ │ │ │ └── Selected.svg │ │ │ ├── 2. Second level │ │ │ │ ├── Default.svg │ │ │ │ └── Selected.svg │ │ │ ├── 3. Third level │ │ │ │ ├── Default.svg │ │ │ │ └── Selected.svg │ │ │ └── 4. Fourth level │ │ │ │ ├── Default.svg │ │ │ │ └── Selected.svg │ │ └── Item │ │ │ ├── 1. First level │ │ │ ├── Default.svg │ │ │ └── Selected.svg │ │ │ ├── 2. Second level │ │ │ ├── Default.svg │ │ │ └── Selected.svg │ │ │ ├── 3. Third level │ │ │ ├── Default.svg │ │ │ └── Selected.svg │ │ │ └── 4. Fourth level │ │ │ ├── Default.svg │ │ │ └── Selected.svg │ ├── 2. With checkbox │ │ ├── Folder │ │ │ ├── 1. First level │ │ │ │ ├── Default.svg │ │ │ │ └── Selected.svg │ │ │ ├── 2. Second level │ │ │ │ ├── Default.svg │ │ │ │ └── Selected.svg │ │ │ ├── 3. Third level │ │ │ │ ├── Default.svg │ │ │ │ └── Selected.svg │ │ │ └── 4. Fourth level │ │ │ │ ├── Default.svg │ │ │ │ └── Selected.svg │ │ └── Item │ │ │ ├── 1. First level │ │ │ ├── Default.svg │ │ │ └── Selected.svg │ │ │ ├── 2. Second level │ │ │ ├── Default.svg │ │ │ └── Selected.svg │ │ │ ├── 3. Third level │ │ │ ├── Default.svg │ │ │ └── Selected.svg │ │ │ └── 4. Fourth level │ │ │ ├── Default.svg │ │ │ └── Selected.svg │ ├── 3. With icon │ │ ├── Folder │ │ │ ├── 1. First level │ │ │ │ ├── Default.svg │ │ │ │ └── Selected.svg │ │ │ ├── 2. Second level │ │ │ │ ├── Default.svg │ │ │ │ └── Selected.svg │ │ │ ├── 3. Third level │ │ │ │ ├── Default.svg │ │ │ │ └── Selected.svg │ │ │ └── 4. Fourth level │ │ │ │ ├── Default.svg │ │ │ │ └── Selected.svg │ │ ├── Item │ │ │ ├── 1. First level │ │ │ │ ├── Default.svg │ │ │ │ └── Selected.svg │ │ │ ├── 2. Second level │ │ │ │ ├── Default.svg │ │ │ │ └── Selected.svg │ │ │ ├── 3. Third level │ │ │ │ ├── Default.svg │ │ │ │ └── Selected.svg │ │ │ └── 4. Fourth level │ │ │ │ ├── Default.svg │ │ │ │ └── Selected.svg │ │ └── Item without icon │ │ │ ├── 1. First level │ │ │ ├── Default.svg │ │ │ └── Selected.svg │ │ │ ├── 2. Second level │ │ │ ├── Default.svg │ │ │ └── Selected.svg │ │ │ ├── 3. Third level │ │ │ ├── Default.svg │ │ │ └── Selected.svg │ │ │ └── 4. Fourth level │ │ │ ├── Default.svg │ │ │ └── Selected.svg │ ├── 4. Badge.svg │ ├── 5. Guides │ │ ├── Default line.svg │ │ └── Last line.svg │ └── Background │ │ ├── Default.svg │ │ ├── Hover - with action item.svg │ │ └── Hover.svg ├── Widgets.svg └── Wizard │ ├── 1. Full wizard.svg │ ├── 2. Step │ ├── Current.svg │ ├── Default.svg │ ├── Disabled.svg │ └── With Arrow │ │ ├── Current .svg │ │ └── Default .svg │ ├── 3. Substep │ ├── Current.svg │ ├── Default.svg │ └── Disabled.svg │ ├── 4. Header.svg │ └── 5. Left panel.svg └── img ├── choose-repo.png ├── clone-a-repository.png ├── image1-wireframe.png ├── image1.png ├── image10.png ├── image13.png ├── image14.png ├── image16.png ├── image19.png ├── image2.png ├── image20.png ├── image21.png ├── image23.png ├── image24.png ├── image3.png ├── image4-wireframe.png ├── image4.png ├── image5.png ├── image6.png ├── image7.png ├── image9.png ├── insert-symbol.png ├── new-from-template.png ├── pull-from-upstream.png └── sketch-preferences.png /.github/ISSUE_TEMPLATE/chatbot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/.github/ISSUE_TEMPLATE/chatbot.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/component-groups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/.github/ISSUE_TEMPLATE/component-groups.md -------------------------------------------------------------------------------- /.github/contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/.github/contributing.md -------------------------------------------------------------------------------- /.github/workflows/add-new-issues-to-project.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/.github/workflows/add-new-issues-to-project.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /Archive/Announcements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Archive/Announcements.md -------------------------------------------------------------------------------- /Archive/PatternFly release notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Archive/PatternFly release notes.md -------------------------------------------------------------------------------- /PatternFly 3/PatternFly 3.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/PatternFly 3/PatternFly 3.sketch -------------------------------------------------------------------------------- /PatternFly 3/PatternFly Template.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/PatternFly 3/PatternFly Template.sketch -------------------------------------------------------------------------------- /PatternFly 4 - Figma library/PatternFly.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/PatternFly 4 - Figma library/PatternFly.fig -------------------------------------------------------------------------------- /PatternFly 4 - Sketch library and template/PatternFly.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/PatternFly 4 - Sketch library and template/PatternFly.sketch -------------------------------------------------------------------------------- /PatternFly 4 Overpass - old/Patternfly 4 Overpass.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/PatternFly 4 Overpass - old/Patternfly 4 Overpass.sketch -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/README.md -------------------------------------------------------------------------------- /Symbols-SVGs/Accordion / Content / Bordered.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Accordion / Content / Bordered.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Accordion / Content / Content.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Accordion / Content / Content.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Accordion / Content / Large bordered.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Accordion / Content / Large bordered.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Accordion / Toggle / Bordered / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Accordion / Toggle / Bordered / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Accordion / Toggle / Bordered / Expanded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Accordion / Toggle / Bordered / Expanded.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Accordion / Toggle / Bordered / Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Accordion / Toggle / Bordered / Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Accordion / Toggle / Bordered / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Accordion / Toggle / Bordered / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Accordion / Toggle / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Accordion / Toggle / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Accordion / Toggle / Expanded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Accordion / Toggle / Expanded.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Accordion / Toggle / Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Accordion / Toggle / Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Accordion / Toggle / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Accordion / Toggle / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Accordion / Toggle / Large bordered / Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Accordion / Toggle / Large bordered / Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Accordion / Toggle / Large bordered / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Accordion / Toggle / Large bordered / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Badge / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Badge / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Badge / Unread.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Badge / Unread.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Banner / 1. Default / 1. Without icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Banner / 1. Default / 1. Without icon.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Banner / 1. Default / 2. With icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Banner / 1. Default / 2. With icon.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Banner / 2. Informational / 1. Without icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Banner / 2. Informational / 1. Without icon.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Banner / 2. Informational / 2. With icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Banner / 2. Informational / 2. With icon.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Banner / 3. Success / 1. Without icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Banner / 3. Success / 1. Without icon.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Banner / 3. Success / 2. With icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Banner / 3. Success / 2. With icon.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Banner / 4. Warning / 1. Without icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Banner / 4. Warning / 1. Without icon.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Banner / 4. Warning / 2. With icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Banner / 4. Warning / 2. With icon.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Banner / 5. Danger / 1. Without icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Banner / 5. Danger / 1. Without icon.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Banner / 5. Danger / 2. With icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Banner / 5. Danger / 2. With icon.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Breadcrumbs / 1. Full basic breadcrumb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Breadcrumbs / 1. Full basic breadcrumb.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Breadcrumbs / 2. Full with dropdown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Breadcrumbs / 2. Full with dropdown.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Breadcrumbs / 3. Section title / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Breadcrumbs / 3. Section title / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Breadcrumbs / 3. Section title / Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Breadcrumbs / 3. Section title / Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Breadcrumbs / 3. Section title / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Breadcrumbs / 3. Section title / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Breadcrumbs / 3. Section title / Static.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Breadcrumbs / 3. Section title / Static.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Breadcrumbs / 4. Section landing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Breadcrumbs / 4. Section landing.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 1. Primary / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 1. Primary / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 1. Primary / Disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 1. Primary / Disabled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 1. Primary / Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 1. Primary / Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 1. Primary / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 1. Primary / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 1. Primary / Progress / 1. Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 1. Primary / Progress / 1. Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 1. Primary / Progress / 2. Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 1. Primary / Progress / 2. Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 1. Primary / Progress / 3. Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 1. Primary / Progress / 3. Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 1. Primary / With icon / 2. Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 1. Primary / With icon / 2. Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 1. Primary / With icon / 3. Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 1. Primary / With icon / 3. Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 10. Icon button / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 10. Icon button / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 10. Icon button / Disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 10. Icon button / Disabled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 10. Icon button / Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 10. Icon button / Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 10. Icon button / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 10. Icon button / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 11. Call to action / Link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 11. Call to action / Link.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 11. Call to action / Primary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 11. Call to action / Primary.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 11. Call to action / RCUE Primary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 11. Call to action / RCUE Primary.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 11. Call to action / Secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 11. Call to action / Secondary.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 12. Back to top / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 12. Back to top / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 12. Back to top / Disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 12. Back to top / Disabled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 12. Back to top / Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 12. Back to top / Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 12. Back to top / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 12. Back to top / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 13. Toggle / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 13. Toggle / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 13. Toggle / Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 13. Toggle / Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 13. Toggle / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 13. Toggle / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 2. Secondary / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 2. Secondary / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 2. Secondary / Disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 2. Secondary / Disabled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 2. Secondary / Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 2. Secondary / Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 2. Secondary / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 2. Secondary / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 2. Secondary / Progress / 2. Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 2. Secondary / Progress / 2. Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 2. Secondary / Progress / 3. Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 2. Secondary / Progress / 3. Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 3. Danger Seconday / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 3. Danger Seconday / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 3. Danger Seconday / Disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 3. Danger Seconday / Disabled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 3. Danger Seconday / Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 3. Danger Seconday / Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 3. Danger Seconday / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 3. Danger Seconday / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 4. Tertiary / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 4. Tertiary / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 4. Tertiary / Disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 4. Tertiary / Disabled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 4. Tertiary / Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 4. Tertiary / Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 4. Tertiary / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 4. Tertiary / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 5. Destructive / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 5. Destructive / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 5. Destructive / Disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 5. Destructive / Disabled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 5. Destructive / Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 5. Destructive / Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 5. Destructive / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 5. Destructive / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 6. Warning / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 6. Warning / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 6. Warning / Disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 6. Warning / Disabled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 6. Warning / Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 6. Warning / Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 6. Warning / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 6. Warning / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 7. Link button / 1. Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 7. Link button / 1. Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 7. Link button / 2. Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 7. Link button / 2. Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 7. Link button / 3. Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 7. Link button / 3. Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 7. Link button / 4. Disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 7. Link button / 4. Disabled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 7. Link button / 6. Danger / Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 7. Link button / 6. Danger / Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Button / 7. Link button / 6. Danger / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Button / 7. Link button / 6. Danger / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Card / Background / 1. Default on white bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Card / Background / 1. Default on white bg.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Card / Background / 2. Default on gray bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Card / Background / 2. Default on gray bg.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Card / Compact (16px spacers) / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Card / Compact (16px spacers) / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Card / Compact (16px spacers) / Full ex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Card / Compact (16px spacers) / Full ex.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Card / Default (24px spacers) / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Card / Default (24px spacers) / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Card / Default (24px spacers) / Full ex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Card / Default (24px spacers) / Full ex.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Card / With logo / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Card / With logo / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Card / With logo / Selectable.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Card / With logo / Selectable.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Card / With logo / With button.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Card / With logo / With button.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Area / Full.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Area / Full.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Axis / Full no lines.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Axis / Full no lines.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Axis / Full with horizontal lines.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Axis / Full with horizontal lines.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Axis / Full with vertical lines.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Axis / Full with vertical lines.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Axis / X-axis.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Axis / X-axis.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Axis / Y-axis.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Axis / Y-axis.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Bar / Horizontal / 1. Single.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Bar / Horizontal / 1. Single.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Bar / Horizontal / 2. Nested.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Bar / Horizontal / 2. Nested.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Bar / Vertical / 1. Single.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Bar / Vertical / 1. Single.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Bar / Vertical / 2. Nested.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Bar / Vertical / 2. Nested.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Bullet / Full / Basic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Bullet / Full / Basic.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Bullet / Horizontal / Range.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Bullet / Horizontal / Range.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Bullet / Vertical / Measured value.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Bullet / Vertical / Measured value.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Bullet / Vertical / Range.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Bullet / Vertical / Range.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Donut / Default size / Standard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Donut / Default size / Standard.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Donut / Default size / Utilization.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Donut / Default size / Utilization.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Donut / Small size / Standard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Donut / Small size / Standard.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Donut / Small size / Utilization.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Donut / Small size / Utilization.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Legend.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Legend.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Line / Dashed - Downwards.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Line / Dashed - Downwards.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Line / Dashed - Mix.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Line / Dashed - Mix.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Line / Dashed - Upwards.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Line / Dashed - Upwards.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Line / Downwards.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Line / Downwards.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Line / Mix.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Line / Mix.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Line / Single.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Line / Single.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Line / Upwards.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Line / Upwards.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Pie / Blue - 3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Pie / Blue - 3.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Pie / Blue - 4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Pie / Blue - 4.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Sparkline / Basic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Sparkline / Basic.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Sparkline / Full.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Sparkline / Full.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Stack / 1. Vertical - Blue (4).svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Stack / 1. Vertical - Blue (4).svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Stack / 2. Vertical - Gold (4).svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Stack / 2. Vertical - Gold (4).svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Stack / 3. Horizontal - Gold (4).svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Stack / 3. Horizontal - Gold (4).svg -------------------------------------------------------------------------------- /Symbols-SVGs/Charts / Stack / 4. Horizontal - Blue (4).svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Charts / Stack / 4. Horizontal - Blue (4).svg -------------------------------------------------------------------------------- /Symbols-SVGs/Chips / Chip Group / Group / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Chips / Chip Group / Group / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Chips / Chip Group / Group / Dismissible.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Chips / Chip Group / Group / Dismissible.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Chips / Chip Group / Show Less / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Chips / Chip Group / Show Less / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Chips / Chip Group / Show Less / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Chips / Chip Group / Show Less / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Chips / Chip Group / Show More / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Chips / Chip Group / Show More / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Chips / Chip Group / Show More / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Chips / Chip Group / Show More / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Chips / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Chips / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Chips / Read only.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Chips / Read only.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Chips / With badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Chips / With badge.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Code editor / Language tab / 1. Editable.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Code editor / Language tab / 1. Editable.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Code editor / Shortcut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Code editor / Shortcut.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Code editor / Snippet / Size md.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Code editor / Snippet / Size md.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Code editor / Snippet / Size sm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Code editor / Snippet / Size sm.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Code editor / Snippet / Size xs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Code editor / Snippet / Size xs.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Color palettes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Color palettes.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dark Theme / Button / Secondary / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dark Theme / Button / Secondary / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dark Theme / Call to action / Link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dark Theme / Call to action / Link.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dark Theme / Code snippet / Size md.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dark Theme / Code snippet / Size md.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dark Theme / Code snippet / Size sm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dark Theme / Code snippet / Size sm.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dark Theme / Code snippet / Size xs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dark Theme / Code snippet / Size xs.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dark Theme / Dropdowns / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dark Theme / Dropdowns / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dark Theme / Dropdowns / Disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dark Theme / Dropdowns / Disabled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dark Theme / Dropdowns / Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dark Theme / Dropdowns / Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dark Theme / Dropdowns / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dark Theme / Dropdowns / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dark Theme / Dropdowns / Select.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dark Theme / Dropdowns / Select.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dark Theme / Text Box / Active.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dark Theme / Text Box / Active.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dark Theme / Text Box / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dark Theme / Text Box / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dark Theme / Text Box / Disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dark Theme / Text Box / Disabled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dark Theme / Text Box / Error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dark Theme / Text Box / Error.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dark Theme / Text Box / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dark Theme / Text Box / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Datepicker / 1. Input / 1. Filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Datepicker / 1. Input / 1. Filled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Datepicker / 1. Input / 2. Placeholder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Datepicker / 1. Input / 2. Placeholder.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Datepicker / 1. Input / 3. Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Datepicker / 1. Input / 3. Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Datepicker / 1. Input / 5. Invalid input.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Datepicker / 1. Input / 5. Invalid input.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Datepicker / 1. Input / 6. Helper text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Datepicker / 1. Input / 6. Helper text.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Datepicker / 3. Date range picker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Datepicker / 3. Date range picker.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Datepicker / 4. Pieces / 1. Day / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Datepicker / 4. Pieces / 1. Day / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Divider / Horizontal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Divider / Horizontal.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Divider / Vertical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Divider / Vertical.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Drawer / 2. Inline / 1. Left panel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Drawer / 2. Inline / 1. Left panel.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Drawer / 2. Inline / 2. Right panel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Drawer / 2. Inline / 2. Right panel.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Drawer / 2. Inline / 3. Bottom panel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Drawer / 2. Inline / 3. Bottom panel.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Drill down menu / 1. Background.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Drill down menu / 1. Background.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dropdowns / 1. Toggle / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dropdowns / 1. Toggle / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dropdowns / 1. Toggle / Disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dropdowns / 1. Toggle / Disabled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dropdowns / 1. Toggle / Error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dropdowns / 1. Toggle / Error.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dropdowns / 1. Toggle / Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dropdowns / 1. Toggle / Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dropdowns / 1. Toggle / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dropdowns / 1. Toggle / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dropdowns / 1. Toggle / Plain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dropdowns / 1. Toggle / Plain.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dropdowns / 1. Toggle / Read only.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dropdowns / 1. Toggle / Read only.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dropdowns / 1. Toggle / Selected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dropdowns / 1. Toggle / Selected.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dropdowns / 1. Toggle / Split / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dropdowns / 1. Toggle / Split / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dropdowns / 1. Toggle / Split / Disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dropdowns / 1. Toggle / Split / Disabled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dropdowns / 1. Toggle / Split / Selected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dropdowns / 1. Toggle / Split / Selected.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dropdowns / 1. Toggle / Success.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dropdowns / 1. Toggle / Success.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dropdowns / 2. Menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dropdowns / 2. Menu.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dropdowns / 3. Menu Item / 1. Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dropdowns / 3. Menu Item / 1. Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dropdowns / 3. Menu Item / 10. Separator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dropdowns / 3. Menu Item / 10. Separator.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dropdowns / 3. Menu Item / 12. Danger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dropdowns / 3. Menu Item / 12. Danger.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dropdowns / 3. Menu Item / 2. Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dropdowns / 3. Menu Item / 2. Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dropdowns / 3. Menu Item / 5. Disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dropdowns / 3. Menu Item / 5. Disabled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dropdowns / 4. With badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dropdowns / 4. With badge.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dual list / 1. Single level / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dual list / 1. Single level / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dual list / 1. Single level / Selected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dual list / 1. Single level / Selected.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Dual list / 4. Drag and drop / 2. Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Dual list / 4. Drag and drop / 2. Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Empty state / 1. Basic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Empty state / 1. Basic.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Empty state / 2. Backend failure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Empty state / 2. Backend failure.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Empty state / 3. No results found.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Empty state / 3. No results found.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Expandable / 1. Closed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Expandable / 1. Closed.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Expandable / 2. Open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Expandable / 2. Open.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 1. Labeled Field / Default .svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 1. Labeled Field / Default .svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 1. Labeled Field / Help text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 1. Labeled Field / Help text.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 1. Labeled Field / Invalid input.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 1. Labeled Field / Invalid input.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 1. Labeled Field / Success input.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 1. Labeled Field / Success input.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 1. Labeled Field / Warning input.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 1. Labeled Field / Warning input.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 11. Code block / 1. Basic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 11. Code block / 1. Basic.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 13. Number input / 1. Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 13. Number input / 1. Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 13. Number input / 2. Disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 13. Number input / 2. Disabled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 2. Text Box / 1. Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 2. Text Box / 1. Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 2. Text Box / 10. Warning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 2. Text Box / 10. Warning.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 2. Text Box / 2. Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 2. Text Box / 2. Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 2. Text Box / 3. Active.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 2. Text Box / 3. Active.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 2. Text Box / 4. Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 2. Text Box / 4. Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 2. Text Box / 5. Disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 2. Text Box / 5. Disabled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 2. Text Box / 6. Read only.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 2. Text Box / 6. Read only.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 2. Text Box / 7. Placeholder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 2. Text Box / 7. Placeholder.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 2. Text Box / 8. Success.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 2. Text Box / 8. Success.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 2. Text Box / 9. Error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 2. Text Box / 9. Error.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 3. Toggles / 1. Toggle with text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 3. Toggles / 1. Toggle with text.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 4. Checkbox / 9. Mixed - Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 4. Checkbox / 9. Mixed - Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 5. Radio Button / 1. Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 5. Radio Button / 1. Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 5. Radio Button / 3. Disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 5. Radio Button / 3. Disabled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 5. Radio Button / 4. Selected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 5. Radio Button / 4. Selected.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 6. Icon Field / 1. Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 6. Icon Field / 1. Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 6. Icon Field / 2. Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 6. Icon Field / 2. Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 6. Icon Field / 3. Selected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 6. Icon Field / 3. Selected.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 6. Icon Field / 4. Disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 6. Icon Field / 4. Disabled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 7. Switches / 1. On.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 7. Switches / 1. On.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 7. Switches / 2. Off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 7. Switches / 2. Off.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 7. Switches / 3. Label On.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 7. Switches / 3. Label On.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 7. Switches / 5. Label Off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 7. Switches / 5. Label Off.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 7. Switches / 8. Disabled Off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 7. Switches / 8. Disabled Off.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 8. Field Label / Optional.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 8. Field Label / Optional.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Forms / 8. Field Label / Required.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Forms / 8. Field Label / Required.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Hint / Body only.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Hint / Body only.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Hint / Header and body.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Hint / Header and body.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Hint / Header only.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Hint / Header only.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Actions / check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Actions / check.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Actions / cog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Actions / cog.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Actions / columns.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Actions / columns.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Actions / compress.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Actions / compress.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Actions / copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Actions / copy.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Actions / download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Actions / download.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Actions / expand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Actions / expand.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Actions / filter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Actions / filter.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Actions / flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Actions / flag.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Actions / minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Actions / minus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Actions / pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Actions / pause.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Actions / play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Actions / play.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Actions / plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Actions / plus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Actions / print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Actions / print.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Actions / redo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Actions / redo.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Actions / search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Actions / search.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Actions / sync-alt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Actions / sync-alt.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Actions / times.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Actions / times.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Actions / trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Actions / trash.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Actions / undo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Actions / undo.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Actions / upload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Actions / upload.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Brands / Ansible.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Brands / Ansible.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Brands / Dropbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Brands / Dropbox.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Brands / Facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Brands / Facebook.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Brands / Github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Brands / Github.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Brands / Gitlab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Brands / Gitlab.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Brands / Google.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Brands / Google.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Brands / Open Stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Brands / Open Stack.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Brands / OpenShift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Brands / OpenShift.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Brands / Satellite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Brands / Satellite.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Brands / drupal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Brands / drupal.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Brands / js.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Brands / js.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Brands / linkedin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Brands / linkedin.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Brands / linux.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Brands / linux.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Brands / twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Brands / twitter.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Brands / windows.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Brands / windows.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Framework / bars.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Framework / bars.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Framework / bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Framework / bell.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Framework / clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Framework / clock.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Framework / eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Framework / eye.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Framework / file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Framework / file.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Framework / folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Framework / folder.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Framework / home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Framework / home.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Framework / task.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Framework / task.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Framework / user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Framework / user.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Object / code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Object / code.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Object / cube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Object / cube.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Object / cubes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Object / cubes.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Object / database.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Object / database.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Object / desktop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Object / desktop.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Object / flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Object / flag.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Object / hdd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Object / hdd.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Object / key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Object / key.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Object / memory.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Object / memory.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Object / microchip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Object / microchip.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Object / star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Object / star.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Object / tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Object / tag.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Object / user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Object / user.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Object / users.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Object / users.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Status / ban.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Status / ban.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Status / bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Status / bell.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Status / bug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Status / bug.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Status / check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Status / check.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Status / history.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Status / history.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Status / lock-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Status / lock-open.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Status / lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Status / lock.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Status / pficon-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Status / pficon-off.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Status / power-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Status / power-off.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / Status / wrench.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / Status / wrench.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / View Type / list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / View Type / list.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / View Type / table.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / View Type / table.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 1. Size md / View Type / th.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 1. Size md / View Type / th.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Actions / check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Actions / check.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Actions / cog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Actions / cog.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Actions / columns.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Actions / columns.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Actions / compress.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Actions / compress.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Actions / copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Actions / copy.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Actions / download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Actions / download.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Actions / expand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Actions / expand.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Actions / filter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Actions / filter.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Actions / flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Actions / flag.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Actions / minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Actions / minus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Actions / pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Actions / pause.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Actions / play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Actions / play.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Actions / plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Actions / plus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Actions / print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Actions / print.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Actions / redo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Actions / redo.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Actions / search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Actions / search.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Actions / sync-alt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Actions / sync-alt.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Actions / times.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Actions / times.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Actions / trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Actions / trash.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Actions / undo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Actions / undo.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Actions / upload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Actions / upload.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Brands / Ansible.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Brands / Ansible.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Brands / Dropbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Brands / Dropbox.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Brands / Facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Brands / Facebook.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Brands / Github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Brands / Github.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Brands / Gitlab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Brands / Gitlab.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Brands / Google.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Brands / Google.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Brands / Open Stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Brands / Open Stack.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Brands / OpenShift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Brands / OpenShift.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Brands / Satellite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Brands / Satellite.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Brands / drupal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Brands / drupal.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Brands / js.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Brands / js.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Brands / linkedin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Brands / linkedin.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Brands / linux.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Brands / linux.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Brands / twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Brands / twitter.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Brands / windows.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Brands / windows.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Framework / bars.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Framework / bars.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Framework / bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Framework / bell.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Framework / clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Framework / clock.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Framework / eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Framework / eye.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Framework / file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Framework / file.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Framework / folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Framework / folder.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Framework / home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Framework / home.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Framework / task.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Framework / task.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Framework / user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Framework / user.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Object / code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Object / code.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Object / cube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Object / cube.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Object / cubes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Object / cubes.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Object / database.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Object / database.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Object / desktop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Object / desktop.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Object / flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Object / flag.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Object / hdd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Object / hdd.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Object / key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Object / key.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Object / memory.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Object / memory.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Object / microchip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Object / microchip.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Object / star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Object / star.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Object / tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Object / tag.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Object / user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Object / user.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Object / users.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Object / users.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Status / ban.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Status / ban.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Status / bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Status / bell.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Status / bug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Status / bug.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Status / check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Status / check.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Status / history.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Status / history.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Status / lock-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Status / lock-open.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Status / lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Status / lock.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Status / pficon-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Status / pficon-off.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Status / power-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Status / power-off.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / Status / wrench.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / Status / wrench.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / View Type / list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / View Type / list.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / View Type / table.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / View Type / table.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 2. Size sm / View Type / th.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 2. Size sm / View Type / th.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Actions / check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Actions / check.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Actions / cog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Actions / cog.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Actions / columns.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Actions / columns.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Actions / compress.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Actions / compress.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Actions / copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Actions / copy.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Actions / download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Actions / download.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Actions / expand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Actions / expand.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Actions / filter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Actions / filter.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Actions / flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Actions / flag.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Actions / minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Actions / minus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Actions / pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Actions / pause.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Actions / play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Actions / play.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Actions / plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Actions / plus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Actions / print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Actions / print.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Actions / redo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Actions / redo.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Actions / search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Actions / search.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Actions / sync-alt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Actions / sync-alt.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Actions / times.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Actions / times.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Actions / trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Actions / trash.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Actions / undo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Actions / undo.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Brands / Ansible.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Brands / Ansible.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Brands / Dropbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Brands / Dropbox.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Brands / Facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Brands / Facebook.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Brands / Github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Brands / Github.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Brands / Gitlab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Brands / Gitlab.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Brands / Google.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Brands / Google.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Brands / Open Stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Brands / Open Stack.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Brands / OpenShift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Brands / OpenShift.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Brands / Satellite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Brands / Satellite.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Brands / drupal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Brands / drupal.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Brands / js.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Brands / js.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Brands / linkedin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Brands / linkedin.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Brands / linux.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Brands / linux.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Brands / twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Brands / twitter.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Brands / windows.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Brands / windows.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Framework / bars.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Framework / bars.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Framework / bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Framework / bell.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Framework / clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Framework / clock.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Framework / eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Framework / eye.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Framework / file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Framework / file.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Framework / folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Framework / folder.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Framework / home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Framework / home.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Framework / task.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Framework / task.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Framework / user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Framework / user.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Object / code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Object / code.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Object / cube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Object / cube.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Object / cubes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Object / cubes.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Object / database.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Object / database.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Object / desktop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Object / desktop.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Object / flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Object / flag.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Object / hdd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Object / hdd.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Object / key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Object / key.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Object / memory.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Object / memory.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Object / microchip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Object / microchip.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Object / star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Object / star.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Object / tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Object / tag.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Object / user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Object / user.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Object / users.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Object / users.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Status / ban.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Status / ban.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Status / bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Status / bell.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Status / bug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Status / bug.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Status / check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Status / check.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Status / history.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Status / history.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Status / lock-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Status / lock-open.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Status / lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Status / lock.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Status / pficon-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Status / pficon-off.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Status / power-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Status / power-off.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / Status / wrench.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / Status / wrench.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / View Type / list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / View Type / list.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / View Type / table.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / View Type / table.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 3. Size lg / View Type / th.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 3. Size lg / View Type / th.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Actions / check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Actions / check.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Actions / cog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Actions / cog.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Actions / columns.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Actions / columns.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Actions / compress.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Actions / compress.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Actions / copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Actions / copy.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Actions / download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Actions / download.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Actions / expand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Actions / expand.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Actions / filter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Actions / filter.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Actions / flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Actions / flag.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Actions / minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Actions / minus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Actions / pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Actions / pause.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Actions / play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Actions / play.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Actions / plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Actions / plus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Actions / print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Actions / print.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Actions / redo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Actions / redo.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Actions / search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Actions / search.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Actions / sync-alt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Actions / sync-alt.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Actions / times.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Actions / times.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Actions / trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Actions / trash.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Actions / undo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Actions / undo.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Actions / upload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Actions / upload.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Brands / Ansible.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Brands / Ansible.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Brands / Dropbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Brands / Dropbox.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Brands / Facebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Brands / Facebook.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Brands / Github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Brands / Github.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Brands / Gitlab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Brands / Gitlab.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Brands / Google.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Brands / Google.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Brands / Open Stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Brands / Open Stack.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Brands / OpenShift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Brands / OpenShift.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Brands / Satellite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Brands / Satellite.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Brands / drupal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Brands / drupal.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Brands / js.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Brands / js.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Brands / linkedin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Brands / linkedin.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Brands / linux.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Brands / linux.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Brands / twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Brands / twitter.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Brands / windows.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Brands / windows.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Empty state / cogs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Empty state / cogs.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Empty state / cubes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Empty state / cubes.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Empty state / lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Empty state / lock.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Framework / bars.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Framework / bars.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Framework / bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Framework / bell.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Framework / clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Framework / clock.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Framework / eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Framework / eye.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Framework / file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Framework / file.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Framework / folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Framework / folder.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Framework / home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Framework / home.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Framework / task.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Framework / task.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Framework / user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Framework / user.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Object / code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Object / code.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Object / cube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Object / cube.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Object / cubes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Object / cubes.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Object / database.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Object / database.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Object / desktop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Object / desktop.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Object / flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Object / flag.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Object / hdd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Object / hdd.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Object / key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Object / key.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Object / memory.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Object / memory.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Object / microchip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Object / microchip.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Object / star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Object / star.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Object / tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Object / tag.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Object / user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Object / user.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Object / users.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Object / users.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Status / ban.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Status / ban.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Status / bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Status / bell.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Status / bug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Status / bug.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Status / check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Status / check.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Status / history.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Status / history.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Status / lock-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Status / lock-open.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Status / lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Status / lock.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Status / pficon-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Status / pficon-off.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Status / power-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Status / power-off.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / Status / wrench.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / Status / wrench.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / View Type / list.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / View Type / list.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / View Type / table.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / View Type / table.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 4. Size xl / View Type / th.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 4. Size xl / View Type / th.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / About modal / times-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / About modal / times-circle.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / PatternFly / Large placeholder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / PatternFly / Large placeholder.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / PatternFly / Medium placeholder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / PatternFly / Medium placeholder.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / PatternFly / Small placeholder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / PatternFly / Small placeholder.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / Web Componenta / arrow-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / Web Componenta / arrow-right.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Icons / 🖼 Dynamic Icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Icons / 🖼 Dynamic Icon.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Jump links / 1. Header.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Jump links / 1. Header.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Jump links / 2. Horizontal / 2. Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Jump links / 2. Horizontal / 2. Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Jump links / 2. Horizontal / 2. Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Jump links / 2. Horizontal / 2. Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Jump links / 2. Horizontal / 3. Selected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Jump links / 2. Horizontal / 3. Selected.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Jump links / 3. Vertical / 1. Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Jump links / 3. Vertical / 1. Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Jump links / 3. Vertical / 3. Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Jump links / 3. Vertical / 3. Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Jump links / 3. Vertical / 3. Selected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Jump links / 3. Vertical / 3. Selected.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Jump links / 5. Mobile / 1. Collapsed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Jump links / 5. Mobile / 1. Collapsed.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Jump links / 5. Mobile / 2. Expanded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Jump links / 5. Mobile / 2. Expanded.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Library Preview.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Library Preview.svg -------------------------------------------------------------------------------- /Symbols-SVGs/List / 1. Basic / 1. Read only.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/List / 1. Basic / 1. Read only.svg -------------------------------------------------------------------------------- /Symbols-SVGs/List / 1. Basic / 2. Link / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/List / 1. Basic / 2. Link / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/List / 1. Basic / 2. Link / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/List / 1. Basic / 2. Link / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/List / 3. Ordered / 1. Read only.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/List / 3. Ordered / 1. Read only.svg -------------------------------------------------------------------------------- /Symbols-SVGs/List / 3. Ordered / 2. Link / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/List / 3. Ordered / 2. Link / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/List / 3. Ordered / 2. Link / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/List / 3. Ordered / 2. Link / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Loaders / 1. Spinner / Lg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Loaders / 1. Spinner / Lg.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Loaders / 1. Spinner / Md.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Loaders / 1. Spinner / Md.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Loaders / 1. Spinner / Sm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Loaders / 1. Spinner / Sm.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Loaders / 1. Spinner / XS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Loaders / 1. Spinner / XS.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Masthead / 1. Background.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Masthead / 1. Background.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Masthead / 2. Logo / Menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Masthead / 2. Logo / Menu.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Masthead / 2. Logo / No Menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Masthead / 2. Logo / No Menu.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Masthead / 3. Horizontal Nav / 2. Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Masthead / 3. Horizontal Nav / 2. Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Masthead / 4. Icon / Help / 1. Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Masthead / 4. Icon / Help / 1. Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Masthead / 4. Icon / Help / 2. Menu Open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Masthead / 4. Icon / Help / 2. Menu Open.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Masthead / 5. User Info / Avatar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Masthead / 5. User Info / Avatar.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Masthead / 5. User Info / No Avatar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Masthead / 5. User Info / No Avatar.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Masthead / 6. Logo (format) / SVG Logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Masthead / 6. Logo (format) / SVG Logo.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Masthead / 6. Logo (format) / Text Logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Masthead / 6. Logo (format) / Text Logo.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Masthead / 7. Subnav / 1. Background.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Masthead / 7. Subnav / 1. Background.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Masthead / 7. Subnav / 2. Items / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Masthead / 7. Subnav / 2. Items / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Masthead / 8. Search input / 1. Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Masthead / 8. Search input / 1. Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Masthead / 8. Search input / 2. Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Masthead / 8. Search input / 2. Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Data List / 3. Expanded Panel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Data List / 3. Expanded Panel.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Masthead / Background.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Masthead / Background.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Masthead / Logo / S Menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Masthead / Logo / S Menu.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Masthead / Logo / S No Menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Masthead / Logo / S No Menu.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Masthead / Logo / XS Menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Masthead / Logo / XS Menu.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Masthead / Logo / XS No Menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Masthead / Logo / XS No Menu.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Masthead / User Info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Masthead / User Info.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Pagination.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Pagination.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Sub nav horizontal / 1. Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Sub nav horizontal / 1. Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Table / 3. Expanded Panel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Table / 3. Expanded Panel.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Table / 4. Table Caption.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Table / 4. Table Caption.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Tertiary Nav / First Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Tertiary Nav / First Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Tertiary Nav / First Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Tertiary Nav / First Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Tertiary Nav / First Selected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Tertiary Nav / First Selected.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Toolbar / Large (16px spacers).svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Toolbar / Large (16px spacers).svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Toolbar / Small (8px spacers).svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Toolbar / Small (8px spacers).svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Wizard / Header.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Wizard / Header.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Wizard / Panel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Wizard / Panel.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Wizard / Substep / Current.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Wizard / Substep / Current.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Wizard / Substep / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Wizard / Substep / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Wizard / Substep / Disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Wizard / Substep / Disabled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Wizard / Toggle / Collapsed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Wizard / Toggle / Collapsed.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Mobile / Wizard / Toggle / Expanded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Mobile / Wizard / Toggle / Expanded.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Modal / 1. Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Modal / 1. Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Modal / 2. No Header.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Modal / 2. No Header.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Modal / 3. With help icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Modal / 3. With help icon.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Modal / 4. Warning alert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Modal / 4. Warning alert.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Modal / 5. Delete action.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Modal / 5. Delete action.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Modal / 6. Error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Modal / 6. Error.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Modal / Background.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Modal / Background.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Navigation / 1. Background.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Navigation / 1. Background.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Navigation / 2. Primary Nav / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Navigation / 2. Primary Nav / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Navigation / 2. Primary Nav / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Navigation / 2. Primary Nav / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Navigation / 2. Primary Nav / Selected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Navigation / 2. Primary Nav / Selected.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Navigation / 3. Expandable Nav / Divider.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Navigation / 3. Expandable Nav / Divider.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Navigation / 5. Flyout / 1. Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Navigation / 5. Flyout / 1. Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Navigation / 5. Flyout / 3. Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Navigation / 5. Flyout / 3. Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Navigation / 5. Flyout / 4. Selected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Navigation / 5. Flyout / 4. Selected.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Navigation / 5. Flyout / 5. Active.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Navigation / 5. Flyout / 5. Active.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Navigation / 5. Flyout / 6. Background.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Navigation / 5. Flyout / 6. Background.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Notification Drawer / Background.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Notification Drawer / Background.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Notification Drawer / Group / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Notification Drawer / Group / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Notification Drawer / Group / Expanded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Notification Drawer / Group / Expanded.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Notification Drawer / Header / Read.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Notification Drawer / Header / Read.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Notification Drawer / Header / Unread.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Notification Drawer / Header / Unread.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Pagination / Compact.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Pagination / Compact.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Pagination / Full.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Pagination / Full.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Pagination / Options menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Pagination / Options menu.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Password strength / Strength - Medium.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Password strength / Strength - Medium.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Password strength / Strength - Strong.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Password strength / Strength - Strong.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Password strength / Strength - Weak.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Password strength / Strength - Weak.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Pointer / 1 Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Pointer / 1 Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Pointer / 2 Click.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Pointer / 2 Click.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Popover / 1. Top.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Popover / 1. Top.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Popover / 2. Bottom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Popover / 2. Bottom.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Popover / 3. Left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Popover / 3. Left.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Popover / 4. Right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Popover / 4. Right.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Popover / 5. No Header / 1. Top.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Popover / 5. No Header / 1. Top.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Popover / 5. No Header / 2. Bottom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Popover / 5. No Header / 2. Bottom.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Popover / 5. No Header / 3. Left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Popover / 5. No Header / 3. Left.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Popover / 5. No Header / 4. Right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Popover / 5. No Header / 4. Right.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Progress Bar / 1. In Progress / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Progress Bar / 1. In Progress / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Progress Bar / 1. In Progress / Large.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Progress Bar / 1. In Progress / Large.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Progress Bar / 1. In Progress / Small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Progress Bar / 1. In Progress / Small.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Progress Bar / 2. Success / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Progress Bar / 2. Success / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Progress Bar / 2. Success / Large.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Progress Bar / 2. Success / Large.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Progress Bar / 2. Success / Small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Progress Bar / 2. Success / Small.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Progress Bar / 3. Failure / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Progress Bar / 3. Failure / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Progress Bar / 3. Failure / Large.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Progress Bar / 3. Failure / Large.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Progress Bar / 3. Failure / Small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Progress Bar / 3. Failure / Small.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Progress stepper / 3. Line / 2. Vertical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Progress stepper / 3. Line / 2. Vertical.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Progress stepper / 4. Compact item.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Progress stepper / 4. Compact item.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Scroll Bar / Dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Scroll Bar / Dark.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Scroll Bar / Light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Scroll Bar / Light.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Search input / Active / Text only.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Search input / Active / Text only.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Search input / Active / With badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Search input / Active / With badge.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Search input / Default Copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Search input / Default Copy.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Search input / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Search input / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Search input / Submit button.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Search input / Submit button.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Simple list / Background.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Simple list / Background.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Simple list / Item / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Simple list / Item / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Simple list / Item / Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Simple list / Item / Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Simple list / Item / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Simple list / Item / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Simple list / Item / Selected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Simple list / Item / Selected.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Simple list / Section title.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Simple list / Section title.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Slider / 1. Base track.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Slider / 1. Base track.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Slider / 2. Filled track.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Slider / 2. Filled track.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Slider / 3. Circle / 1. Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Slider / 3. Circle / 1. Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Slider / 3. Circle / 2. Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Slider / 3. Circle / 2. Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Slider / 3. Circle / 3. Selected.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Slider / 3. Circle / 3. Selected.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Splitter / Horizontal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Splitter / Horizontal.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Splitter / Inline vertical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Splitter / Inline vertical.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Splitter / Left vertical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Splitter / Left vertical.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Splitter / Right vertical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Splitter / Right vertical.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Tabs / 3. Underline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Tabs / 3. Underline.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Tabs / 4. Overflow arrows / Left / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Tabs / 4. Overflow arrows / Left / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Theme - part 1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Theme - part 1.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Theme - part 2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Theme - part 2.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Tile / 2. Stacked tile / Icon / 2. Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Tile / 2. Stacked tile / Icon / 2. Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Tile / 2. Stacked tile / Logo / 2. Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Tile / 2. Stacked tile / Logo / 2. Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Time picker / Active.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Time picker / Active.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Time picker / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Time picker / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Time picker / Error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Time picker / Error.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Time picker / Focus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Time picker / Focus.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Time picker / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Time picker / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Timestamp/ 1. Long format.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Timestamp/ 1. Long format.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Timestamp/ 2. Short format.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Timestamp/ 2. Short format.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Timestamp/ 3. Tiny format.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Timestamp/ 3. Tiny format.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Timestamp/ 4. Tomorrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Timestamp/ 4. Tomorrow.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Timestamp/ 5. 1 hour ago.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Timestamp/ 5. 1 hour ago.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Toolbar / Bottom / Compact (8px spacers).svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Toolbar / Bottom / Compact (8px spacers).svg -------------------------------------------------------------------------------- /Symbols-SVGs/Toolbar / Bottom / Large (16px spacers).svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Toolbar / Bottom / Large (16px spacers).svg -------------------------------------------------------------------------------- /Symbols-SVGs/Toolbar / Top background.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Toolbar / Top background.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Tooltip / 1. Top.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Tooltip / 1. Top.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Tooltip / 2. Bottom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Tooltip / 2. Bottom.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Tooltip / 3. Left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Tooltip / 3. Left.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Tooltip / 4. Right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Tooltip / 4. Right.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Tree view / 4. Badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Tree view / 4. Badge.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Tree view / 5. Guides / Default line.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Tree view / 5. Guides / Default line.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Tree view / 5. Guides / Last line.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Tree view / 5. Guides / Last line.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Tree view / Background / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Tree view / Background / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Tree view / Background / Hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Tree view / Background / Hover.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Widgets.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Widgets.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Wizard / 1. Full wizard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Wizard / 1. Full wizard.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Wizard / 2. Step / Current.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Wizard / 2. Step / Current.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Wizard / 2. Step / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Wizard / 2. Step / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Wizard / 2. Step / Disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Wizard / 2. Step / Disabled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Wizard / 3. Substep / Current.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Wizard / 3. Substep / Current.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Wizard / 3. Substep / Default.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Wizard / 3. Substep / Default.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Wizard / 3. Substep / Disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Wizard / 3. Substep / Disabled.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Wizard / 4. Header.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Wizard / 4. Header.svg -------------------------------------------------------------------------------- /Symbols-SVGs/Wizard / 5. Left panel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/Symbols-SVGs/Wizard / 5. Left panel.svg -------------------------------------------------------------------------------- /img/choose-repo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/choose-repo.png -------------------------------------------------------------------------------- /img/clone-a-repository.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/clone-a-repository.png -------------------------------------------------------------------------------- /img/image1-wireframe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/image1-wireframe.png -------------------------------------------------------------------------------- /img/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/image1.png -------------------------------------------------------------------------------- /img/image10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/image10.png -------------------------------------------------------------------------------- /img/image13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/image13.png -------------------------------------------------------------------------------- /img/image14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/image14.png -------------------------------------------------------------------------------- /img/image16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/image16.png -------------------------------------------------------------------------------- /img/image19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/image19.png -------------------------------------------------------------------------------- /img/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/image2.png -------------------------------------------------------------------------------- /img/image20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/image20.png -------------------------------------------------------------------------------- /img/image21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/image21.png -------------------------------------------------------------------------------- /img/image23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/image23.png -------------------------------------------------------------------------------- /img/image24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/image24.png -------------------------------------------------------------------------------- /img/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/image3.png -------------------------------------------------------------------------------- /img/image4-wireframe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/image4-wireframe.png -------------------------------------------------------------------------------- /img/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/image4.png -------------------------------------------------------------------------------- /img/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/image5.png -------------------------------------------------------------------------------- /img/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/image6.png -------------------------------------------------------------------------------- /img/image7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/image7.png -------------------------------------------------------------------------------- /img/image9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/image9.png -------------------------------------------------------------------------------- /img/insert-symbol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/insert-symbol.png -------------------------------------------------------------------------------- /img/new-from-template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/new-from-template.png -------------------------------------------------------------------------------- /img/pull-from-upstream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/pull-from-upstream.png -------------------------------------------------------------------------------- /img/sketch-preferences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patternfly/patternfly-design-kit/HEAD/img/sketch-preferences.png --------------------------------------------------------------------------------