@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
12 lines (11 loc) • 392 B
TypeScript
import { LitElement } from 'lit';
import type { TemplateResult, CSSResultGroup } from 'lit';
export declare class IconRemoveCircleOutline_Rounded extends LitElement {
static styles: CSSResultGroup;
protected render(): TemplateResult;
}
declare global {
interface HTMLElementTagNameMap {
'mdui-icon-remove-circle-outline--rounded': IconRemoveCircleOutline_Rounded;
}
}