UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 647 B
const IconLink = `<svg id="link" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M32.82,39.18c5.27,5.27,10.64,2.09,15.91-3.18s8.45-10.64,3.18-15.91-10.64-2.09-15.91,3.18c-1.12,1.12-2.13,2.24-3,3.36" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M39.18,32.82c-5.27-5.27-10.64-2.09-15.91,3.18s-8.45,10.64-3.18,15.91,10.64,2.09,15.91-3.18c1.12-1.12,2.13-2.24,3-3.36" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; export default IconLink; export { IconLink }