@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 846 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 IconLinkedCamera_Sharp = class IconLinkedCamera_Sharp extends LitElement {
render() {
return svgTag('<circle cx="12" cy="14" r="3"/><path d="M18 8h1.33c0-1.84-1.49-3.33-3.33-3.33V6c1.11 0 2 .89 2 2zm2.67 0H22c0-3.31-2.69-6-6-6v1.33c2.58 0 4.67 2.09 4.67 4.67zM15 7V4H9L7.17 6H2v16h20V9h-5c0-1.1-.9-2-2-2zm-3 12c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"/>');
}
};
IconLinkedCamera_Sharp.styles = style;
IconLinkedCamera_Sharp = __decorate([
customElement('mdui-icon-linked-camera--sharp')
], IconLinkedCamera_Sharp);
export { IconLinkedCamera_Sharp };