@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 999 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 IconNearbyError_Rounded = class IconNearbyError_Rounded extends LitElement {
render() {
return svgTag('<path d="m11.29 8.28-3.01 3.01a.996.996 0 0 0 0 1.41l3.01 3.01c.39.39 1.02.39 1.41 0l3.01-3.01a.996.996 0 0 0 0-1.41L12.7 8.28a.996.996 0 0 0-1.41 0z"/><path d="m10.59 2.59-8.01 8c-.78.78-.78 2.05 0 2.83l8.01 8c.78.78 2.05.78 2.83 0l4.58-4.6V13.2l-6 6L4.79 12 12 4.79l6 6V7.17l-4.58-4.58c-.78-.79-2.05-.79-2.83 0zM20 11v6c0 .55.45 1 1 1s1-.45 1-1v-6c0-.55-.45-1-1-1s-1 .45-1 1z"/><circle cx="21" cy="21" r="1"/>');
}
};
IconNearbyError_Rounded.styles = style;
IconNearbyError_Rounded = __decorate([
customElement('mdui-icon-nearby-error--rounded')
], IconNearbyError_Rounded);
export { IconNearbyError_Rounded };