Chromium Code Reviews| Index: chrome/browser/resources/settings/icons.html |
| diff --git a/chrome/browser/resources/settings/icons.html b/chrome/browser/resources/settings/icons.html |
| index 8bdb3ad7d26a975024a9df3c643e355294bf4fa9..cf500537c90db87a31921b28ed781d531e7e4fb4 100644 |
| --- a/chrome/browser/resources/settings/icons.html |
| +++ b/chrome/browser/resources/settings/icons.html |
| @@ -8,6 +8,11 @@ List icons here rather than importing large sets of (e.g. Polymer) icons. |
| <iron-iconset-svg name="settings" size="24"> |
| <svg> |
| <defs> |
| + <!-- Ads icon in the Content Settings --> |
| + <g id="ads"> |
|
dschuyler
2017/06/27 20:57:39
It looks like the middles of the letters are missi
shivanisha
2017/06/27 23:46:28
done
|
| + <path d="M19,3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V5C21,3.9,20.1,3,19,3z M11,15H9.5v-1.5h-2V15H6v-4.5V9h1.5h2H10h1V15z M18,14c0,0.5-0.5,1-1,1h-4V9h4c0.5,0,1,0.5,1,1V14z"</path> |
|
dschuyler
2017/06/27 20:48:17
Please end the <path ... with a '>' before the </p
shivanisha
2017/06/27 23:46:28
done
|
| + </g> |
| + |
| <!-- Cookie SVG obtained from rolfe@ --> |
| <g id="cookie"> |
| <path d="M15.5 7.5V7c0-.98-.5-1.5-1.5-1.5h-.5c-.276 0-.5-.224-.5-.5V3c0-.98-1-1-1-1C6.3 2 1.712 6.77 2.014 12.54c.265 5.046 4.4 9.18 9.448 9.446C17.23 22.288 22 17.7 22 12v-1c0-.553-.447-1-1-1h-1.998c-.277 0-.502-.225-.502-.502V9c0-.938-.48-1.48-1.5-1.5h-1.5zm-9.706 4.972c-1.057.2-1.966-.71-1.766-1.766.112-.587.592-1.067 1.18-1.178 1.055-.2 1.965.71 1.764 1.765-.11.588-.59 1.068-1.178 1.18zm1.734-5.178c-.2-1.057.71-1.966 1.766-1.766.587.11 1.067.59 1.178 1.178.2 1.057-.708 1.966-1.765 1.766-.587-.11-1.068-.59-1.18-1.178zm3.766 12.178c-1.057.2-1.966-.71-1.766-1.766.112-.587.592-1.067 1.18-1.178 1.056-.2 1.965.71 1.764 1.766-.11.587-.59 1.067-1.178 1.178zM11.5 14c-.828 0-1.5-.67-1.5-1.5s.672-1.5 1.5-1.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5zm5 2c-.828 0-1.5-.67-1.5-1.5s.672-1.5 1.5-1.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5z" fill-rule="evenodd"></path> |