@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 836 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 IconLockClock_Sharp = class IconLockClock_Sharp extends LitElement {
render() {
return svgTag('<path d="M18 11c.7 0 1.37.1 2 .29V8h-3V6.21c0-2.61-1.91-4.94-4.51-5.19A5.008 5.008 0 0 0 7 6v2H4v14h8.26A6.995 6.995 0 0 1 18 11zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.65 7.35L17.5 18.2V15h1v2.79l1.85 1.85-.7.71z"/>');
}
};
IconLockClock_Sharp.styles = style;
IconLockClock_Sharp = __decorate([
customElement('mdui-icon-lock-clock--sharp')
], IconLockClock_Sharp);
export { IconLockClock_Sharp };