@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 984 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 IconBeachAccess_Rounded = class IconBeachAccess_Rounded extends LitElement {
render() {
return svgTag('<path d="m13.13 14.56 1.43-1.43 5.73 5.73c.39.39.39 1.03 0 1.43-.39.39-1.03.39-1.43 0l-5.73-5.73zm4.29-5.73 1.27-1.27c.89-.89.77-2.43-.31-3.08a10.1 10.1 0 0 0-12.4 1.47c3.93-1.3 8.31-.25 11.44 2.88zM5.95 5.98c-3.36 3.37-3.85 8.51-1.48 12.4.66 1.08 2.19 1.21 3.08.31l1.27-1.27C5.7 14.29 4.65 9.91 5.95 5.98zm.02-.02-.01.01c-.38 3.01 1.17 6.88 4.3 10.02l5.73-5.73c-3.13-3.13-7.01-4.68-10.02-4.3z"/>');
}
};
IconBeachAccess_Rounded.styles = style;
IconBeachAccess_Rounded = __decorate([
customElement('mdui-icon-beach-access--rounded')
], IconBeachAccess_Rounded);
export { IconBeachAccess_Rounded };