@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 882 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 IconVerifiedUser_Rounded = class IconVerifiedUser_Rounded extends LitElement {
render() {
return svgTag('<path d="m11.19 1.36-7 3.11C3.47 4.79 3 5.51 3 6.3V11c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V6.3c0-.79-.47-1.51-1.19-1.83l-7-3.11c-.51-.23-1.11-.23-1.62 0zm-1.9 14.93L6.7 13.7a.996.996 0 1 1 1.41-1.41L10 14.17l5.88-5.88a.996.996 0 1 1 1.41 1.41l-6.59 6.59a.996.996 0 0 1-1.41 0z"/>');
}
};
IconVerifiedUser_Rounded.styles = style;
IconVerifiedUser_Rounded = __decorate([
customElement('mdui-icon-verified-user--rounded')
], IconVerifiedUser_Rounded);
export { IconVerifiedUser_Rounded };