Skip to content

Commit

Permalink
chore: upgrade node 16 -> 20 (#3105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon-dziewonski authored Apr 19, 2024
1 parent e10d15a commit e518ced
Show file tree
Hide file tree
Showing 190 changed files with 227 additions and 239 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-generate-changelog-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn --immutable
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: NOT_GENERATE_ICON=true && yarn --immutable
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: NOT_GENERATE_ICON=true && yarn --immutable
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn --immutable
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn --immutable
Expand All @@ -94,7 +94,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn --immutable
Expand All @@ -114,7 +114,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn --immutable
Expand All @@ -133,7 +133,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn --immutable
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn --immutable
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
node-version-file: '.nvmrc'
cache: 'yarn'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
node-version-file: '.nvmrc'
cache: 'yarn'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
node-version-file: '.nvmrc'
cache: 'yarn'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/deploy-docs-vue-storefront-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ on:

jobs:
configure-enviroment:
name: Setup enviroment
uses: vuestorefront/storefront-ui/.github/workflows/configure-environment.yml@v2-develop
name: Setup enviroment
uses: vuestorefront/storefront-ui/.github/workflows/configure-environment.yml@v2-develop

build:
needs: configure-enviroment
uses: vuestorefront/storefront-ui/.github/workflows/image-build-vue-storefront-cloud.yml@v2-develop
secrets: inherit
with:
DOCKER_NAMESPACE: ${{ needs.configure-enviroment.outputs.docker-namespace }}
ARTIFACT_TYPE: "sfui2-docs"
DOCKERFILE_PATH: "./.vuestorefrontcloud/docs/Dockerfile"
ARTIFACT_TYPE: 'sfui2-docs'
DOCKERFILE_PATH: './.vuestorefrontcloud/docs/Dockerfile'
ENVIRONMENT: ${{ needs.configure-enviroment.outputs.environment }}

sync-assets:
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: NOT_GENERATE_ICON=true && yarn --immutable
Expand All @@ -42,7 +42,7 @@ jobs:
with:
path: 'apps/preview/shared/public/@assets'
parent: false
destination: "sfui_docs_artifacts_bucket_public/${{ needs.configure-enviroment.outputs.environment }}"
destination: 'sfui_docs_artifacts_bucket_public/${{ needs.configure-enviroment.outputs.environment }}'

deploy:
needs: [build, configure-enviroment]
Expand All @@ -53,9 +53,9 @@ jobs:
with:
ENVIRONMENT: ${{ needs.configure-enviroment.outputs.environment }}
TARGET_URL: ${{ needs.configure-enviroment.outputs.target-domain }}/v2
FARMER_NAMESPACE_NAME: ${{ needs.configure-enviroment.outputs.farmer-instance-name }}
DOCS_NAME: "sfui2-docs"
FARMER_NAMESPACE_NAME: ${{ needs.configure-enviroment.outputs.farmer-instance-name }}
DOCS_NAME: 'sfui2-docs'
DOCS_IMAGE: registry.storefrontcloud.io/${{ needs.configure-enviroment.outputs.docker-namespace }}/sfui2-docs
DOCS_SUBPATH: "/v2"
DOCS_PORT: "80"
HAS_BASE_PATH: "true"
DOCS_SUBPATH: '/v2'
DOCS_PORT: '80'
HAS_BASE_PATH: 'true'
1 change: 0 additions & 1 deletion .node-version

This file was deleted.

1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.11.1
3 changes: 1 addition & 2 deletions apps/docs/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@microsoft/api-documenter": "^7.13.30",
"@microsoft/api-extractor": "7.18.1",
"@types/node": "^18",
"@types/node": "^20.12.7",
"nuxt": "^3.6.2",
"nuxt-gtag": "^0.5.7"
},
Expand All @@ -29,7 +29,6 @@
"@storefront-ui/typography": "^2.6.0",
"@storefront-ui/vue": "^2.6.2",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^18.15.10",
"@vueuse/integrations": "^10.0.2",
"@vueuse/nuxt": "^9.13.0",
"ejs": "^3.1.9",
Expand Down
2 changes: 1 addition & 1 deletion apps/preview/next/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const isProd = process.env.PROD === 'true';
/** @type {import('next').NextConfig} */
export default {
env: {
DOCS_EXAMPLES_REACT_PATH: process.env.VITE_DOCS_EXAMPLES_REACT_PATH,
DOCS_EXAMPLES_REACT_PATH: process.env.VITE_DOCS_EXAMPLES_REACT_PATH || '',
},
basePath: process.env.VITE_DOCS_EXAMPLES_REACT_PATH
? new URL(process.env.VITE_DOCS_EXAMPLES_REACT_PATH).pathname
Expand Down
2 changes: 1 addition & 1 deletion apps/preview/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@storefront-ui/typography": "workspace:*",
"@tailwindcss/typography": "^0.5.9",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.13.0",
"@types/node": "^20.12.7",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-transition-group": "^4.4.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/test/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@storefront-ui/typography": "workspace:*",
"@storefront-ui/vue": "workspace:*",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^18.13.0",
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.13",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { SfIconBase, SfIconSize } from '@storefront-ui/react';
export default function SfIconAdd({ size = SfIconSize.base, viewBox = '0 0 24 24', ...attributes }: SfIconProps) {
return (
<SfIconBase size={size} viewBox={viewBox} data-testid="add" {...attributes}>
<path d="M12 19a.965.965 0 0 1-.712-.288A.965.965 0 0 1 11 18v-5H6a.968.968 0 0 1-.713-.288A.967.967 0 0 1 5 12a.97.97 0 0 1 .287-.713A.97.97 0 0 1 6 11h5V6c0-.283.096-.521.288-.713A.967.967 0 0 1 12 5a.97.97 0 0 1 .713.287A.97.97 0 0 1 13 6v5h5a.97.97 0 0 1 .712.287c.192.192.288.43.288.713s-.096.52-.288.712A.965.965 0 0 1 18 13h-5v5a.97.97 0 0 1-.287.712A.968.968 0 0 1 12 19Z" />
<path d="M12 19a.965.965 0 0 1-.712-.288A.965.965 0 0 1 11 18v-5H6a.968.968 0 0 1-.713-.288A.967.967 0 0 1 5 12a.97.97 0 0 1 .287-.713A.97.97 0 0 1 6 11h5V6c0-.283.096-.521.288-.713A.967.967 0 0 1 12 5a.97.97 0 0 1 .713.287A.97.97 0 0 1 13 6v5h5a.97.97 0 0 1 .712.287c.192.192.288.43.288.713s-.096.52-.288.712A.965.965 0 0 1 18 13h-5v5a.97.97 0 0 1-.287.712A.968.968 0 0 1 12 19" />
</SfIconBase>
);
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function SfIconAddShoppingCart({
}: SfIconProps) {
return (
<SfIconBase size={size} viewBox={viewBox} data-testid="add-shopping-cart" {...attributes}>
<path d="M12 9a.968.968 0 0 1-.713-.287A.967.967 0 0 1 11 8V6H9a.968.968 0 0 1-.713-.287A.968.968 0 0 1 8 5c0-.283.096-.52.287-.713A.968.968 0 0 1 9 4h2V2a.97.97 0 0 1 .287-.712A.968.968 0 0 1 12 1a.97.97 0 0 1 .713.288A.968.968 0 0 1 13 2v2h2c.283 0 .52.096.713.287.191.192.287.43.287.713s-.096.52-.287.713A.968.968 0 0 1 15 6h-2v2c0 .283-.096.52-.287.713A.968.968 0 0 1 12 9ZM7 22c-.55 0-1.02-.196-1.412-.587A1.926 1.926 0 0 1 5 20c0-.55.196-1.02.588-1.413A1.926 1.926 0 0 1 7 18c.55 0 1.02.196 1.412.587C8.804 18.98 9 19.45 9 20s-.196 1.02-.588 1.413A1.926 1.926 0 0 1 7 22Zm10 0c-.55 0-1.02-.196-1.412-.587A1.926 1.926 0 0 1 15 20c0-.55.196-1.02.588-1.413A1.926 1.926 0 0 1 17 18c.55 0 1.02.196 1.413.587.391.392.587.863.587 1.413s-.196 1.02-.587 1.413A1.926 1.926 0 0 1 17 22ZM7 17c-.767 0-1.346-.33-1.737-.988-.392-.658-.396-1.312-.013-1.962L6.6 11.6 3 4H2a.968.968 0 0 1-.712-.288A.968.968 0 0 1 1 3c0-.283.096-.52.288-.712A.968.968 0 0 1 2 2h1.65c.183 0 .358.05.525.15a.93.93 0 0 1 .375.425L8.525 11h7.025l3.6-6.5A.973.973 0 0 1 20 4a.94.94 0 0 1 .863.487.937.937 0 0 1 .012.988L17.3 11.95c-.183.333-.43.592-.738.775A1.945 1.945 0 0 1 15.55 13H8.1L7 15h11a.97.97 0 0 1 .712.287c.192.192.288.43.288.713s-.096.52-.288.712A.968.968 0 0 1 18 17H7Z" />
<path d="M12 9a.968.968 0 0 1-.713-.287A.967.967 0 0 1 11 8V6H9a.968.968 0 0 1-.713-.287A.968.968 0 0 1 8 5c0-.283.096-.52.287-.713A.968.968 0 0 1 9 4h2V2a.97.97 0 0 1 .287-.712A.968.968 0 0 1 12 1a.97.97 0 0 1 .713.288A.968.968 0 0 1 13 2v2h2c.283 0 .52.096.713.287.191.192.287.43.287.713s-.096.52-.287.713A.968.968 0 0 1 15 6h-2v2c0 .283-.096.52-.287.713A.968.968 0 0 1 12 9M7 22c-.55 0-1.02-.196-1.412-.587A1.926 1.926 0 0 1 5 20c0-.55.196-1.02.588-1.413A1.926 1.926 0 0 1 7 18c.55 0 1.02.196 1.412.587C8.805 18.98 9 19.45 9 20s-.196 1.02-.588 1.413A1.926 1.926 0 0 1 7 22m10 0c-.55 0-1.02-.196-1.412-.587A1.926 1.926 0 0 1 15 20c0-.55.196-1.02.588-1.413A1.926 1.926 0 0 1 17 18c.55 0 1.02.196 1.413.587.391.392.587.863.587 1.413s-.196 1.02-.587 1.413A1.926 1.926 0 0 1 17 22M7 17c-.767 0-1.346-.33-1.737-.988-.392-.658-.396-1.312-.013-1.962L6.6 11.6 3 4H2a.968.968 0 0 1-.712-.288A.968.968 0 0 1 1 3c0-.283.096-.52.288-.712A.968.968 0 0 1 2 2h1.65c.183 0 .358.05.525.15a.93.93 0 0 1 .375.425L8.525 11h7.025l3.6-6.5A.973.973 0 0 1 20 4a.94.94 0 0 1 .863.487.937.937 0 0 1 .012.988L17.3 11.95c-.183.333-.43.592-.738.775A1.945 1.945 0 0 1 15.55 13H8.1L7 15h11a.97.97 0 0 1 .712.287c.192.192.288.43.288.713s-.096.52-.288.712A.968.968 0 0 1 18 17z" />
</SfIconBase>
);
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { SfIconBase, SfIconSize } from '@storefront-ui/react';
export default function SfIconAlokai({ size = SfIconSize.base, viewBox = '0 0 32 32', ...attributes }: SfIconProps) {
return (
<SfIconBase size={size} viewBox={viewBox} data-testid="alokai" {...attributes}>
<path d="m28.2 10.681-3.712-.014c-1.732 0-3.155 1.423-3.17 3.169v4.343a3.159 3.159 0 0 0 3.155 3.154h7.512V32H21.32v-7.512a3.16 3.16 0 0 0-3.155-3.155h-4.343a3.16 3.16 0 0 0-3.154 3.155v6.236c0 .69-.558 1.261-1.262 1.261H1.262c-.69 0-1.262-.557-1.262-1.261V22.58c0-.69.558-1.262 1.262-1.262h6.235a3.16 3.16 0 0 0 3.155-3.155V13.19a2.54 2.54 0 0 1 2.538-2.538h4.974a3.16 3.16 0 0 0 3.155-3.155V3.8a3.8 3.8 0 0 1 3.8-3.8h3.08A3.8 3.8 0 0 1 32 3.8v3.081a3.8 3.8 0 0 1-3.8 3.8ZM10.681 5.34a5.34 5.34 0 1 1-10.68 0 5.34 5.34 0 0 1 10.68 0Z" />
<path d="m28.2 10.681-3.712-.014c-1.732 0-3.155 1.423-3.17 3.169v4.343a3.159 3.159 0 0 0 3.155 3.154h7.512V32H21.32v-7.512a3.16 3.16 0 0 0-3.155-3.155h-4.343a3.16 3.16 0 0 0-3.154 3.155v6.236c0 .69-.558 1.261-1.262 1.261H1.262c-.69 0-1.262-.557-1.262-1.261V22.58c0-.69.558-1.262 1.262-1.262h6.235a3.16 3.16 0 0 0 3.155-3.155V13.19a2.54 2.54 0 0 1 2.538-2.538h4.974a3.16 3.16 0 0 0 3.155-3.155V3.8a3.8 3.8 0 0 1 3.8-3.8h3.08A3.8 3.8 0 0 1 32 3.8v3.081a3.8 3.8 0 0 1-3.8 3.8M10.681 5.34a5.34 5.34 0 1 1-10.68 0 5.34 5.34 0 0 1 10.68 0" />
</SfIconBase>
);
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function SfIconAlokaiFull({
}: SfIconProps) {
return (
<SfIconBase size={size} viewBox={viewBox} data-testid="alokai-full" {...attributes}>
<path d="m21.427 9.333 3.248.013A3.326 3.326 0 0 0 28 6.021V3.325A3.326 3.326 0 0 0 24.675 0h-2.696a3.326 3.326 0 0 0-3.325 3.325V6.56a2.764 2.764 0 0 1-2.76 2.76H11.54a2.22 2.22 0 0 0-2.22 2.221v4.353a2.764 2.764 0 0 1-2.76 2.76H1.103c-.616 0-1.104.5-1.104 1.104v7.125c0 .616.5 1.104 1.104 1.104H8.23c.616 0 1.104-.5 1.104-1.104v-5.456a2.764 2.764 0 0 1 2.76-2.76h3.8a2.764 2.764 0 0 1 2.76 2.76V28h9.334v-9.333h-6.573a2.764 2.764 0 0 1-2.76-2.76v-3.8c.013-1.528 1.258-2.774 2.773-2.774Zm-16.754.013a4.673 4.673 0 1 0 0-9.346 4.673 4.673 0 0 0 0 9.346ZM65.012 3.12h2.555v21.76h-2.555V3.12Zm63.023 6.213h-2.555V24.88h2.555V9.333ZM70.276 17.1a8.054 8.054 0 0 1 8.05-8.05 8.054 8.054 0 0 1 8.049 8.05 8.054 8.054 0 0 1-8.05 8.05 8.054 8.054 0 0 1-8.049-8.05Zm2.208.013a5.846 5.846 0 0 0 5.842 5.842 5.846 5.846 0 0 0 5.84-5.842 5.846 5.846 0 0 0-5.84-5.841 5.846 5.846 0 0 0-5.842 5.841ZM127.01 6.305a1.605 1.605 0 1 0-.514-3.168 1.605 1.605 0 0 0 .514 3.168Zm-68.982 5.429c0-1.322 1.079-2.4 2.401-2.4V24.88h-2.555v-2.234a8.002 8.002 0 0 1-5.841 2.517c-4.558 0-8.23-3.788-8.05-8.384.167-4.16 3.557-7.548 7.73-7.715a8.014 8.014 0 0 1 6.315 2.67Zm-5.995 11.22c3.21 0 5.828-2.618 5.841-5.828V17.1a5.844 5.844 0 0 0-5.841-5.828 5.846 5.846 0 0 0-5.841 5.841 5.846 5.846 0 0 0 5.841 5.842Zm69.108-13.621a2.405 2.405 0 0 0-2.401 2.401 8.015 8.015 0 0 0-6.316-2.67c-4.173.167-7.562 3.556-7.729 7.715a8.06 8.06 0 0 0 8.05 8.384 8.002 8.002 0 0 0 5.841-2.517v2.234h2.555V9.333Zm-2.542 7.793c-.013 3.21-2.632 5.829-5.842 5.829a5.846 5.846 0 0 1-5.841-5.842 5.846 5.846 0 0 1 5.841-5.841 5.844 5.844 0 0 1 5.842 5.828v.026Zm-15.881-7.793-5.854 5.97c-.103.103-.116.27-.026.41l6.997 9.18h-2.927l-5.867-7.716v-.012l-.013.012h-2.619a.29.29 0 0 0-.295.296v7.407h-2.555V3.12h2.555v11.477a.29.29 0 0 0 .295.295h1.926l5.456-5.559h2.927Z" />
<path d="m21.427 9.333 3.248.013A3.326 3.326 0 0 0 28 6.021V3.325A3.326 3.326 0 0 0 24.675 0h-2.696a3.326 3.326 0 0 0-3.325 3.325V6.56a2.764 2.764 0 0 1-2.76 2.76H11.54a2.22 2.22 0 0 0-2.22 2.221v4.353a2.764 2.764 0 0 1-2.76 2.76H1.103c-.616 0-1.104.5-1.104 1.104v7.125c0 .616.5 1.104 1.104 1.104H8.23c.616 0 1.104-.5 1.104-1.104v-5.456a2.764 2.764 0 0 1 2.76-2.76h3.8a2.764 2.764 0 0 1 2.76 2.76V28h9.334v-9.333h-6.573a2.764 2.764 0 0 1-2.76-2.76v-3.8c.013-1.528 1.258-2.774 2.773-2.774m-16.755.013a4.673 4.673 0 1 0 0-9.346 4.673 4.673 0 0 0 0 9.346M65.012 3.12h2.555v21.76h-2.555zm63.023 6.213h-2.555V24.88h2.555zM70.276 17.1a8.054 8.054 0 0 1 8.05-8.05 8.054 8.054 0 0 1 8.049 8.05 8.054 8.054 0 0 1-8.05 8.05 8.054 8.054 0 0 1-8.049-8.05m2.208.013a5.846 5.846 0 0 0 5.842 5.842 5.846 5.846 0 0 0 5.84-5.842 5.846 5.846 0 0 0-5.84-5.841 5.846 5.846 0 0 0-5.842 5.841M127.01 6.305a1.605 1.605 0 1 0-.514-3.168 1.605 1.605 0 0 0 .514 3.168m-68.982 5.429c0-1.322 1.079-2.4 2.401-2.4V24.88h-2.555v-2.234a8.002 8.002 0 0 1-5.841 2.517c-4.558 0-8.23-3.788-8.05-8.384.167-4.16 3.557-7.548 7.73-7.715a8.014 8.014 0 0 1 6.315 2.67m-5.995 11.22c3.21 0 5.828-2.618 5.841-5.828V17.1a5.844 5.844 0 0 0-5.841-5.828 5.846 5.846 0 0 0-5.841 5.841 5.846 5.846 0 0 0 5.841 5.842m69.108-13.622a2.405 2.405 0 0 0-2.401 2.401 8.015 8.015 0 0 0-6.316-2.67c-4.173.167-7.562 3.556-7.729 7.715a8.06 8.06 0 0 0 8.05 8.384 8.002 8.002 0 0 0 5.841-2.517v2.234h2.555zm-2.542 7.793c-.013 3.21-2.632 5.829-5.842 5.829a5.846 5.846 0 0 1-5.841-5.842 5.846 5.846 0 0 1 5.841-5.841 5.844 5.844 0 0 1 5.842 5.828zm-15.881-7.793-5.854 5.97c-.103.103-.116.27-.026.41l6.997 9.18h-2.927l-5.867-7.716v-.012l-.013.012h-2.619a.29.29 0 0 0-.295.296v7.407h-2.555V3.12h2.555v11.477a.29.29 0 0 0 .295.295h1.926l5.456-5.559z" />
</SfIconBase>
);
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { SfIconBase, SfIconSize } from '@storefront-ui/react';
export default function SfIconArrowBack({ size = SfIconSize.base, viewBox = '0 0 24 24', ...attributes }: SfIconProps) {
return (
<SfIconBase size={size} viewBox={viewBox} data-testid="arrow-back" {...attributes}>
<path d="m10.875 19.3-6.6-6.6a.883.883 0 0 1-.213-.325A1.115 1.115 0 0 1 4 12c0-.133.02-.258.062-.375a.883.883 0 0 1 .213-.325l6.6-6.6a.978.978 0 0 1 .687-.288.933.933 0 0 1 .713.288c.2.183.304.412.313.687a.933.933 0 0 1-.288.713L7.4 11h11.175a.97.97 0 0 1 .713.287.97.97 0 0 1 .287.713.97.97 0 0 1-.287.712.968.968 0 0 1-.713.288H7.4l4.9 4.9c.183.183.28.417.288.7a.872.872 0 0 1-.288.7c-.183.2-.417.3-.7.3a.988.988 0 0 1-.725-.3Z" />
<path d="m10.875 19.3-6.6-6.6a.883.883 0 0 1-.213-.325A1.115 1.115 0 0 1 4 12c0-.133.02-.258.062-.375a.883.883 0 0 1 .213-.325l6.6-6.6a.978.978 0 0 1 .687-.288.933.933 0 0 1 .713.288c.2.183.304.412.313.687a.933.933 0 0 1-.288.713L7.4 11h11.175a.97.97 0 0 1 .713.287.97.97 0 0 1 .287.713.97.97 0 0 1-.287.712.968.968 0 0 1-.713.288H7.4l4.9 4.9c.183.183.28.417.288.7a.872.872 0 0 1-.288.7c-.183.2-.417.3-.7.3a.988.988 0 0 1-.725-.3" />
</SfIconBase>
);
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function SfIconArrowDownward({
}: SfIconProps) {
return (
<SfIconBase size={size} viewBox={viewBox} data-testid="arrow-downward" {...attributes}>
<path d="M12 19.575a1.1 1.1 0 0 1-.375-.063.872.872 0 0 1-.325-.212l-6.6-6.6c-.2-.2-.3-.438-.3-.713 0-.275.1-.512.3-.712.2-.2.433-.3.7-.3.267 0 .5.1.7.3l4.9 4.9v-11.2c0-.283.096-.517.288-.7A.99.99 0 0 1 12 4a.97.97 0 0 1 .713.287A.97.97 0 0 1 13 5v11.175l4.9-4.9c.2-.2.433-.3.7-.3.267 0 .5.1.7.3.2.2.3.437.3.712 0 .275-.1.513-.3.713l-6.6 6.6c-.1.1-.208.17-.325.212a1.098 1.098 0 0 1-.375.063Z" />
<path d="M12 19.575a1.1 1.1 0 0 1-.375-.063.872.872 0 0 1-.325-.212l-6.6-6.6c-.2-.2-.3-.438-.3-.713 0-.275.1-.512.3-.712.2-.2.433-.3.7-.3.267 0 .5.1.7.3l4.9 4.9v-11.2c0-.283.096-.517.288-.7A.99.99 0 0 1 12 4a.97.97 0 0 1 .713.287A.97.97 0 0 1 13 5v11.175l4.9-4.9c.2-.2.433-.3.7-.3.267 0 .5.1.7.3.2.2.3.437.3.712 0 .275-.1.513-.3.713l-6.6 6.6c-.1.1-.208.17-.325.212a1.098 1.098 0 0 1-.375.063" />
</SfIconBase>
);
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function SfIconArrowForward({
}: SfIconProps) {
return (
<SfIconBase size={size} viewBox={viewBox} data-testid="arrow-forward" {...attributes}>
<path d="M11.3 19.3a.994.994 0 0 1-.288-.7.91.91 0 0 1 .263-.7l4.9-4.9H5a.968.968 0 0 1-.713-.288A.967.967 0 0 1 4 12a.97.97 0 0 1 .287-.713A.97.97 0 0 1 5 11h11.175l-4.9-4.9a.91.91 0 0 1-.263-.7.994.994 0 0 1 .288-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l6.6 6.6c.1.083.171.187.213.312.041.125.062.255.062.388s-.02.258-.062.375a.883.883 0 0 1-.213.325l-6.6 6.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275Z" />
<path d="M11.3 19.3a.994.994 0 0 1-.288-.7.91.91 0 0 1 .263-.7l4.9-4.9H5a.968.968 0 0 1-.713-.288A.967.967 0 0 1 4 12a.97.97 0 0 1 .287-.713A.97.97 0 0 1 5 11h11.175l-4.9-4.9a.91.91 0 0 1-.263-.7.994.994 0 0 1 .288-.7.948.948 0 0 1 .7-.275.95.95 0 0 1 .7.275l6.6 6.6c.1.083.171.187.213.312.041.125.062.255.062.388s-.02.258-.062.375a.883.883 0 0 1-.213.325l-6.6 6.6a.948.948 0 0 1-.7.275.948.948 0 0 1-.7-.275" />
</SfIconBase>
);
}
Loading

0 comments on commit e518ced

Please sign in to comment.