@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 780 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 IconScheduleSend_Sharp = class IconScheduleSend_Sharp extends LitElement {
render() {
return svgTag('<path d="M17 10c.1 0 .19.01.28.01L3 4v6l8 2-8 2v6l7-2.95V17c0-3.86 3.14-7 7-7z"/><path d="M17 12c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1.65 7.35L16.5 17.2V14h1v2.79l1.85 1.85-.7.71z"/>');
}
};
IconScheduleSend_Sharp.styles = style;
IconScheduleSend_Sharp = __decorate([
customElement('mdui-icon-schedule-send--sharp')
], IconScheduleSend_Sharp);
export { IconScheduleSend_Sharp };