You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/app/views/shared/_logo.html.erb

4 lines
406 B

<svg class="<%= local_assigns[:class] %>" height="<%= local_assigns.fetch(:height, '37') %>" width="<%= local_assigns.fetch(:width, '37') %>" style="color: #e97a42" viewBox="0 0 180 180" xmlns="http://www.w3.org/2000/svg">
<path fill="none" stroke="currentColor" stroke-width="14" stroke-linejoin="round" stroke-linecap="round" d="M 36 45 L 58 138 L 78 78 L 90 132 L 102 78 L 122 138 L 144 45" />
</svg>