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

export interface LinkedinIconSignature {
  Element: SVGSVGElement;
}

export const LinkedinIcon: TOC<LinkedinIconSignature> = <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="M17.0777 7.73422C14.7704 7.73422 13.3926 9.07524 12.8297 9.98847H12.7456L12.5482 8.04875H8.83573C8.89143 9.3038 8.94713 10.7591 8.94713 12.4986V22H13.2235V13.9549C13.2235 13.5544 13.2509 13.1549 13.3642 12.8708C13.674 12.0718 14.3766 11.2435 15.5581 11.2435C17.1051 11.2435 17.7246 12.4703 17.7246 14.2684V22H22V13.7547C22 9.64563 19.8902 7.73422 17.0777 7.73422ZM2.11336 22H6.38874V8.04875H2.11336V22ZM4.2789 2C2.90101 2 2 2.94155 2 4.16828C2 5.3657 2.87169 6.33657 4.22222 6.33657C5.6568 6.33657 6.52946 5.3657 6.52946 4.16828C6.50112 2.94155 5.6568 2 4.2789 2Z"/>
</svg>
</template>;