Welcome to mirror list, hosted at ThFree Co, Russian Federation.

folder.html « icons « partials « layouts - github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b90d5cedbff130e2ed7543b239d867d533a7501 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<svg
  aria-hidden="true"
  focusable="false"
  data-prefix="fas"
  data-icon="folder"
  class="svg-inline--fa fa-folder fa-w-16"
  role="img"
  xmlns="http://www.w3.org/2000/svg"
  viewBox="0 0 512 512"
>
  <path
    fill="currentColor"
    d="M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z"
  ></path>
</svg>