UNPKG

g-element

Version:

A collection of elements used by Authentic System Solutions

32 lines (30 loc) 2.54 kB
import '@polymer/iron-iconset-svg/iron-iconset-svg.js'; const $_documentContainer = document.createElement('template'); $_documentContainer.innerHTML = `<iron-iconset-svg name="g-icons" size="24"> <svg> <defs> <g id="expand-less"><path d="M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"/></g> <g id="expand-more"><path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/></g> <g id="arrow-drop-down"><path d="M7 10l5 5 5-5z"/></g> <g id="close"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path></g> <g id="search"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></g> <g id="editable"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z" /></g> <g id="sort-asc-md"><path d="M 11.9688 6 L 18 12 L 16.9844 13 L 12.9375 9.0156 L 12.9375 17 L 11 17 L 11.0156 9.0313 L 6.9844 13 L 6 12 L 11.9688 6 Z" /></g> <g id="sort-desc-md"><path opacity="0.8706" d="M 12.0313 18 L 6 12 L 7.0156 11 L 11.0625 14.9844 L 11.0625 7 L 13 7 L 12.9844 14.9688 L 17.0156 11 L 18 12 L 12.0313 18 Z" /></g> <g id="camera-alt"><circle cx="12" cy="12" r="3.2"/><path d="M9 2L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"/></g> <g id="sort-desc"><path d="M7 10l5 5 5-5z" /></g> <g id="sort-asc"><path d="M7 14l5-5 5 5z" /></g> <g id="prev-page"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z" /></g> <g id="next-page"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" /></g> <g id="first-page"> <path d="M 16.1563 6.3281 L 10 12 L 16.125 17.5625 L 17.2969 16.2969 L 12.8125 12.0156 L 17.3125 7.7344 L 16.1563 6.3281 Z" /> <path d="M 7 6.75 L 8.9688 6.75 L 8.9688 17.2188 L 6.9688 17.2188 L 7 6.75 Z" /> </g> <g id="last-page"> <path d="M 8.1178 18 L 14.0695 11.9416 L 8.148 6 L 7.0151 7.3519 L 11.3505 11.9249 L 7 16.4979 L 8.1178 18 Z" /> <path d="M 16.9698 17.5494 L 15.0665 17.5494 L 15.0665 6.3672 L 17 6.3672 L 16.9698 17.5494 Z" /> </g> </defs> </svg> </iron-iconset-svg>`; document.head.appendChild($_documentContainer.content);