@kano/web-components
Version:
Shared web-components for the Kano ecosystem.
20 lines (17 loc) • 2.28 kB
JavaScript
import '@polymer/iron-icon/iron-icon.js';
import '@polymer/iron-iconset-svg/iron-iconset-svg.js';
const $_documentContainer = document.createElement('template');
$_documentContainer.setAttribute('style', 'display: none;');
$_documentContainer.innerHTML = `<iron-iconset-svg name="social-icons" size="16">
<svg>
<defs>
<g id="facebook">
<path d="m11.95654,0.08915l-2.05258,-0.00329c-2.306,0 -3.79624,1.52893 -3.79624,3.89537l0,1.79602l-2.06377,0c-0.17833,0 -0.32275,0.14458 -0.32275,0.32291l0,2.60223c0,0.17833 0.14458,0.32275 0.32275,0.32275l2.06377,0l0,6.56627c0,0.17833 0.14441,0.32275 0.32275,0.32275l2.69264,0c0.17833,0 0.32275,-0.14458 0.32275,-0.32275l0,-6.56627l2.41303,0c0.17833,0 0.32275,-0.14441 0.32275,-0.32275l0.00099,-2.60223c0,-0.08563 -0.03409,-0.16763 -0.09452,-0.22823c-0.06043,-0.0606 -0.14277,-0.09468 -0.22839,-0.09468l-2.41386,0l0,-1.52251c0,-0.73178 0.17438,-1.10327 1.12764,-1.10327l1.38271,-0.00049c0.17817,0 0.32258,-0.14458 0.32258,-0.32275l0,-2.41633c0,-0.17801 -0.14425,-0.32242 -0.32225,-0.32275z"></path>
</g>
<g id="twitter">
<path d="m5.09485,14.35444c5.89788,0 9.12513,-4.89092 9.12513,-9.12513c0,-0.1376 0,-0.27519 -0.00626,-0.41279c0.62544,-0.45032 1.16957,-1.01946 1.60112,-1.66366c-0.5754,0.25643 -1.19459,0.4253 -1.84504,0.50661c0.66296,-0.39402 1.16957,-1.02572 1.41349,-1.77624c-0.61918,0.36901 -1.30716,0.63169 -2.03893,0.77554c-0.58791,-0.62544 -1.41974,-1.01321 -2.33914,-1.01321c-1.76999,0 -3.20849,1.4385 -3.20849,3.20849c0,0.25018 0.03127,0.49409 0.08131,0.73176c-2.66437,-0.13134 -5.02852,-1.41349 -6.61087,-3.35234c-0.27519,0.47533 -0.43155,1.02572 -0.43155,1.61363c0,1.11328 0.56915,2.09522 1.426,2.67062c-0.52537,-0.01876 -1.01946,-0.16261 -1.45102,-0.40028c0,0.01251 0,0.02502 0,0.04378c0,1.55109 1.10702,2.85199 2.57055,3.14595c-0.26894,0.07505 -0.55039,0.11258 -0.84434,0.11258c-0.2064,0 -0.40654,-0.01876 -0.60042,-0.05629c0.40654,1.2759 1.59487,2.20154 2.99584,2.22656c-1.10077,0.8631 -2.48299,1.37597 -3.98404,1.37597c-0.25643,0 -0.51286,-0.01251 -0.76303,-0.04378c1.41349,0.90063 3.10217,1.43225 4.90968,1.43225"></path>
</g>
</defs>
</svg>
</iron-iconset-svg>`;
document.head.appendChild($_documentContainer.content);