UNPKG

@nuxeo/nuxeo-ui-elements

Version:
15 lines (12 loc) 422 B
import '@polymer/iron-iconset-svg/iron-iconset-svg.js'; import { html } from '@polymer/polymer/lib/utils/html-tag.js'; const template = html` <iron-iconset-svg size="24" name="data-table"> <svg> <defs> <g id="arrow-upward"><path d="M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"></path></g> </defs> </svg> </iron-iconset-svg> `; document.head.appendChild(template.content);