@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 850 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 IconDirectionsRun_TwoTone = class IconDirectionsRun_TwoTone extends LitElement {
render() {
return svgTag('<path d="M11.49 3.48c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2zm-.6 11.5 2.1 2v6h2v-7.5l-2.1-2 .6-3c1.3 1.5 3.3 2.5 5.5 2.5v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.4-.6-1-1-1.7-1-.3 0-.5.1-.8.1l-5.2 2.2v4.7h2v-3.4l1.8-.7-1.6 8.1-4.9-1-.4 2 7 1.4 1-4.4z"/>');
}
};
IconDirectionsRun_TwoTone.styles = style;
IconDirectionsRun_TwoTone = __decorate([
customElement('mdui-icon-directions-run--two-tone')
], IconDirectionsRun_TwoTone);
export { IconDirectionsRun_TwoTone };