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

export interface GithubIconSignature {
  Element: SVGSVGElement;
}

export const GithubIcon: TOC<GithubIconSignature> = <template><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" ...attributes><g class="github"><path fill-rule="evenodd" d="M11.928 2c5.474 0 9.929 4.438 9.912 9.928 0 4.39-2.843 8.104-6.788 9.42-.494.098-.674-.214-.674-.477 0-.33.016-1.398.016-2.73 0-.936-.312-1.528-.674-1.84 2.22-.247 4.537-1.085 4.537-4.899 0-1.084-.378-1.972-1.02-2.663.1-.246.445-1.265-.098-2.63 0 0-.838-.263-2.728 1.02a9.612 9.612 0 0 0-2.483-.33 9.6 9.6 0 0 0-2.482.33c-1.89-1.283-2.728-1.02-2.728-1.02-.543 1.365-.198 2.384-.099 2.63a3.872 3.872 0 0 0-1.02 2.663c0 3.814 2.319 4.669 4.521 4.899-.28.246-.542.69-.624 1.331-.576.263-2.006.69-2.893-.822 0 0-.526-.953-1.53-1.019 0 0-.969 0-.065.608 0 0 .658.296 1.101 1.447 0 0 .576 1.775 3.337 1.183 0 .822.017 1.611.017 1.841 0 .264-.181.576-.674.477C4.844 20.032 2 16.317 2 11.928A9.92 9.92 0 0 1 11.928 2zM8.44 18.06c.122 0 .227.1.227.226a.228.228 0 0 1-.226.226.228.228 0 0 1-.227-.226c0-.126.105-.226.227-.226zm.995.075a.247.247 0 0 1-.197.27c-.125.025-.233-.049-.25-.172a.247.247 0 0 1 .196-.27c.125-.025.233.049.25.172zm-1.741-.184c.125.049.196.17.178.292-.018.122-.143.171-.268.122-.125-.048-.196-.195-.178-.292.018-.122.143-.171.268-.122zm-.585-.35c.099.083.118.227.059.31-.06.082-.198.062-.317-.042-.1-.102-.139-.247-.06-.309.06-.082.199-.061.318.042zm-.437-.531c.095.105.095.232 0 .295-.095.064-.238 0-.31-.105-.095-.106-.095-.254 0-.296.096-.063.239 0 .31.106zm-.861-.948c.114.07.17.208.142.311l-.003.006.024-.015c.078-.041.19.006.282.091.104.12.13.263.052.311-.078.072-.233.024-.31-.072-.081-.075-.115-.179-.088-.255-.057.05-.157.055-.241.004-.114-.07-.2-.208-.143-.311.029-.104.171-.139.285-.07z" class="Vector" clip-rule="evenodd"/></g></svg>
</template>;