UNPKG

@mdui/icons

Version:

Material Icons 的 Web Components 图标组件库

16 lines (15 loc) 959 B
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 IconRotate_90DegreesCcw_Sharp = class IconRotate_90DegreesCcw_Sharp extends LitElement { render() { return svgTag('<path d="M7.34 6.41.86 12.9l6.49 6.48 6.49-6.48-6.5-6.49zM3.69 12.9l3.66-3.66L11 12.9l-3.66 3.66-3.65-3.66zm15.67-6.26A8.95 8.95 0 0 0 13 4V.76L8.76 5 13 9.24V6c1.79 0 3.58.68 4.95 2.05a7.007 7.007 0 0 1 0 9.9 6.973 6.973 0 0 1-7.79 1.44l-1.49 1.49C10.02 21.62 11.51 22 13 22c2.3 0 4.61-.88 6.36-2.64a8.98 8.98 0 0 0 0-12.72z"/>'); } }; IconRotate_90DegreesCcw_Sharp.styles = style; IconRotate_90DegreesCcw_Sharp = __decorate([ customElement('mdui-icon-rotate-90-degrees-ccw--sharp') ], IconRotate_90DegreesCcw_Sharp); export { IconRotate_90DegreesCcw_Sharp };