Merge "Code annotation icon"

This commit is contained in:
jenkins-bot 2013-07-26 19:33:42 +00:00 committed by Gerrit Code Review
commit 8768d59e13
4 changed files with 18 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 B

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
<g id="code" style="opacity:0.75;">
<path id="left-bracket" style="fill-rule:evenodd;clip-rule:evenodd;" d="m 11,17 0,1 -1.0275236,0 C 9.0101884,18 8.4719629,17.877247 8.1376147,17.771427 7.8032582,17.66984 7.5341453,17.487829 7.3302752,17.225397 7.2120254,17.073015 7.1263985,16.880423 7.0733945,16.64762 7.0244618,16.414815 7,16.061376 7,15.587302 L 7,14 C 7,13.360849 6.7798135,12.990481 6.5596329,12.749209 6.3435244,12.503709 5.9484659,12.5 5.3735444,12.5 l -0.3730888,0 0,-1 0.3730888,0 c 0.5749215,0 0.96998,-0.0079 1.1860885,-0.249204 C 6.7798135,11.005299 7,10.639159 7,10 L 7,8.4126984 C 7,7.9386324 7.0244618,7.58731 7.0733945,7.3587301 7.1263985,7.1259347 7.2120254,6.931226 7.3302752,6.7746032 7.5341453,6.5164116 7.8032582,6.3365176 8.1376147,6.2349206 8.4719629,6.1291104 9.0101884,6 9.9724764,6 L 11,6 11,7 10.247706,7 C 9.7910234,7 9.4790972,7.0994824 9.3119264,7.2984152 9.1447448,7.4973655 9,7.7100612 9,8.2857143 L 9,10 c 0,0.673022 -0.04078,1.089954 -0.2446486,1.37778 -0.1998007,0.283602 -0.5626953,0.488893 -1.0886849,0.615873 0.5341445,0.143919 0.8990779,0.355559 1.0948011,0.634921 C 8.9612588,12.907942 9,13.326987 9,14 l 0,1.720636 c 0,0.571428 0.1447448,0.782011 0.3119264,0.980954 0.1671708,0.19894 0.479097,0.298411 0.9357796,0.298412"/>
<use transform="matrix(-1,0,0,1,24,0)" id="right-bracket" x="0" y="0" width="24" height="24" xlink:href="#left-bracket" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -15,6 +15,11 @@
background-image: url(images/icons/picture.png);
}
.ve-ui-icon-code {
/* @embed */
background-image: url(images/icons/code.png);
}
.ve-ui-icon-close {
/* @embed */
background-image: url(images/icons/close.png);

View file

@ -15,6 +15,11 @@
background-image: url(images/icons/picture.svg);
}
.ve-ui-icon-code {
/* @embed */
background-image: url(images/icons/code.svg);
}
.ve-ui-icon-close {
/* @embed */
background-image: url(images/icons/close.svg);