| // This is a generated file! |
| |
| import { define } from '../../define'; |
| |
| const iconSkTemplate = document.createElement('template'); |
| iconSkTemplate.innerHTML = '<svg class="icon-sk-svg" xmlns="http://www.w3.org/2000/svg" width=24 height=24 viewBox="0 0 24 24"><path d="M23 16v-1.5c0-1.4-1.1-2.5-2.5-2.5S18 13.1 18 14.5V16c-.5 0-1 .5-1 1v4c0 .5.5 1 1 1h5c.5 0 1-.5 1-1v-4c0-.5-.5-1-1-1zm-1 0h-3v-1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5V16zm-6.5-1.5c0-2.8 2.2-5 5-5 .4 0 .7 0 1 .1L23.6 7c-.4-.3-4.9-4-11.6-4C5.3 3 .8 6.7.4 7L12 21.5l3.5-4.4v-2.6z"/></svg>'; |
| |
| define('signal-wifi-4-bar-lock-icon-sk', class extends HTMLElement { |
| connectedCallback() { |
| const icon = iconSkTemplate.content.cloneNode(true); |
| while (this.firstChild) { |
| this.removeChild(this.firstChild); |
| } |
| this.appendChild(icon); |
| } |
| }); |