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

export interface CameraIconSignature {
  Element: SVGSVGElement;
}

export const CameraIcon: TOC<CameraIconSignature> = <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="M20 5.99902H16.535L15.129 3.89002C14.757 3.33202 14.135 2.99902 13.465 2.99902H10.535C9.865 2.99902 9.243 3.33202 8.871 3.89002L7.465 5.99902H4C2.897 5.99902 2 6.89602 2 7.99902V18.999C2 20.102 2.897 20.999 4 20.999H20C21.103 20.999 22 20.102 22 18.999V7.99902C22 6.89602 21.103 5.99902 20 5.99902ZM7 12.999C7 10.242 9.243 7.99902 12 7.99902C14.757 7.99902 17 10.241 17 12.999C17 15.757 14.757 17.999 12 17.999C9.243 17.999 7 15.757 7 12.999ZM9 12.999C9 14.653 10.346 15.999 12 15.999C13.654 15.999 15 14.653 15 12.999C15 11.345 13.654 9.99902 12 9.99902C10.346 9.99902 9 11.345 9 12.999ZM4 7.99902V18.999H20.001L20 7.99902H15.465L13.465 4.99902H10.535L8.535 7.99902H4Z"/>
</svg>
</template>;