Skip to content

Commit

Permalink
Update icon svg
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajmohan committed Jan 16, 2024
1 parent 914e2f8 commit 3b29403
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
19 changes: 8 additions & 11 deletions src/main/resources/templates/fragments/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -2091,17 +2091,14 @@ <h1>Icons</h1>
<tr>
<td>nextSteps</td>
<td>
<svg th:fragment="nextSteps" aria-hidden="true" width="100" height="75"
viewBox="0 0 100 75" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M79.5323 63.0161C73.4547 68.0396 65.2557 68.5292 57.473 69.8791C49.531 71.2566 41.4632 73.7579 33.8906 70.9325C25.8233 67.9224 18.7202 61.9052 15.1252 54.0783C11.6027 46.4091 13.1522 37.6751 14.8286 29.4309C16.4321 21.5451 18.5872 13.4229 24.4985 7.98227C30.2887 2.65303 38.4612 1.37867 46.2946 0.470024C53.841 -0.40534 61.5031 -0.296868 68.4234 2.88711C75.5542 6.16795 81.3467 11.6848 85.3504 18.4393C89.5582 25.5382 92.5384 33.6172 91.4737 41.7747C90.3944 50.0446 85.9478 57.7131 79.5323 63.0161Z"
fill="#9BCBEB"/>
<path d="M100 36L85 27.3398L85 44.6603L100 36ZM6 37.5L86.5 37.5L86.5 34.5L6 34.5L6 37.5Z"
fill="black"/>
<circle cx="11" cy="36" r="7.5" fill="white" stroke="black" stroke-width="3"/>
<circle cx="37" cy="36" r="7.5" fill="white" stroke="black" stroke-width="3"/>
<circle cx="64" cy="36" r="7.5" fill="white" stroke="black" stroke-width="3"/>
</svg>
<svg th:fragment="nextSteps" aria-hidden="true" width="101" height="75"
viewBox="0 0 101 75" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M80.0323 63.0161C73.9547 68.0396 65.7557 68.5292 57.973 69.8791C50.031 71.2566 41.9632 73.7579 34.3906 70.9325C26.3233 67.9224 19.2202 61.9052 15.6252 54.0783C12.1027 46.4091 13.6522 37.6751 15.3286 29.4309C16.9321 21.5451 19.0872 13.4229 24.9985 7.98227C30.7887 2.65303 38.9612 1.37867 46.7946 0.470024C54.341 -0.40534 62.0031 -0.296868 68.9234 2.88711C76.0542 6.16795 81.8467 11.6848 85.8504 18.4393C90.0582 25.5382 93.0384 33.6172 91.9737 41.7747C90.8944 50.0446 86.4478 57.7131 80.0323 63.0161Z" fill="#FEC232"/>
<path d="M100.5 36L85.5 27.3398L85.5 44.6603L100.5 36ZM6.5 37.5L87 37.5L87 34.5L6.5 34.5L6.5 37.5Z" fill="#121111"/>
<circle cx="11.5" cy="36" r="7.5" fill="white" stroke="#121111" stroke-width="3"/>
<circle cx="37.5" cy="36" r="7.5" fill="white" stroke="#121111" stroke-width="3"/>
<circle cx="64.5" cy="36" r="7.5" fill="white" stroke="#121111" stroke-width="3"/>
</svg>
</td>
</tr>
<tr>
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<section class="slab slab--white">
<div class="grid">
<div class="grid__item width-one-half">
<!-- TODO: How are icons overridden?-->
<th:block th:replace="~{fragments/icons :: nextSteps}"></th:block>
<h1 class="spacing-below-15 spacing-above-0" th:utext="#{index.header}"></h1>
<p class="spacing-below-15" th:utext="#{index.description}"></p>
Expand Down

0 comments on commit 3b29403

Please sign in to comment.