Blank icon for loading

This commit is contained in:
James Barnsley
2018-02-16 07:46:02 +13:00
parent c4c3201523
commit 85ab348fa3
2 changed files with 6 additions and 1 deletions

5
src/assets/icons/blank.svg Executable file
View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
</svg>

After

Width:  |  Height:  |  Size: 357 B

View File

@ -7,7 +7,7 @@ export default class Icon extends React.Component{
super(props);
this.state = {
data: null
data: '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve"></svg>'
}
}