@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 916 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_Rounded = class IconOilBarrel_Rounded extends LitElement {
render() {
return svgTag('<path d="M20 13c.55 0 1-.45 1-1s-.45-1-1-1h-1V5h1c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1h1v6H4c-.55 0-1 .45-1 1s.45 1 1 1h1v6H4c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1h-1v-6h1zm-8 3c-1.66 0-3-1.32-3-2.95 0-1.16.41-1.58 2.24-3.68a.999.999 0 0 1 1.51 0c1.82 2.09 2.24 2.52 2.24 3.68C15 14.68 13.66 16 12 16z"/>');
}
};
IconOilBarrel_Rounded.styles = style;
IconOilBarrel_Rounded = __decorate([
customElement('mdui-icon-oil-barrel--rounded')
], IconOilBarrel_Rounded);
export { IconOilBarrel_Rounded };