UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 1.56 kB
// lib/icons/user-shield2.ts var IconUserShield2 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><g id="user-add"><g ><path d="M53.53,45.02c-3.04-6.65-9.74-11.27-17.53-11.27-10.65,0-19.29,8.63-19.29,19.29,0,7.71,19.29,7.71,19.29,7.71,0,0,1.98,0,4.66-.25-.1-.65-.16-1.32-.16-2,0-7.3,5.79-13.22,13.03-13.48Z" 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: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /></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="M53.52,45c-3.05-6.63-9.74-11.25-17.52-11.25-10.65,0-19.29,8.63-19.29,19.29,0,7.71,19.29,7.71,19.29,7.71,0,0,1.9,0,4.5-.24" 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 id="heart-m"><path d="M60.19,53.46s0,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="M60.19,53.46s0,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_shield2_default = IconUserShield2; export { IconUserShield2, user_shield2_default as default };