The app still shipped the default Laravel cube icon. New mark is a coin outline crossed by a rising trend line — ties the app's subject (money) to its purpose (tracking growth over time). Stroke-based single-color design inherits currentColor from the caller's text-* class, so it drops into the existing light/dark tokens without a separate variant. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
12 lines
779 B
PHP
12 lines
779 B
PHP
{{--
|
|
SuiviCPT mark: a coin outline crossed by a rising trend line — pairs the
|
|
app's subject (money) with its purpose (tracking growth over time).
|
|
Stroke-based so it inherits color via currentColor from the caller's
|
|
text-* class, matching how every consumer of this component uses it.
|
|
--}}
|
|
<svg viewBox="0 0 316 316" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" {{ $attributes }}>
|
|
<circle cx="158" cy="158" r="140" stroke="currentColor" stroke-width="16"/>
|
|
<path d="M90 196 L134 142 L172 174 L238 96" stroke="currentColor" stroke-width="18" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<path d="M238 96 L238 138 M238 96 L196 96" stroke="currentColor" stroke-width="18" stroke-linecap="round" stroke-linejoin="round"/>
|
|
</svg>
|