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

export interface BikeIconSignature {
  Element: SVGSVGElement;
}

export const BikeIcon: TOC<BikeIconSignature> = <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="M4 6C2.99105 7.00895 3.40235 8.15457 5 9C5 9 5.5403 7 6 7H7V8V9L14.0016 15.1264C14.0686 17.8294 16.2808 20 19 20C21.7614 20 24 17.7614 24 15C24 12.2386 21.7614 10 19 10C18.6808 10 18.3685 10.0299 18.0659 10.0871L16.7997 7H19V5H15V7H9V6L8 5H6C5.09576 5 5 5 4 6ZM14.5237 12.7698C14.9124 11.9912 15.4981 11.3283 16.2156 10.8464L15.4583 9H10L14.5237 12.7698ZM5 20C2.23858 20 0 17.7614 0 15C0 12.2386 2.23858 10 5 10C7.76142 10 10 12.2386 10 15C10 17.7614 7.76142 20 5 20ZM8 15C8 16.6569 6.65685 18 5 18C3.34315 18 2 16.6569 2 15C2 13.3431 3.34315 12 5 12C6.65685 12 8 13.3431 8 15ZM22 15C22 16.6569 20.6569 18 19 18C17.3431 18 16 16.6569 16 15C16 13.3431 17.3431 12 19 12C20.6569 12 22 13.3431 22 15Z"/>
</svg>
</template>;