Merge pull request #12 from creative-commoners/pulls/1.0/remove-image

Remove images directory and expose config, font icon is used instead now
This commit is contained in:
Dylan Wagstaff 2018-03-01 09:31:40 +13:00 committed by GitHub
commit 9693e2c894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 8 deletions

View File

@ -21,10 +21,7 @@
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
},
"expose": [
"images"
]
}
},
"autoload": {
"psr-4": {

View File

@ -1,4 +0,0 @@
<svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM8 17.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zM9.5 8c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5S9.5 9.38 9.5 8zm6.5 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/>
</svg>

Before

Width:  |  Height:  |  Size: 479 B