Merge "Special character icon"

This commit is contained in:
jenkins-bot 2013-12-06 00:45:31 +00:00 committed by Gerrit Code Review
commit 28482f85ac
4 changed files with 18 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 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="special-character" style="opacity:0.75;">
<path id="omega" style="fill-rule:evenodd;clip-rule:evenodd;" d="M 12,6.7079646 C 11.206101,6.7079759 10.631621,6.8112207 10.106435,7.0176992 9.5812398,7.2241996 9.1629196,7.5132849 8.8514733,7.8849558 8.5400195,8.2507472 8.3201724,8.6932247 8.1919313,9.2123894 8.0636841,9.725672 8,10.292043 8,10.911504 c 0,0.513281 0.058012,1 0.1740458,1.460177 0.1221342,0.460183 0.311447,0.870212 0.567939,1.230089 0.6289461,0.862586 1.1545545,1.13857 2.0111223,1.362832 L 11,18 l -5,0 0,-3 0.60458,0 0.5312982,1.353982 c 0.0916,0.0177 0.2228984,0.0354 0.3938931,0.0531 0.1770966,0.0177 0.3786231,0.03245 0.6045802,0.04425 0.2320578,0.0118 0.4824391,0.0236 0.751145,0.0354 0.274805,0.0059 0.1633551,0.0089 0.4564892,0.0088 l 0.6595423,0 L 9.90992,15.601727 C 9.2809118,15.507377 9.0992322,15.333336 8.5740455,15.079646 8.0488517,14.820062 7.5938903,14.489679 7.2091601,14.088496 6.8305322,13.68732 6.5343493,13.221244 6.3206104,12.690266 6.1068689,12.153398 6,11.560478 6,10.911504 6,10.091453 6.1312964,9.3746399 6.3938929,8.761062 6.6625935,8.1416028 7.0503794,7.628329 7.5572517,7.221239 8.0641188,6.8141705 8.6900724,6.510336 9.4351143,6.3097346 10.180147,6.1032568 11.035108,6 12,6 c 0.958771,0 1.810679,0.1032568 2.555726,0.3097346 0.751135,0.2006014 1.380142,0.5044359 1.887023,0.9115044 0.506858,0.40709 0.891591,0.9203638 1.154198,1.539823 0.268689,0.6135779 0.403041,1.330391 0.403053,2.150442 0,0.648974 -0.106883,1.241894 -0.32061,1.778762 -0.213753,0.530978 -0.512989,0.997054 -0.89771,1.39823 -0.378637,0.401183 -0.830545,0.731566 -1.355725,0.99115 -0.5252,0.25369 -0.70688,0.427731 -1.335878,0.522124 l -0.0916,0.893805 0.659542,0 c 0.293121,0 0.178617,-0.0029 0.447328,-0.0088 0.274799,-0.0118 0.525181,-0.0236 0.751145,-0.0354 0.23205,-0.0118 0.433577,-0.02655 0.604581,-0.04425 0.177087,-0.0177 0.311438,-0.0354 0.403053,-0.0531 L 17.39542,15 18,15 l 0,3 -5,0 0.247328,-3.035398 c 1.066463,-0.110257 1.336914,-0.696217 2.001963,-1.362832 0.262584,-0.359877 0.451897,-0.769906 0.567939,-1.230089 0.122126,-0.46017 0.183194,-0.946896 0.183206,-1.460177 0,-0.619461 -0.06409,-1.185832 -0.19232,-1.6991146 C 15.679814,8.6932247 15.459967,8.2507472 15.148527,7.8849558 14.837067,7.5132849 14.418746,7.2241996 13.893565,7.0176992 13.368366,6.8112207 12.793885,6.7079759 12,6.7079646"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -170,6 +170,11 @@
background-image: url(images/icons/outdent-list-ltr.png);
}
.oo-ui-icon-special-character {
/* @embed */
background-image: url(images/icons/special-character.png);
}
.oo-ui-icon-strikethrough-a {
/* @embed */
background-image: url(images/icons/strikethrough-a.png);

View file

@ -170,6 +170,11 @@
background-image: url(images/icons/outdent-list-ltr.svg);
}
.oo-ui-icon-special-character {
/* @embed */
background-image: url(images/icons/special-character.svg);
}
.oo-ui-icon-strikethrough-a {
/* @embed */
background-image: url(images/icons/strikethrough-a.svg);