intervention-pages
Version:
11 lines (10 loc) • 402 B
JavaScript
import { html } from 'lit-element';
/* eslint-disable max-len */
export const completedStatusIcon = html `<svg
viewBox="0 0 24 24"
preserveAspectRatio="xMidYMid meet"
focusable="false"
style="pointer-events: none; display: block; width: 100%; height: 100%; padding: 2px; box-sizing: border-box;"
>
<g><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"></path></g>
</svg>`;