open-icon
Version:
Open Icon
8 lines (7 loc) • 2.33 kB
JavaScript
// lib/icons/following-add.ts
var IconFollowingAdd = `<svg id="user-delete" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><g ><circle cx="25.71" cy="24.75" r="11.25" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /><path d="M6.43,55.29c0,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.29S6.43,44.63,6.43,55.29Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /></g><g><circle cx="25.71" cy="24.75" 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="M6.43,55.29c0,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.29S6.43,44.63,6.43,55.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 ><circle cx="54" cy="13.65" r="5.25" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /><path d="M45,27.9c0,3.6,9,3.6,9,3.6,0,0,9,0,9-3.6,0-4.97-4.03-9-9-9-4.97,0-9,4.03-9,9Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /></g><g><circle cx="54" cy="13.65" r="5.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="M45,27.9c0,3.6,9,3.6,9,3.6,0,0,9,0,9-3.6,0-4.97-4.03-9-9-9-4.97,0-9,4.03-9,9Z" style="fill: none; stroke-linecap: square; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></g><line x1="56.25" y1="36" x2="56.25" y2="49.5" 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="49.5" y1="42.75" x2="63" y2="42.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));"/></svg>`;
var following_add_default = IconFollowingAdd;
export {
IconFollowingAdd,
following_add_default as default
};