Make icons larger.

This commit is contained in:
Ian Gulliver
2016-01-01 12:15:28 -08:00
parent a4ebe52519
commit 0d563012fe
3 changed files with 14 additions and 9 deletions

View File

@@ -21,9 +21,9 @@ body {
position: absolute;
top: 0;
left: 0;
height: 32px;
width: 32px;
margin: 4px;
height: 64px;
width: 64px;
margin: 8px;
cursor: pointer;
}
@@ -81,9 +81,9 @@ babyStatsFlipperBack {
position: absolute;
top: 0;
right: 0;
height: 32px;
width: 32px;
margin: 4px;
height: 64px;
width: 64px;
margin: 8px;
cursor: pointer;
}

View File

@@ -1,3 +1,8 @@
<svg version="1.1" class ="svg-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path d="M19.275,3.849l1.695,8.56l1.875-1.642c2.311,3.59,1.72,8.415-1.584,11.317c-2.24,1.96-5.186,2.57-7.875,1.908l-0.84,3.396c3.75,0.931,7.891,0.066,11.02-2.672c4.768-4.173,5.521-11.219,1.94-16.279l2.028-1.775L19.275,3.849zM8.154,20.232c-2.312-3.589-1.721-8.416,1.582-11.317c2.239-1.959,5.186-2.572,7.875-1.909l0.842-3.398c-3.752-0.93-7.893-0.067-11.022,2.672c-4.765,4.174-5.519,11.223-1.939,16.283l-2.026,1.772l8.26,2.812l-1.693-8.559L8.154,20.232z"/>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<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 24.5 24.5" style="enable-background:new 0 0 24.5 24.5;" xml:space="preserve">
<path d="M16,0.6l1.7,8.6l1.9-1.6c2.3,3.6,1.7,8.4-1.6,11.3c-2.2,2-5.2,2.6-7.9,1.9l-0.8,3.4c3.8,0.9,7.9,0.1,11-2.7
c4.8-4.2,5.5-11.2,1.9-16.3l2-1.8L16,0.6z M4.9,17C2.6,13.4,3.2,8.6,6.5,5.7c2.2-2,5.2-2.6,7.9-1.9l0.8-3.4C11.5-0.6,7.3,0.3,4.2,3
c-4.8,4.2-5.5,11.2-1.9,16.3l-2,1.8l8.3,2.8l-1.7-8.6L4.9,17z"/>
</svg>

Before

Width:  |  Height:  |  Size: 577 B

After

Width:  |  Height:  |  Size: 669 B

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<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"
width="400px" height="400px" viewBox="0 0 400 400" enable-background="new 0 0 400 400" xml:space="preserve">
viewBox="0 0 400 400" enable-background="new 0 0 400 400" xml:space="preserve">
<g>
<path fill="#FFFFFF" d="M142.9,24.2C97.6,39.7,59,73.6,37.5,116.5c-7.5,14.8-12.9,30.5-16.2,46.8c-8.2,40.4-2.5,83.5,16.1,120.3
c12.1,24,29.5,45.4,50.5,62.1c19.9,15.8,43,27.6,67.6,34.1c31,8.3,64,8.1,95.2,1c28.2-6.5,54.9-20,76.2-39.6

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB