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

export interface BriefcaseIconSignature {
  Element: SVGSVGElement;
}

export const BriefcaseIcon: TOC<BriefcaseIconSignature> = <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="M22 14V9C22 7.346 20.654 6 19 6H16C16 3.794 14.206 2 12 2C9.795 2 8 3.794 8 6H5C3.346 6 2 7.346 2 9V14C2 14.5 2.373 14.896 2.852 14.971L2.153 19.869C2.074 20.414 2.23 20.96 2.58 21.365C2.93 21.768 3.447 22 4 22H20C20.553 22 21.07 21.768 21.421 21.365C21.772 20.96 21.927 20.415 21.849 19.869L21.149 14.971C21.628 14.896 22 14.5 22 14ZM12 4C13.104 4 14 4.898 14 6H10C10 4.898 10.897 4 12 4ZM5 8C4.449 8 4 8.448 4 9V13H9V12C9 11.448 9.448 11 10 11H14C14.553 11 15 11.448 15 12V13H20V9C20 8.448 19.552 8 19 8H5ZM13 13V15.382L12 15.882L11 15.382V13H13ZM4.867 15L4.153 20H19.847L19.133 15H15V16C15 16.379 14.786 16.725 14.447 16.895L12.447 17.895C12.307 17.965 12.153 18 12 18C11.847 18 11.693 17.965 11.553 17.895L9.553 16.895C9.214 16.725 9 16.379 9 16V15H4.867Z"/>
</svg>
</template>;