:host{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;vertical-align:middle}:host.icon__spin .svg{-webkit-animation:rotate 1s infinite linear;animation:rotate 1s infinite linear}:host.icon__sm .svg{--iron-icon-height:18px;--iron-icon-width:18px}:host.icon__md .svg{--iron-icon-height:24px;--iron-icon-width:24px}:host.icon__lg .svg{--iron-icon-height:36px;--iron-icon-width:36px}:host.icon__2lg .svg{--iron-icon-height:48px;--iron-icon-width:48px}:host.icon__3lg .svg{--iron-icon-height:64px;--iron-icon-width:64px}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}