// THIS FILE IS GENERATED. ANY CHANGES TO THIS FILE WILL BE LOST.
import type { TOC } from '@ember/component/template-only';

export interface UserAddIconSignature {
  Element: SVGSVGElement;
}

export const UserAddIcon: TOC<UserAddIconSignature> = <template><svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" ...attributes><path d="M10,4 C7.79086,4 6,5.79086 6,8 C6,10.2091 7.79086,12 10,12 C12.2091,12 14,10.2091 14,8 C14,5.79086 12.2091,4 10,4 Z M4,8 C4,4.68629 6.68629,2 10,2 C13.3137,2 16,4.68629 16,8 C16,11.3137 13.3137,14 10,14 C6.68629,14 4,11.3137 4,8 Z M19,11 C19.5523,11 20,11.4477 20,12 L20,13 L21,13 C21.5523,13 22,13.4477 22,14 C22,14.5523 21.5523,15 21,15 L20,15 L20,16 C20,16.5523 19.5523,17 19,17 C18.4477,17 18,16.5523 18,16 L18,15 L17,15 C16.4477,15 16,14.5523 16,14 C16,13.4477 16.4477,13 17,13 L18,13 L18,12 C18,11.4477 18.4477,11 19,11 Z M6.5,18 C5.24054,18 4,19.2135 4,21 C4,21.5523 3.55228,22 3,22 C2.44772,22 2,21.5523 2,21 C2,18.3682 3.89347,16 6.5,16 L13.5,16 C16.1065,16 18,18.3682 18,21 C18,21.5523 17.5523,22 17,22 C16.4477,22 16,21.5523 16,21 C16,19.2135 14.7595,18 13.5,18 L6.5,18 Z"/></svg></template>;