| Index: third_party/polymer/v1_0/components-chromium/iron-icon/iron-icon.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/iron-icon/iron-icon.html b/third_party/polymer/v1_0/components-chromium/iron-icon/iron-icon.html
|
| index c7a29ff4ce2476adf338f0a89575f517cfb5ebbc..f611bd065ce32572540a02f09cdf38975b6a602c 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/iron-icon/iron-icon.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/iron-icon/iron-icon.html
|
| @@ -67,6 +67,7 @@ The following custom properties are available for styling:
|
|
|
| Custom property | Description | Default
|
| ----------------|-------------|----------
|
| +`--iron-icon` | Mixin applied to the icon | {}
|
| `--iron-icon-width` | Width of the icon | `24px`
|
| `--iron-icon-height` | Height of the icon | `24px`
|
| `--iron-icon-fill-color` | Fill color of the svg icon | `currentcolor`
|
| @@ -94,6 +95,7 @@ Custom property | Description | Default
|
|
|
| width: var(--iron-icon-width, 24px);
|
| height: var(--iron-icon-height, 24px);
|
| + @apply(--iron-icon);
|
| }
|
| </style>
|
| </template>
|
|
|