open-icon
Version:
Open Icon
4 lines (3 loc) • 1.71 kB
TypeScript
declare const IconUsers = "<svg id=\"users\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><g ><circle cx=\"28.34\" cy=\"20.25\" r=\"11.25\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /><path d=\"M47.63,50.79c0,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.29s19.29,8.63,19.29,19.29Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /></g><g><path d=\"M35.21,29.14c1.67,1.7,4,2.76,6.57,2.76,5.08,0,9.2-4.12,9.2-9.2s-4.12-9.2-9.2-9.2c-1.38,0-2.69.31-3.87.86\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M46.5,53.7c4.65-.53,11.06-1.98,11.06-6.01,0-8.71-7.06-15.78-15.78-15.78-2.08,0-4.05.41-5.87,1.14\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><circle cx=\"28.34\" cy=\"20.25\" 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=\"M47.63,50.79c0,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.29s19.29,8.63,19.29,19.29Z\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></g></svg>";
export default IconUsers;
export { IconUsers };