-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac8cab5
commit e4e5f0b
Showing
180 changed files
with
1,280 additions
and
1,591 deletions.
There are no files selected for viewing
15 changes: 8 additions & 7 deletions
15
packages/sfui/frameworks/react/components/SfIcons/SfIconAdd.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
|
||
import type { SfIconProps } from '@storefront-ui/react'; | ||
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.97.97 0 0 1-.712-.288A.97.97 0 0 1 11 18v-5H6a.97.97 0 0 1-.713-.288A.97.97 0 0 1 5 12a.97.97 0 0 1 .287-.713A.97.97 0 0 1 6 11h5V6q0-.425.288-.713A.97.97 0 0 1 12 5a.97.97 0 0 1 .713.287A.97.97 0 0 1 13 6v5h5q.424 0 .712.287.288.288.288.713 0 .424-.288.712A.97.97 0 0 1 18 13h-5v5q0 .424-.287.712A.97.97 0 0 1 12 19" /> | ||
</SfIconBase> | ||
); | ||
} | ||
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.97.97 0 0 1-.712-.288A.97.97 0 0 1 11 18v-5H6a.97.97 0 0 1-.713-.288A.97.97 0 0 1 5 12a.97.97 0 0 1 .287-.713A.97.97 0 0 1 6 11h5V6q0-.425.288-.713A.97.97 0 0 1 12 5a.97.97 0 0 1 .713.287A.97.97 0 0 1 13 6v5h5q.424 0 .712.287.288.288.288.713 0 .424-.288.712A.97.97 0 0 1 18 13h-5v5q0 .424-.287.712A.97.97 0 0 1 12 19'/></SfIconBase>; | ||
} |
15 changes: 6 additions & 9 deletions
15
packages/sfui/frameworks/react/components/SfIcons/SfIconAddShoppingCart.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
|
||
import type { SfIconProps } from '@storefront-ui/react'; | ||
import { SfIconBase, SfIconSize } from '@storefront-ui/react'; | ||
|
||
export default function SfIconAddShoppingCart({ | ||
size = SfIconSize.base, | ||
viewBox = '0 0 24 24', | ||
...attributes | ||
size = SfIconSize.base, | ||
viewBox = '0 0 24 24', | ||
...attributes | ||
}: SfIconProps) { | ||
return ( | ||
<SfIconBase size={size} viewBox={viewBox} data-testid="add-shopping-cart" {...attributes}> | ||
<path d="M12 9a.97.97 0 0 1-.713-.287A.97.97 0 0 1 11 8V6H9a.97.97 0 0 1-.713-.287A.97.97 0 0 1 8 5q0-.424.287-.713A.97.97 0 0 1 9 4h2V2q0-.424.287-.712A.97.97 0 0 1 12 1q.424 0 .713.288Q13 1.575 13 2v2h2q.424 0 .713.287Q16 4.576 16 5t-.287.713A.97.97 0 0 1 15 6h-2v2q0 .424-.287.713A.97.97 0 0 1 12 9M7 22q-.824 0-1.412-.587A1.93 1.93 0 0 1 5 20q0-.824.588-1.413A1.93 1.93 0 0 1 7 18q.824 0 1.412.587Q9 19.176 9 20t-.588 1.413A1.93 1.93 0 0 1 7 22m10 0q-.825 0-1.412-.587A1.93 1.93 0 0 1 15 20q0-.824.588-1.413A1.93 1.93 0 0 1 17 18q.824 0 1.413.587Q19 19.176 19 20t-.587 1.413A1.93 1.93 0 0 1 17 22M7 17q-1.15 0-1.737-.988-.588-.987-.013-1.962L6.6 11.6 3 4H2a.97.97 0 0 1-.712-.288A.97.97 0 0 1 1 3q0-.424.288-.712A.97.97 0 0 1 2 2h1.65q.275 0 .525.15t.375.425L8.525 11h7.025l3.6-6.5A.97.97 0 0 1 20 4q.574 0 .863.487a.94.94 0 0 1 .012.988L17.3 11.95q-.275.5-.738.775A1.95 1.95 0 0 1 15.55 13H8.1L7 15h11q.424 0 .712.287.288.288.288.713 0 .424-.288.712A.97.97 0 0 1 18 17z" /> | ||
</SfIconBase> | ||
); | ||
} | ||
return <SfIconBase size={size} viewBox={viewBox} data-testid="add-shopping-cart" {...attributes}><path d='M12 9a.97.97 0 0 1-.713-.287A.97.97 0 0 1 11 8V6H9a.97.97 0 0 1-.713-.287A.97.97 0 0 1 8 5q0-.424.287-.713A.97.97 0 0 1 9 4h2V2q0-.424.287-.712A.97.97 0 0 1 12 1q.424 0 .713.288Q13 1.575 13 2v2h2q.424 0 .713.287Q16 4.576 16 5t-.287.713A.97.97 0 0 1 15 6h-2v2q0 .424-.287.713A.97.97 0 0 1 12 9M7 22q-.824 0-1.412-.587A1.93 1.93 0 0 1 5 20q0-.824.588-1.413A1.93 1.93 0 0 1 7 18q.824 0 1.412.587Q9 19.176 9 20t-.588 1.413A1.93 1.93 0 0 1 7 22m10 0q-.825 0-1.412-.587A1.93 1.93 0 0 1 15 20q0-.824.588-1.413A1.93 1.93 0 0 1 17 18q.824 0 1.413.587Q19 19.176 19 20t-.587 1.413A1.93 1.93 0 0 1 17 22M7 17q-1.15 0-1.737-.988-.588-.987-.013-1.962L6.6 11.6 3 4H2a.97.97 0 0 1-.712-.288A.97.97 0 0 1 1 3q0-.424.288-.712A.97.97 0 0 1 2 2h1.65q.275 0 .525.15t.375.425L8.525 11h7.025l3.6-6.5A.97.97 0 0 1 20 4q.574 0 .863.487a.94.94 0 0 1 .012.988L17.3 11.95q-.275.5-.738.775A1.95 1.95 0 0 1 15.55 13H8.1L7 15h11q.424 0 .712.287.288.288.288.713 0 .424-.288.712A.97.97 0 0 1 18 17z'/></SfIconBase>; | ||
} |
15 changes: 8 additions & 7 deletions
15
packages/sfui/frameworks/react/components/SfIcons/SfIconAlokai.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
|
||
import type { SfIconProps } from '@storefront-ui/react'; | ||
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.16 3.16 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> | ||
); | ||
} | ||
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.16 3.16 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>; | ||
} |
15 changes: 6 additions & 9 deletions
15
packages/sfui/frameworks/react/components/SfIcons/SfIconAlokaiFull.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
|
||
import type { SfIconProps } from '@storefront-ui/react'; | ||
import { SfIconBase, SfIconSize } from '@storefront-ui/react'; | ||
|
||
export default function SfIconAlokaiFull({ | ||
size = SfIconSize.base, | ||
viewBox = '0 0 129 28', | ||
...attributes | ||
size = SfIconSize.base, | ||
viewBox = '0 0 129 28', | ||
...attributes | ||
}: 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.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 8 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.01 8.01 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.02 8.02 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 8 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> | ||
); | ||
} | ||
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.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 8 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.01 8.01 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.02 8.02 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 8 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>; | ||
} |
15 changes: 8 additions & 7 deletions
15
packages/sfui/frameworks/react/components/SfIcons/SfIconArrowBack.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
|
||
import type { SfIconProps } from '@storefront-ui/react'; | ||
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.9.9 0 0 1-.213-.325A1.1 1.1 0 0 1 4 12q0-.2.062-.375a.9.9 0 0 1 .213-.325l6.6-6.6a.98.98 0 0 1 .687-.288.93.93 0 0 1 .713.288q.3.274.313.687a.93.93 0 0 1-.288.713L7.4 11h11.175a.97.97 0 0 1 .713.287.97.97 0 0 1 .287.713q0 .424-.287.712a.97.97 0 0 1-.713.288H7.4l4.9 4.9q.275.275.288.7a.87.87 0 0 1-.288.7q-.275.3-.7.3a1 1 0 0 1-.725-.3" /> | ||
</SfIconBase> | ||
); | ||
} | ||
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.9.9 0 0 1-.213-.325A1.1 1.1 0 0 1 4 12q0-.2.062-.375a.9.9 0 0 1 .213-.325l6.6-6.6a.98.98 0 0 1 .687-.288.93.93 0 0 1 .713.288q.3.274.313.687a.93.93 0 0 1-.288.713L7.4 11h11.175a.97.97 0 0 1 .713.287.97.97 0 0 1 .287.713q0 .424-.287.712a.97.97 0 0 1-.713.288H7.4l4.9 4.9q.275.275.288.7a.87.87 0 0 1-.288.7q-.275.3-.7.3a1 1 0 0 1-.725-.3'/></SfIconBase>; | ||
} |
15 changes: 6 additions & 9 deletions
15
packages/sfui/frameworks/react/components/SfIcons/SfIconArrowDownward.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
|
||
import type { SfIconProps } from '@storefront-ui/react'; | ||
import { SfIconBase, SfIconSize } from '@storefront-ui/react'; | ||
|
||
export default function SfIconArrowDownward({ | ||
size = SfIconSize.base, | ||
viewBox = '0 0 24 24', | ||
...attributes | ||
size = SfIconSize.base, | ||
viewBox = '0 0 24 24', | ||
...attributes | ||
}: 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.9.9 0 0 1-.325-.212l-6.6-6.6q-.3-.3-.3-.713 0-.412.3-.712t.7-.3.7.3l4.9 4.9v-11.2q0-.425.288-.7A1 1 0 0 1 12 4a.97.97 0 0 1 .713.287A.97.97 0 0 1 13 5v11.175l4.9-4.9q.3-.3.7-.3t.7.3.3.712q0 .413-.3.713l-6.6 6.6q-.15.15-.325.212a1.1 1.1 0 0 1-.375.063" /> | ||
</SfIconBase> | ||
); | ||
} | ||
return <SfIconBase size={size} viewBox={viewBox} data-testid="arrow-downward" {...attributes}><path d='M12 19.575a1.1 1.1 0 0 1-.375-.063.9.9 0 0 1-.325-.212l-6.6-6.6q-.3-.3-.3-.713 0-.412.3-.712t.7-.3.7.3l4.9 4.9v-11.2q0-.425.288-.7A1 1 0 0 1 12 4a.97.97 0 0 1 .713.287A.97.97 0 0 1 13 5v11.175l4.9-4.9q.3-.3.7-.3t.7.3.3.712q0 .413-.3.713l-6.6 6.6q-.15.15-.325.212a1.1 1.1 0 0 1-.375.063'/></SfIconBase>; | ||
} |
15 changes: 6 additions & 9 deletions
15
packages/sfui/frameworks/react/components/SfIcons/SfIconArrowForward.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
|
||
import type { SfIconProps } from '@storefront-ui/react'; | ||
import { SfIconBase, SfIconSize } from '@storefront-ui/react'; | ||
|
||
export default function SfIconArrowForward({ | ||
size = SfIconSize.base, | ||
viewBox = '0 0 24 24', | ||
...attributes | ||
size = SfIconSize.base, | ||
viewBox = '0 0 24 24', | ||
...attributes | ||
}: SfIconProps) { | ||
return ( | ||
<SfIconBase size={size} viewBox={viewBox} data-testid="arrow-forward" {...attributes}> | ||
<path d="M11.3 19.3a1 1 0 0 1-.288-.7.9.9 0 0 1 .263-.7l4.9-4.9H5a.97.97 0 0 1-.713-.288A.97.97 0 0 1 4 12a.97.97 0 0 1 .287-.713A.97.97 0 0 1 5 11h11.175l-4.9-4.9a.9.9 0 0 1-.263-.7 1 1 0 0 1 .288-.7.95.95 0 0 1 .7-.275q.425 0 .7.275l6.6 6.6q.15.125.213.312.062.188.062.388t-.062.375a.9.9 0 0 1-.213.325l-6.6 6.6a.95.95 0 0 1-.7.275.95.95 0 0 1-.7-.275" /> | ||
</SfIconBase> | ||
); | ||
} | ||
return <SfIconBase size={size} viewBox={viewBox} data-testid="arrow-forward" {...attributes}><path d='M11.3 19.3a1 1 0 0 1-.288-.7.9.9 0 0 1 .263-.7l4.9-4.9H5a.97.97 0 0 1-.713-.288A.97.97 0 0 1 4 12a.97.97 0 0 1 .287-.713A.97.97 0 0 1 5 11h11.175l-4.9-4.9a.9.9 0 0 1-.263-.7 1 1 0 0 1 .288-.7.95.95 0 0 1 .7-.275q.425 0 .7.275l6.6 6.6q.15.125.213.312.062.188.062.388t-.062.375a.9.9 0 0 1-.213.325l-6.6 6.6a.95.95 0 0 1-.7.275.95.95 0 0 1-.7-.275'/></SfIconBase>; | ||
} |
15 changes: 6 additions & 9 deletions
15
packages/sfui/frameworks/react/components/SfIcons/SfIconArrowUpward.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
|
||
import type { SfIconProps } from '@storefront-ui/react'; | ||
import { SfIconBase, SfIconSize } from '@storefront-ui/react'; | ||
|
||
export default function SfIconArrowUpward({ | ||
size = SfIconSize.base, | ||
viewBox = '0 0 24 24', | ||
...attributes | ||
size = SfIconSize.base, | ||
viewBox = '0 0 24 24', | ||
...attributes | ||
}: SfIconProps) { | ||
return ( | ||
<SfIconBase size={size} viewBox={viewBox} data-testid="arrow-upward" {...attributes}> | ||
<path d="M12 20a.97.97 0 0 1-.712-.288A.97.97 0 0 1 11 19V7.825L6.125 12.7q-.3.3-.713.3a.97.97 0 0 1-.712-.3.96.96 0 0 1-.3-.7q0-.4.3-.7l6.6-6.6q.15-.15.325-.213.175-.062.375-.062t.388.062a.7.7 0 0 1 .312.213l6.6 6.6q.3.3.3.7t-.3.7-.713.3a.97.97 0 0 1-.712-.3L13 7.825V19q0 .424-.287.712A.97.97 0 0 1 12 20" /> | ||
</SfIconBase> | ||
); | ||
} | ||
return <SfIconBase size={size} viewBox={viewBox} data-testid="arrow-upward" {...attributes}><path d='M12 20a.97.97 0 0 1-.712-.288A.97.97 0 0 1 11 19V7.825L6.125 12.7q-.3.3-.713.3a.97.97 0 0 1-.712-.3.96.96 0 0 1-.3-.7q0-.4.3-.7l6.6-6.6q.15-.15.325-.213.175-.062.375-.062t.388.062a.7.7 0 0 1 .312.213l6.6 6.6q.3.3.3.7t-.3.7-.713.3a.97.97 0 0 1-.712-.3L13 7.825V19q0 .424-.287.712A.97.97 0 0 1 12 20'/></SfIconBase>; | ||
} |
15 changes: 8 additions & 7 deletions
15
packages/sfui/frameworks/react/components/SfIcons/SfIconBlock.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
|
||
import type { SfIconProps } from '@storefront-ui/react'; | ||
import { SfIconBase, SfIconSize } from '@storefront-ui/react'; | ||
|
||
export default function SfIconBlock({ size = SfIconSize.base, viewBox = '0 0 24 24', ...attributes }: SfIconProps) { | ||
return ( | ||
<SfIconBase size={size} viewBox={viewBox} data-testid="block" {...attributes}> | ||
<path d="M12 22a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12q0-2.075.788-3.9a10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.138A9.7 9.7 0 0 1 12 2q2.075 0 3.9.787a10.1 10.1 0 0 1 3.175 2.138q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 12 22m0-2q3.35 0 5.675-2.325T20 12q0-1.35-.438-2.6A8 8 0 0 0 18.3 7.1L7.1 18.3q1.05.825 2.3 1.262T12 20m-6.3-3.1L16.9 5.7q-1.05-.824-2.3-1.262A7.8 7.8 0 0 0 12 4Q8.65 4 6.325 6.325T4 12q0 1.35.438 2.6.437 1.25 1.262 2.3" /> | ||
</SfIconBase> | ||
); | ||
} | ||
export default function SfIconBlock({ | ||
size = SfIconSize.base, | ||
viewBox = '0 0 24 24', | ||
...attributes | ||
}: SfIconProps) { | ||
return <SfIconBase size={size} viewBox={viewBox} data-testid="block" {...attributes}><path d='M12 22a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175A9.7 9.7 0 0 1 2 12q0-2.075.788-3.9a10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.138A9.7 9.7 0 0 1 12 2q2.075 0 3.9.787a10.1 10.1 0 0 1 3.175 2.138q1.35 1.35 2.137 3.175A9.7 9.7 0 0 1 22 12a9.7 9.7 0 0 1-.788 3.9 10.1 10.1 0 0 1-2.137 3.175q-1.35 1.35-3.175 2.137A9.7 9.7 0 0 1 12 22m0-2q3.35 0 5.675-2.325T20 12q0-1.35-.438-2.6A8 8 0 0 0 18.3 7.1L7.1 18.3q1.05.825 2.3 1.262T12 20m-6.3-3.1L16.9 5.7q-1.05-.824-2.3-1.262A7.8 7.8 0 0 0 12 4Q8.65 4 6.325 6.325T4 12q0 1.35.438 2.6.437 1.25 1.262 2.3'/></SfIconBase>; | ||
} |
15 changes: 6 additions & 9 deletions
15
packages/sfui/frameworks/react/components/SfIcons/SfIconCalendarToday.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
|
||
import type { SfIconProps } from '@storefront-ui/react'; | ||
import { SfIconBase, SfIconSize } from '@storefront-ui/react'; | ||
|
||
export default function SfIconCalendarToday({ | ||
size = SfIconSize.base, | ||
viewBox = '0 0 24 24', | ||
...attributes | ||
size = SfIconSize.base, | ||
viewBox = '0 0 24 24', | ||
...attributes | ||
}: SfIconProps) { | ||
return ( | ||
<SfIconBase size={size} viewBox={viewBox} data-testid="calendar-today" {...attributes}> | ||
<path d="M5 22q-.825 0-1.413-.587A1.93 1.93 0 0 1 3 20V6q0-.824.587-1.412A1.93 1.93 0 0 1 5 4h1V2.975q0-.425.287-.7A1 1 0 0 1 7 2a.97.97 0 0 1 .713.287A.97.97 0 0 1 8 3v1h8V2.975q0-.425.288-.7A1 1 0 0 1 17 2q.424 0 .712.287Q18 2.575 18 3v1h1q.825 0 1.413.588Q21 5.175 21 6v14q0 .825-.587 1.413A1.93 1.93 0 0 1 19 22zm0-2h14V10H5z" /> | ||
</SfIconBase> | ||
); | ||
} | ||
return <SfIconBase size={size} viewBox={viewBox} data-testid="calendar-today" {...attributes}><path d='M5 22q-.825 0-1.413-.587A1.93 1.93 0 0 1 3 20V6q0-.824.587-1.412A1.93 1.93 0 0 1 5 4h1V2.975q0-.425.287-.7A1 1 0 0 1 7 2a.97.97 0 0 1 .713.287A.97.97 0 0 1 8 3v1h8V2.975q0-.425.288-.7A1 1 0 0 1 17 2q.424 0 .712.287Q18 2.575 18 3v1h1q.825 0 1.413.588Q21 5.175 21 6v14q0 .825-.587 1.413A1.93 1.93 0 0 1 19 22zm0-2h14V10H5z'/></SfIconBase>; | ||
} |
15 changes: 8 additions & 7 deletions
15
packages/sfui/frameworks/react/components/SfIcons/SfIconCall.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
|
||
import type { SfIconProps } from '@storefront-ui/react'; | ||
import { SfIconBase, SfIconSize } from '@storefront-ui/react'; | ||
|
||
export default function SfIconCall({ size = SfIconSize.base, viewBox = '0 0 24 24', ...attributes }: SfIconProps) { | ||
return ( | ||
<SfIconBase size={size} viewBox={viewBox} data-testid="call" {...attributes}> | ||
<path d="M19.95 21q-3.225 0-6.287-1.438a19 19 0 0 1-5.425-3.8 19 19 0 0 1-3.8-5.425Q3 7.275 3 4.05q0-.45.3-.75t.75-.3H8.1a.96.96 0 0 1 .625.225.88.88 0 0 1 .325.575l.65 3.5q.05.35-.012.637a1.03 1.03 0 0 1-.288.513L6.975 10.9q1.05 1.8 2.638 3.375A18.6 18.6 0 0 0 13.1 17l2.35-2.35q.225-.225.588-.338.362-.112.712-.062l3.45.7q.35.075.575.337.225.263.225.613v4.05q0 .45-.3.75t-.75.3M6.025 9l1.65-1.65L7.25 5H5.025q.125 1.024.35 2.025T6.025 9M19 18.95v-2.2l-2.35-.475-1.675 1.675q.975.424 1.988.675 1.012.25 2.037.325" /> | ||
</SfIconBase> | ||
); | ||
} | ||
export default function SfIconCall({ | ||
size = SfIconSize.base, | ||
viewBox = '0 0 24 24', | ||
...attributes | ||
}: SfIconProps) { | ||
return <SfIconBase size={size} viewBox={viewBox} data-testid="call" {...attributes}><path d='M19.95 21q-3.225 0-6.287-1.438a19 19 0 0 1-5.425-3.8 19 19 0 0 1-3.8-5.425Q3 7.275 3 4.05q0-.45.3-.75t.75-.3H8.1a.96.96 0 0 1 .625.225.88.88 0 0 1 .325.575l.65 3.5q.05.35-.012.637a1.03 1.03 0 0 1-.288.513L6.975 10.9q1.05 1.8 2.638 3.375A18.6 18.6 0 0 0 13.1 17l2.35-2.35q.225-.225.588-.338.362-.112.712-.062l3.45.7q.35.075.575.337.225.263.225.613v4.05q0 .45-.3.75t-.75.3M6.025 9l1.65-1.65L7.25 5H5.025q.125 1.024.35 2.025T6.025 9M19 18.95v-2.2l-2.35-.475-1.675 1.675q.975.424 1.988.675 1.012.25 2.037.325'/></SfIconBase>; | ||
} |
Oops, something went wrong.