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

export interface SubwayIconSignature {
  Element: SVGSVGElement;
}

export const SubwayIcon: TOC<SubwayIconSignature> = <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 3C15.86 3 19 6.141 19 10V16H5V10C5 6.141 8.14 3 12 3ZM10.7071 12.7071C11.0976 12.3166 11.0976 11.6834 10.7071 11.2929C10.3166 10.9024 9.68341 10.9024 9.29289 11.2929C8.90237 11.6834 8.90237 12.3166 9.29289 12.7071C9.68341 13.0976 10.3166 13.0976 10.7071 12.7071ZM20 23H22L19 17H5L2 23H4L4.5 22H19.5L20 23ZM5.5 20L6 19H18L18.5 20H5.5ZM14.7071 11.2929C15.0976 11.6834 15.0976 12.3166 14.7071 12.7071C14.3166 13.0976 13.6834 13.0976 13.2929 12.7071C12.9024 12.3166 12.9024 11.6834 13.2929 11.2929C13.6834 10.9024 14.3166 10.9024 14.7071 11.2929ZM17 14H7V10C7 7.243 9.243 5 12 5C14.757 5 17 7.243 17 10V14ZM9 10C9 8.343 10.343 7 12 7C13.657 7 15 8.343 15 10H9Z"/>
</svg>
</template>;