Skip to content

Commit

Permalink
Update icon-sort-z-a.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Dec 12, 2023
1 parent 176f1dd commit 94be467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stencil-workspace/src/components/icons/icon-sort-z-a.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ interface IconProps {

export const IconSortZA: FunctionalComponent<IconProps> = (props: IconProps) => (
<svg
data-test-id="iconSortZA"
xmlns="http://www.w3.org/2000/svg"
width={props.size ?? 16}
height={props.size ?? 16}
Expand Down

0 comments on commit 94be467

Please sign in to comment.