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

export interface BookmarkIconSignature {
  Element: SVGSVGElement;
}

export const BookmarkIcon: TOC<BookmarkIconSignature> = <template><svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" ...attributes><path d="M10,13 C9.744,13 9.488,12.902 9.293,12.707 L7.586,11 L4,11 C3.447,11 3,10.552 3,10 L3,1 C3,0.448 3.447,0 4,0 L8,0 C8.266,0 8.52,0.105 8.707,0.293 L10,1.586 L11.293,0.293 C11.48,0.106 11.734,0 12,0 L16,0 C16.553,0 17,0.448 17,1 L17,10 C17,10.552 16.553,11 16,11 L12.414,11 L10.707,12.707 C10.512,12.903 10.256,13 10,13 Z M5,9 L8,9 C8.266,9 8.52,9.105 8.707,9.293 L10,10.586 L11.293,9.293 C11.48,9.106 11.734,9 12,9 L15,9 L15,2 L12.414,2 L10.707,3.707 C10.316,4.098 9.684,4.098 9.293,3.707 L7.586,2 L5,2 L5,9 Z M9.4,16.8 C9.578,16.934 9.789,17 10,17 C10.211,17 10.422,16.934 10.6,16.8 L14.334,14 L19,14 C19.553,14 20,13.552 20,13 L20,2 L18,2 L18,12 L14,12 C13.783,12 13.573,12.07 13.4,12.2 L10,14.75 L6.6,12.2 C6.427,12.07 6.217,12 6,12 L2,12 L2,2 L0,2 L0,13 C0,13.552 0.447,14 1,14 L5.666,14 L9.4,16.8 Z" transform="translate(2 3.5)" fill-rule="evenodd"/></svg></template>;