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

export interface FileOfficeDocIconSignature {
  Element: SVGSVGElement;
}

export const FileOfficeDocIcon: TOC<FileOfficeDocIconSignature> = <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="M5 3H15V7H19V8H21V5.586L16.414 1H5C3.897 1 3 1.898 3 3V8H5V3ZM5 21V20H3V21C3 22.103 3.897 23 5 23H19C20.103 23 21 22.103 21 21V20H19V21H5ZM22 12H19C18.449 12 18 12.448 18 13V15C18 15.552 18.449 16 19 16H22V18H19C17.346 18 16 16.654 16 15V13C16 11.346 17.346 10 19 10H22V12ZM8 14C8 11.794 6.206 10 4 10H2V18H4C6.206 18 8 16.206 8 14ZM6 14C6 12.898 5.103 12 4 12V16C5.103 16 6 15.103 6 14ZM9 15C9 16.654 10.346 18 12 18C13.654 18 15 16.654 15 15V13C15 11.346 13.654 10 12 10C10.346 10 9 11.346 9 13V15ZM12 16C12.551 16 13 15.552 13 15V13C13 12.448 12.551 12 12 12C11.449 12 11 12.448 11 13V15C11 15.552 11.449 16 12 16Z"/>
</svg>
</template>;