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

export interface CalculatorIconSignature {
  Element: SVGSVGElement;
}

export const CalculatorIcon: TOC<CalculatorIconSignature> = <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 2H7C5.897 2 5 2.898 5 4V20C5 21.103 5.897 22 7 22H17C18.104 22 19 21.103 19 20V4C19 2.898 18.104 2 17 2ZM17 4L16.999 8H7V4H17ZM7 10V20H16.997L16.999 10H7ZM9.70711 11.2929C10.0976 11.6834 10.0976 12.3166 9.70711 12.7071C9.31659 13.0976 8.68342 13.0976 8.2929 12.7071C7.90238 12.3166 7.90238 11.6834 8.2929 11.2929C8.68342 10.9024 9.31659 10.9024 9.70711 11.2929ZM12.7071 12.7071C13.0976 12.3166 13.0976 11.6834 12.7071 11.2929C12.3166 10.9024 11.6834 10.9024 11.2929 11.2929C10.9024 11.6834 10.9024 12.3166 11.2929 12.7071C11.6834 13.0976 12.3166 13.0976 12.7071 12.7071ZM15.7071 11.2929C16.0976 11.6834 16.0976 12.3166 15.7071 12.7071C15.3166 13.0976 14.6834 13.0976 14.2929 12.7071C13.9024 12.3166 13.9024 11.6834 14.2929 11.2929C14.6834 10.9024 15.3166 10.9024 15.7071 11.2929ZM16 5H14V7H16V5ZM9.70711 14.2929C10.0976 14.6834 10.0976 15.3166 9.70711 15.7071C9.31659 16.0976 8.68342 16.0976 8.2929 15.7071C7.90238 15.3166 7.90238 14.6834 8.2929 14.2929C8.68342 13.9024 9.31659 13.9024 9.70711 14.2929ZM12.7071 15.7071C13.0976 15.3166 13.0976 14.6834 12.7071 14.2929C12.3166 13.9024 11.6834 13.9024 11.2929 14.2929C10.9024 14.6834 10.9024 15.3166 11.2929 15.7071C11.6834 16.0976 12.3166 16.0976 12.7071 15.7071ZM15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071C13.9024 15.3166 13.9024 14.6834 14.2929 14.2929C14.6834 13.9024 15.3166 13.9024 15.7071 14.2929ZM9.70711 18.7071C10.0976 18.3166 10.0976 17.6834 9.70711 17.2929C9.31659 16.9024 8.68342 16.9024 8.2929 17.2929C7.90238 17.6834 7.90238 18.3166 8.2929 18.7071C8.68342 19.0976 9.31659 19.0976 9.70711 18.7071ZM12.7071 17.2929C13.0976 17.6834 13.0976 18.3166 12.7071 18.7071C12.3166 19.0976 11.6834 19.0976 11.2929 18.7071C10.9024 18.3166 10.9024 17.6834 11.2929 17.2929C11.6834 16.9024 12.3166 16.9024 12.7071 17.2929ZM15.7071 18.7071C16.0976 18.3166 16.0976 17.6834 15.7071 17.2929C15.3166 16.9024 14.6834 16.9024 14.2929 17.2929C13.9024 17.6834 13.9024 18.3166 14.2929 18.7071C14.6834 19.0976 15.3166 19.0976 15.7071 18.7071Z"/>
</svg>
</template>;