hino / app / templates / components / custom / icon / file-ruled.hbs
file-ruled.hbs
Raw
<aside>
    <svg class="bi bi-file-ruled" 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="M4 1h8a2 2 0 012 2v10a2 2 0 01-2 2H4a2 2 0 01-2-2V3a2 2 0 012-2zm0 1a1 1 0 00-1 1v10a1 1 0 001 1h8a1 1 0 001-1V3a1 1 0 00-1-1H4z" clip-rule="evenodd"/>
        <path stroke={{ this.currentColor }} d="M3 5.5h10m-10 3h10m-10 3h10M5.5 6v8"/>
    </svg>
</aside>