open-icon
Version:
Open Icon
8 lines (7 loc) • 1.91 kB
JavaScript
// lib/icons/website.ts
var IconWebsite = `<svg id="website" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><rect x="7.39" y="9" width="54" height="54" rx="4" ry="4" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><line x1="7.39" y1="27" x2="61.39" y2="27" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="16.39" y1="18" x2="16.39" y2="18" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="25.39" y1="18" x2="25.39" y2="18" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="34.39" y1="18" x2="34.39" y2="18" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M34.39,36l13.5,4.5-3.25,2.25,6.75,6.75-3.5,3.5-6.75-6.75-2.25,3.25-4.5-13.5M34.39,32c-1.04,0-2.07.41-2.83,1.17-1.07,1.07-1.45,2.66-.97,4.09l4.5,13.5c.48,1.44,1.73,2.48,3.23,2.69.19.03.38.04.57.04,1.02,0,2.01-.39,2.75-1.09l3.42,3.42c.78.78,1.8,1.17,2.83,1.17s2.05-.39,2.83-1.17l3.5-3.5c1.56-1.56,1.56-4.09,0-5.66l-3.42-3.42c.83-.88,1.23-2.09,1.05-3.31-.21-1.5-1.26-2.75-2.69-3.23l-13.5-4.5c-.41-.14-.84-.21-1.26-.21h0Z" style="fill: red; stroke-width: 0px;"/><rect x="7.39" y="9" width="54" height="54" rx="4" ry="4" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
var website_default = IconWebsite;
export {
IconWebsite,
website_default as default
};