open-icon
Version:
Open Icon
8 lines (7 loc) • 1.27 kB
JavaScript
// lib/icons/user-shield.ts
var IconUserShield = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><g id="user-delete"><g ><circle cx="36" cy="22.5" r="11.25" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /></g><g><circle cx="36" cy="22.5" r="11.25" 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="M16.71,53.04c0,7.71,19.29,7.71,19.29,7.71,0,0,19.29,0,19.29-7.71,0-10.65-8.63-19.29-19.29-19.29s-19.29,8.63-19.29,19.29Z" style="fill: none; stroke-linecap: square; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></g></g><g id="heart-m"><path d="M42.67,42.17s0,10-6.67,13.33c-6.67-3.33-6.67-13.33-6.67-13.33l6.67-1.67,6.67,1.67Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M42.67,42.17s0,10-6.67,13.33c-6.67-3.33-6.67-13.33-6.67-13.33l6.67-1.67,6.67,1.67Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></g></svg>`;
var user_shield_default = IconUserShield;
export {
IconUserShield,
user_shield_default as default
};