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

export interface ListAddIconSignature {
  Element: SVGSVGElement;
}

export const ListAddIcon: TOC<ListAddIconSignature> = <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="M2 3C2 3.55228 1.55228 4 1 4C0.447715 4 0 3.55228 0 3C0 2.44772 0.447715 2 1 2C1.55228 2 2 2.44772 2 3ZM4 2H18V4H4V2ZM1 8C1.55228 8 2 7.55228 2 7C2 6.44772 1.55228 6 1 6C0.447715 6 0 6.44772 0 7C0 7.55228 0.447715 8 1 8ZM4 6H18V8H4V6ZM1 12C1.55228 12 2 11.5523 2 11C2 10.4477 1.55228 10 1 10C0.447715 10 0 10.4477 0 11C0 11.5523 0.447715 12 1 12ZM4 10H18V12H4V10ZM1 16C1.55228 16 2 15.5523 2 15C2 14.4477 1.55228 14 1 14C0.447715 14 0 14.4477 0 15C0 15.5523 0.447715 16 1 16ZM4 14H14V16H4V14ZM21 17H24V19H21V22H19V19H16V17H19V14H21V17Z"/>
</svg>
</template>;