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..0589adac53da7585afabce87105de24701a7ec33 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"> |
| + <path d="M15,3.5 L15,12.5 C15,13.325 14.3077778,14 13.4444444,14 L2.55555556,14 C1.69222222,14 1,13.325 1,12.5 L1,3.5 C1,2.6675 1.69222222,2 2.55555556,2 L13.4444444,2 C14.3077778,2 15,2.6675 15,3.5 Z M7,5 L3,5 L3,11 L4,11 L4,9 L6,9 L6,11 L7,11 L7,5 Z M6,8 L4,8 L4,6 L6,6 L6,8 Z M13,6.5 C13,5.67 12.33,5 11.5,5 L9,5 L9,11 L11.5,11 C12.33,11 13,10.33 13,9.5 L13,6.5 Z M10,6 L12,6 L12,10 L10,10 L10,6 Z" id="Combined-Shape" fill="#5A5A5A" fill-rule="nonzero"></path> |
|
dschuyler
2017/06/20 21:15:51
Please see if we can get by without:
id="Combined-
shivanisha
2017/06/21 07:11:56
Yes, the icon works even without the fill and id a
|
| + </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> |