open-icon
Version:
Open Icon
4 lines (3 loc) • 1.58 kB
text/typescript
const IconUserAdd3 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><g id="user-delete"><line x1="45.77" y1="56.64" x2="58.5" y2="56.64" 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="52.14" y1="63" x2="52.14" y2="50.27" 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"><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);" /><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></svg>`;
export default IconUserAdd3;
export { IconUserAdd3 }