@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 990 B
JavaScript
import { __decorate } from "tslib";
import { LitElement } from 'lit';
import { customElement } from 'lit/decorators/custom-element.js';
import { style } from '@mdui/shared/icons/shared/style.js';
import { svgTag } from '@mdui/shared/icons/shared/svg-tag.js';
let IconSwitchAccessShortcut_Outlined = class IconSwitchAccessShortcut_Outlined extends LitElement {
render() {
return svgTag('<path d="M7.06 8.94 5 8l2.06-.94L8 5l.94 2.06L11 8l-2.06.94L8 11l-.94-2.06zM8 21l.94-2.06L11 18l-2.06-.94L8 15l-.94 2.06L5 18l2.06.94L8 21zm-3.63-8.63L3 13l1.37.63L5 15l.63-1.37L7 13l-1.37-.63L5 11l-.63 1.37zM12 12c0-3.09 1.38-5.94 3.44-8H12V2h7v7h-2V5.28c-1.8 1.74-3 4.2-3 6.72 0 3.32 2.1 6.36 5 7.82V22c-4.09-1.59-7-5.65-7-10z"/>');
}
};
IconSwitchAccessShortcut_Outlined.styles = style;
IconSwitchAccessShortcut_Outlined = __decorate([
customElement('mdui-icon-switch-access-shortcut--outlined')
], IconSwitchAccessShortcut_Outlined);
export { IconSwitchAccessShortcut_Outlined };