@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 722 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 IconOilBarrel_Sharp = class IconOilBarrel_Sharp extends LitElement {
render() {
return svgTag('<path d="M21 13v-2h-2V5h2V3H3v2h2v6H3v2h2v6H3v2h18v-2h-2v-6h2zm-9 3c-1.66 0-3-1.32-3-2.95 0-1.3.52-1.67 3-4.55 2.47 2.86 3 3.24 3 4.55 0 1.63-1.34 2.95-3 2.95z"/>');
}
};
IconOilBarrel_Sharp.styles = style;
IconOilBarrel_Sharp = __decorate([
customElement('mdui-icon-oil-barrel--sharp')
], IconOilBarrel_Sharp);
export { IconOilBarrel_Sharp };