@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 943 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 IconImagesearchRoller_TwoTone = class IconImagesearchRoller_TwoTone extends LitElement {
render() {
return svgTag('<path d="M8 4h10v2H8zm4 13h2v4h-2z" opacity=".3"/><path d="M20 7V3c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v1H4c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h8v3h-1c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1h-1v-3c0-1.1-.9-2-2-2H4V6h2v1c0 .55.45 1 1 1h12c.55 0 1-.45 1-1zM8 4h10v2H8V4zm6 17h-2v-4h2v4z"/>');
}
};
IconImagesearchRoller_TwoTone.styles = style;
IconImagesearchRoller_TwoTone = __decorate([
customElement('mdui-icon-imagesearch-roller--two-tone')
], IconImagesearchRoller_TwoTone);
export { IconImagesearchRoller_TwoTone };