add scale icon

This commit is contained in:
Lisa P 2015-12-03 11:22:29 +01:00
parent e4658e8023
commit 88b7af156d
3 changed files with 26 additions and 0 deletions

View File

@ -29,6 +29,11 @@
width: 1.5em
height: 1.5em
vertical-align: middle
.icon-scale
width: 1.2em
height: 1.2em
vertical-align: middle
margin-right: .3em
&:hover,
&:active
background-color: #F5F5F5

View File

@ -193,6 +193,12 @@
%icon-line-flag-yellow
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-501 376.4 11.1 15"><style>.st0{fill:%23F9F3D3;}</style><path id="flag" class="st0" d="M-492.5 380.3l2.5-2.4c.2-.2.2-.4.1-.6-.1-.2-.3-.4-.5-.4l-9.9-.5c-.1 0-.3.1-.4.2-.1.1-.2.3-.2.4v13.9c0 .3.3.6.6.6s.6-.3.6-.6v-6.2l9.4-.5c.2 0 .4-.2.5-.4.1-.2 0-.5-.1-.6l-2.6-2.9zm-7.3 3.1v-5.8l7.9.4-1.9 1.8c-.2.2-.2.6 0 .8l2.1 2.3-8.1.5z"/></svg>')
%icon-line-scale
background-image: url('data:image/svg+xml;utf8,<svg id="scale" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.3 16.5"><style>.st0{fill:%23A7AEAE;}</style><path class="st0" d="M18.3 10.8v-.1-.1l-3.1-6c0-.2-.2-.4-.5-.5L9.8 3V.6c0-.3-.3-.6-.6-.6s-.6.3-.6.6v2.1L3.3 1.5c-.2 0-.4 0-.5.1l-.3.3-2.5 6v.2c.1 1.8 1.5 3.3 3.4 3.3S6.7 10 6.8 8.2v-.1V8L4.2 2.9l4.4 1v11.4H6c-.3 0-.6.3-.6.6s.3.6.6.6h6.5c.3 0 .6-.3.6-.6s-.3-.6-.6-.6H9.8V4.2l4.1.9-2.3 5.5v.2c.1 1.8 1.5 3.3 3.4 3.3s3.3-1.4 3.3-3.3zM3.1 3.6l2 4H1.5l1.6-4zm.3 6.6c-1 0-1.8-.6-2.1-1.5h4.1c-.2.9-1.1 1.5-2 1.5zm13.3 0H13l1.6-4 2.1 4zM15 12.9c-1 0-1.8-.6-2.1-1.5H17c-.3.9-1.1 1.5-2 1.5z"/></svg>')
.icon-scale
@extend %icon
@extend %icon-line-scale
.icon--plus
&:after

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="scale" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 18.3 16.5" style="enable-background:new 0 0 18.3 16.5;" xml:space="preserve">
<style type="text/css">
.st0{fill:#A7AEAE;}
</style>
<path class="st0" d="M18.3,10.8c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.1c0,0,0,0,0,0l-3.1-6c0,0,0,0,0,0c0-0.2-0.2-0.4-0.5-0.5L9.8,3V0.6
C9.8,0.3,9.5,0,9.2,0S8.6,0.3,8.6,0.6v2.1L3.3,1.5c-0.2,0-0.4,0-0.5,0.1C2.7,1.7,2.6,1.8,2.5,1.9L0,7.9c0,0,0,0,0,0C0,7.9,0,8,0,8
c0,0,0,0.1,0,0.1c0,0,0,0,0,0c0.1,1.8,1.5,3.3,3.4,3.3S6.7,10,6.8,8.2c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.1c0,0,0,0,0,0
L4.2,2.9l4.4,1v11.4H6c-0.3,0-0.6,0.3-0.6,0.6s0.3,0.6,0.6,0.6h6.5c0.3,0,0.6-0.3,0.6-0.6s-0.3-0.6-0.6-0.6H9.8V4.2l4.1,0.9
l-2.3,5.5c0,0,0,0,0,0c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1c0,0,0,0,0,0c0.1,1.8,1.5,3.3,3.4,3.3S18.3,12.7,18.3,10.8
C18.3,10.8,18.3,10.8,18.3,10.8z M3.1,3.6l2,4H1.5L3.1,3.6z M3.4,10.2c-1,0-1.8-0.6-2.1-1.5h4.1C5.2,9.6,4.3,10.2,3.4,10.2z
M16.7,10.2h-3.7l1.6-4L16.7,10.2z M15,12.9c-1,0-1.8-0.6-2.1-1.5H17C16.7,12.3,15.9,12.9,15,12.9z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB