@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 907 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 IconFormatListBulleted_Sharp = class IconFormatListBulleted_Sharp extends LitElement {
render() {
return svgTag('<path d="M4 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-6c-.83 0-1.5.67-1.5 1.5S3.17 7.5 4 7.5 5.5 6.83 5.5 6 4.83 4.5 4 4.5zm0 12c-.83 0-1.5.68-1.5 1.5s.68 1.5 1.5 1.5 1.5-.68 1.5-1.5-.67-1.5-1.5-1.5zM7 19h14v-2H7v2zm0-6h14v-2H7v2zm0-8v2h14V5H7z"/>');
}
};
IconFormatListBulleted_Sharp.styles = style;
IconFormatListBulleted_Sharp = __decorate([
customElement('mdui-icon-format-list-bulleted--sharp')
], IconFormatListBulleted_Sharp);
export { IconFormatListBulleted_Sharp };