Skip to content

Commit

Permalink
fix(icon): add cluster concept icon
Browse files Browse the repository at this point in the history
ref: MANAGER-12104

Signed-off-by: Guillaume Hyenne <[email protected]>
  • Loading branch information
ghyenne committed Nov 29, 2023
1 parent 70d9164 commit 5f503f9
Show file tree
Hide file tree
Showing 11 changed files with 1,186 additions and 1,152 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1359,6 +1359,10 @@ export const Concept = () => `
<div class="doc-badge__preview doc-badge__preview_s"><span class="oui-icon oui-icon-vRack-services_concept"></span></div>
<div class="doc-badge__code"><code>.oui-icon-vRack-services_concept</code></div>
</div>
<div class="doc-badge">
<div class="doc-badge__preview doc-badge__preview_s"><span class="oui-icon oui-icon-cluster_concept"></span></div>
<div class="doc-badge__code"><code>.oui-icon-cluster_concept</code></div>
</div>
</div>`;

Expand Down
461 changes: 231 additions & 230 deletions packages/base/core/src/css/tokens/_icons.css

Large diffs are not rendered by default.

Loading

0 comments on commit 5f503f9

Please sign in to comment.