UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 1.66 kB
// lib/icons/user-delete3.ts var IconUserDelete3 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><g id="user-delete"><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);"/><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));"/><line x1="48.49" y1="51.75" x2="57.49" y2="60.75" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="48.49" y1="60.75" x2="57.49" y2="51.75" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></g><g id="user-add"><path d="M40.5,58.5c0-7.3,5.79-13.22,13.03-13.48-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-2Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 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></svg>`; var user_delete3_default = IconUserDelete3; export { IconUserDelete3, user_delete3_default as default };