Skip to content

Commit

Permalink
[Scorecards] Added black stroke to star icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Oct 30, 2024
1 parent cb3638b commit 58eea40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caps/templates/caps/icons/scorecards-star.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<svg width="{{ width | default:'1em' }}" height="{{ height | default:'1em' }}" viewBox="0 0 24 24" class="bi {{ classes }}" {% if role %}role="{{ role }}"{% endif %} fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.937.962c.374-.95 1.789-.95 2.164 0l2.418 6.45c.17.428.6.713 1.082.713h5.943c1.098 0 1.577 1.316.713 1.96l-4.229 3.665a1.09 1.09 0 0 0-.395.555c-.068.221-.06.457.02.674l1.544 6.303c.376 1.012-.841 1.882-1.762 1.259l-5.744-3.51a1.2 1.2 0 0 0-1.344 0l-5.744 3.51c-.92.623-2.138-.248-1.762-1.26l1.544-6.302a1.05 1.05 0 0 0 .02-.674 1.089 1.089 0 0 0-.396-.555L.78 10.086c-.864-.645-.383-1.961.713-1.961h5.943c.234 0 .462-.067.656-.194a1.12 1.12 0 0 0 .425-.518l2.42-6.45Z" fill="currentColor" stroke="currentColor" stroke-width=".5" stroke-linecap="round" stroke-linejoin="round"/></svg>
<svg width="{{ width | default:'1em' }}" height="{{ height | default:'1em' }}" viewBox="0 0 24 24" class="bi {{ classes }}" {% if role %}role="{{ role }}"{% endif %} fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.937.962c.374-.95 1.789-.95 2.164 0l2.418 6.45c.17.428.6.713 1.082.713h5.943c1.098 0 1.577 1.316.713 1.96l-4.229 3.665a1.09 1.09 0 0 0-.395.555c-.068.221-.06.457.02.674l1.544 6.303c.376 1.012-.841 1.882-1.762 1.259l-5.744-3.51a1.2 1.2 0 0 0-1.344 0l-5.744 3.51c-.92.623-2.138-.248-1.762-1.26l1.544-6.302a1.05 1.05 0 0 0 .02-.674 1.089 1.089 0 0 0-.396-.555L.78 10.086c-.864-.645-.383-1.961.713-1.961h5.943c.234 0 .462-.067.656-.194a1.12 1.12 0 0 0 .425-.518l2.42-6.45Z" fill="currentColor" stroke="#1C2624" stroke-width=".5" stroke-linecap="round" stroke-linejoin="round"/></svg>

0 comments on commit 58eea40

Please sign in to comment.