@mdui/icons
Version:
Material Icons 的 Web Components 图标组件库
16 lines (15 loc) • 915 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 IconHeartBroken_Rounded = class IconHeartBroken_Rounded extends LitElement {
render() {
return svgTag('<path d="M19.57 3.95c-1.92-1.29-4.08-1.17-5.8-.26L12 9h1.66c.67 0 1.15.65.96 1.29l-1.82 6.07c-.09.29-.52.2-.49-.1L13 10h-1.67c-.66 0-1.14-.64-.96-1.27l1.18-4.11c-1.85-1.73-4.84-2.3-7.28-.58C2.82 5.07 2 6.7 2 8.49c-.01 3.81 3.53 6.71 8.66 11.3.76.68 1.92.69 2.69.01 4.98-4.42 8.87-7.58 8.64-11.62-.09-1.73-.99-3.26-2.42-4.23z"/>');
}
};
IconHeartBroken_Rounded.styles = style;
IconHeartBroken_Rounded = __decorate([
customElement('mdui-icon-heart-broken--rounded')
], IconHeartBroken_Rounded);
export { IconHeartBroken_Rounded };