ui: Add a home icon (#4076)

This commit adds the fontawesome "home" icon, codepoint e80b
This commit is contained in:
Gerrit Pape 2020-06-03 11:56:24 +02:00 committed by GitHub
parent 66a56234fa
commit f925d5fc74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 0 deletions

View File

@ -104,6 +104,7 @@
.buttonicon-pencil-alt:before { content: '\e808'; } /* '' */
.buttonicon-file-code:before { content: '\e809'; } /* '' */
.buttonicon-mail:before { content: '\e80a'; } /* '' */
.buttonicon-home:before { content: '\e80b'; } /* '' */
.buttonicon-trash:before { content: '\e80e'; } /* '' */
.buttonicon-times:before { content: '\e826'; } /* '' */
.buttonicon-pause:before { content: '\e829'; } /* '' */

View File

@ -851,6 +851,12 @@
"search": [
"file-code"
]
},
{
"uid": "d7271d490b71df4311e32cdacae8b331",
"css": "home",
"code": 59403,
"src": "fontawesome"
}
]
}

View File

@ -28,6 +28,8 @@
<glyph glyph-name="mail" unicode="&#xe80a;" d="M929 11v428q-18-20-39-36-149-115-238-189-28-24-46-37t-48-28-57-13h-2q-26 0-57 13t-48 28-46 37q-88 74-238 189-21 16-39 36v-428q0-7 6-13t12-5h822q7 0 12 5t6 13z m0 586v14t-1 7-1 7-3 5-5 4-8 2h-822q-7 0-12-6t-6-12q0-94 83-159 107-84 223-176 4-3 20-17t25-21 25-17 28-16 24-5h2q11 0 24 5t28 16 25 17 25 21 20 17q116 92 224 176 30 24 56 65t26 73z m71 21v-607q0-37-26-63t-63-27h-822q-36 0-63 27t-26 63v607q0 37 26 63t63 26h822q37 0 63-26t26-63z" horiz-adv-x="1000" />
<glyph glyph-name="home" unicode="&#xe80b;" d="M786 296v-267q0-15-11-25t-25-11h-214v214h-143v-214h-214q-15 0-25 11t-11 25v267q0 1 0 2t0 2l321 264 321-264q1-1 1-4z m124 39l-34-41q-5-5-12-6h-2q-7 0-12 3l-386 322-386-322q-7-4-13-3-7 1-12 6l-35 41q-4 6-3 13t6 12l401 334q18 15 42 15t43-15l136-113v108q0 8 5 13t13 5h107q8 0 13-5t5-13v-227l122-102q6-4 6-12t-4-13z" horiz-adv-x="928.6" />
<glyph glyph-name="trash" unicode="&#xe80e;" d="M844 788h-235l-18 36a47 47 0 0 1-42 26h-223a46 46 0 0 1-42-26l-18-36h-235a31 31 0 0 1-31-32v-62a31 31 0 0 1 31-31h813a31 31 0 0 1 31 31v62a31 31 0 0 1-31 32z m-740-850a94 94 0 0 1 94-88h480a94 94 0 0 1 93 88l42 662h-750z" horiz-adv-x="875" />
<glyph glyph-name="times" unicode="&#xe826;" d="M474 350l196 195c24 24 24 63 0 87l-44 44c-24 24-63 24-87 0l-195-196-196 196c-24 24-63 24-87 0l-43-44c-24-24-24-62 0-87l195-195-195-195c-24-24-24-63 0-87l43-44c24-24 63-24 87 0l196 196 195-196c24-24 63-24 87 0l44 44c24 24 24 63 0 87l-196 195z" horiz-adv-x="688" />

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB