UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 1.29 kB
// lib/icons/circle-user.ts var IconCircleUser = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><g id="circled-question-mark"><circle cx="36" cy="36" r="22.5" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><circle cx="36" cy="36" r="22.5" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></g><g id="circular-loader"><g><circle cx="36" cy="30.05" r="5.95" 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="M46.2,46.2c0,4.08-10.2,4.08-10.2,4.08,0,0-10.2,0-10.2-4.08,0-5.63,4.57-10.2,10.2-10.2s10.2,4.57,10.2,10.2Z" 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></svg>`; var circle_user_default = IconCircleUser; export { IconCircleUser, circle_user_default as default };