@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 896 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 IconPhotoSizeSelectSmall_TwoTone = class IconPhotoSizeSelectSmall_TwoTone extends LitElement {
render() {
return svgTag('<path d="M17 19h2v2h-2zm-4 0h2v2h-2zM1 19c0 1.1.9 2 2 2h8v-6H1v4zM9 3h2v2H9zM5 3h2v2H5zm12 0h2v2h-2zM1 11h2v2H1zm0-4h2v2H1zm2-4C2 3 1 4 1 5h2V3zm10 0h2v2h-2zm8 18c1 0 2-1 2-2h-2v2zm0-10h2v2h-2zm0-8v2h2c0-1-1-2-2-2zm0 12h2v2h-2zm0-8h2v2h-2z"/>');
}
};
IconPhotoSizeSelectSmall_TwoTone.styles = style;
IconPhotoSizeSelectSmall_TwoTone = __decorate([
customElement('mdui-icon-photo-size-select-small--two-tone')
], IconPhotoSizeSelectSmall_TwoTone);
export { IconPhotoSizeSelectSmall_TwoTone };