diff --git a/.github/workflows/cron-update-icons.yml b/.github/workflows/cron-update-icons.yml index a41fb1a78c..30b593506b 100644 --- a/.github/workflows/cron-update-icons.yml +++ b/.github/workflows/cron-update-icons.yml @@ -43,9 +43,21 @@ jobs: FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }} - name: Create PR + # uses: peter-evans/create-pull-request@v6 + # id: cpr uses: actions/github-script@v6 if: env.new_files == 'true' + # with: + # token: ${{ secrets.PAT }} + # commit-message: "feat(icons): update icons from Figma" + # title: "feat(icons): update icons from Figma" + # body: "- Automatically generated PR on ${process.env.TODAY}.\n- Updates icons from Figma" + # branch: feat/update-icons-and-svgs + # # branch: ${{ github.head_ref }} + # base: master with: + github_token: ${{ secrets.PAT}} + persist-credentials: false script: | github.rest.pulls.create({ owner: context.repo.owner, diff --git a/packages/orbit-components/src/icons/svg/dummy-icon-for-testing.svg b/packages/orbit-components/src/icons/svg/dummy-icon-for-testing.svg new file mode 100644 index 0000000000..560887c803 --- /dev/null +++ b/packages/orbit-components/src/icons/svg/dummy-icon-for-testing.svg @@ -0,0 +1,4 @@ +<!--character:4188:118--> + <svg width="24" height="24" viewBox="0 0 24 24" > +<path d="M2.25418 20.473C1.90271 20.8244 1.90271 21.3943 2.25418 21.7458C2.60566 22.0972 3.1755 22.0972 3.52698 21.7458L4.94911 20.3236C4.98258 20.2724 5.02181 20.2238 5.06679 20.1789L20.4159 4.82978C20.4609 4.78479 20.5094 4.74556 20.5606 4.71209L21.7457 3.52703C22.0972 3.17555 22.0972 2.60571 21.7457 2.25424C21.3942 1.90276 20.8244 1.90276 20.4729 2.25424L17.356 5.37115C15.6679 4.69274 13.8515 4.33518 12 4.33518C8.36517 4.33518 4.86555 5.71322 2.20663 8.19148C1.84302 8.53038 1.823 9.09988 2.1619 9.46348C2.5008 9.82709 3.0703 9.84712 3.4339 9.50822C5.75962 7.34052 8.82067 6.13518 12 6.13518C13.3553 6.13518 14.6891 6.35423 15.9537 6.7735L14.4387 8.28843C13.6456 8.1026 12.8277 8.00661 11.9999 8.00661C9.16446 8.00661 6.4451 9.13295 4.44005 11.1379C4.08856 11.4893 4.08855 12.0592 4.44001 12.4107C4.79147 12.7621 5.36131 12.7622 5.7128 12.4107C7.38029 10.7433 9.64183 9.80661 11.9999 9.80661C12.2942 9.80661 12.5869 9.82119 12.8772 9.84996L10.9736 11.7536C9.4907 11.9722 8.1067 12.6617 7.03405 13.7343C6.68255 14.0857 6.68252 14.6556 7.03397 15.0071C7.16029 15.1334 7.31482 15.2143 7.47729 15.2499L2.25418 20.473Z" /> +</svg> \ No newline at end of file diff --git a/packages/orbit-components/src/icons/svg/priority-boarding-light.svg b/packages/orbit-components/src/icons/svg/priority-boarding-light.svg new file mode 100644 index 0000000000..6f61ab072e --- /dev/null +++ b/packages/orbit-components/src/icons/svg/priority-boarding-light.svg @@ -0,0 +1,4 @@ +<!--character:4206:218--> + <svg width="24" height="24" viewBox="0 0 24 24" > +<path d="M7.53026 4.52705C7.8583 4.15362 8.42696 4.11682 8.80039 4.44486L16.3747 11.0984C16.9187 11.5764 16.9187 12.4236 16.3747 12.9015L8.80039 19.5551C8.42696 19.8832 7.8583 19.8464 7.53026 19.4729C7.20222 19.0995 7.23901 18.5308 7.61245 18.2028L14.6736 12L7.61245 5.79719C7.23901 5.46914 7.20222 4.90048 7.53026 4.52705ZM12.2506 4.52705C12.5786 4.15362 13.1473 4.11682 13.5207 4.44486L21.095 11.0984C21.639 11.5764 21.639 12.4236 21.095 12.9015L13.5207 19.5551C13.1473 19.8832 12.5786 19.8464 12.2506 19.4729C11.9226 19.0995 11.9594 18.5308 12.3328 18.2028L19.3939 12L12.3328 5.79719C11.9594 5.46914 11.9226 4.90048 12.2506 4.52705ZM4.38604 7.10956V16.8904L9.95317 12L4.38604 7.10956ZM2.58604 5.78387C2.58604 4.75178 3.80259 4.20117 4.578 4.88232L11.6543 11.0984C12.1983 11.5764 12.1983 12.4236 11.6543 12.9015L4.578 19.1177C3.8026 19.7988 2.58604 19.2482 2.58604 18.2161V5.78387Z" /> +</svg> \ No newline at end of file