@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 865 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 IconYoutubeSearchedFor_Sharp = class IconYoutubeSearchedFor_Sharp extends LitElement {
render() {
return svgTag('<path d="M17.01 14h-.8l-.27-.27a6.451 6.451 0 0 0 1.57-4.23c0-3.59-2.91-6.5-6.5-6.5s-6.5 3-6.5 6.5H2l3.84 4 4.16-4H6.51a4.5 4.5 0 0 1 9 0 4.507 4.507 0 0 1-6.32 4.12L7.71 15.1a6.474 6.474 0 0 0 7.52-.67l.27.27v.79l5.01 4.99L22 19l-4.99-5z"/>');
}
};
IconYoutubeSearchedFor_Sharp.styles = style;
IconYoutubeSearchedFor_Sharp = __decorate([
customElement('mdui-icon-youtube-searched-for--sharp')
], IconYoutubeSearchedFor_Sharp);
export { IconYoutubeSearchedFor_Sharp };