PHP Classes

File: resources/views/components/central/check-circle.blade.php

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   Laravel SAAS Boilerplate   resources/views/components/central/check-circle.blade.php   Download  
File: resources/views/components/central/check-circle.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel SAAS Boilerplate
Base application to develop software as a service
Author: By
Last change:
Date: 1 year ago
Size: 356 bytes
 

Contents

Class file image Download
<svg
    xmlns="http://www.w3.org/2000/svg"
    class="fill-current text-green-500"
    width="24"
    height="24"
    viewBox="0 0 24 24"
    role="presentation"
>
    <path d="M12 22a10 10 0 1 1 0-20 10 10 0 0 1 0 20zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-2.3-8.7l1.3 1.29 3.3-3.3a1 1 0 0 1 1.4 1.42l-4 4a1 1 0 0 1-1.4 0l-2-2a1 1 0 0 1 1.4-1.42z"/>
</svg>