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

export interface ViewAddIconSignature {
  Element: SVGSVGElement;
}

export const ViewAddIcon: TOC<ViewAddIconSignature> = <template><svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" ...attributes>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 5C18.222 5 22.633 11.162 22.817 11.425C23.061 11.77 23.061 12.23 22.817 12.576C22.633 12.838 18.222 19 12 19C5.778 19 1.367 12.838 1.183 12.576C0.939 12.231 0.939 11.77 1.183 11.425C1.367 11.162 5.778 5 12 5ZM3.269 11.999C4.451 13.425 7.834 17 12 17C16.18 17 19.552 13.428 20.731 12.001C19.549 10.576 16.166 7 12 7C7.82 7 4.448 10.573 3.269 11.999ZM12 8C9.794 8 8 9.795 8 12C8 14.206 9.794 16 12 16C14.206 16 16 14.206 16 12C16 9.795 14.206 8 12 8ZM10 12C10 13.103 10.897 14 12 14C13.103 14 14 13.103 14 12C14 10.898 13.103 10 12 10C10.897 10 10 10.898 10 12Z"/>
</svg>
</template>;