hino / app / templates / components / custom / icon / arrow-left-short.hbs
arrow-left-short.hbs
Raw
<aside>
    <svg class="bi bi-arrow-left-short" width="{{ this.width }}em" height="{{ this.height }}em" viewBox="0 0 16 16" fill="{{ this.currentColor }}" xmlns="http://www.w3.org/2000/svg">
        <path fill-rule="evenodd" d="M7.854 4.646a.5.5 0 010 .708L5.207 8l2.647 2.646a.5.5 0 01-.708.708l-3-3a.5.5 0 010-.708l3-3a.5.5 0 01.708 0z" clip-rule="evenodd"/>
        <path fill-rule="evenodd" d="M4.5 8a.5.5 0 01.5-.5h6.5a.5.5 0 010 1H5a.5.5 0 01-.5-.5z" clip-rule="evenodd"/>
    </svg>
</aside>