Skip to content

Commit

Permalink
fix:review
Browse files Browse the repository at this point in the history
  • Loading branch information
thorkellmani committed Sep 27, 2024
1 parent 642ed95 commit 8a3a792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/island-ui/core/src/lib/IconRC/icons/UploadOutline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ const SvgUploadOutline = ({
}: React.SVGProps<SVGSVGElement> & SVGRProps) => {
return (
<svg
className="download-outline_svg__ionicon"
className="upload-outline_svg__ionicon"
viewBox="0 0 512 512"
aria-labelledby={titleId}
transform="matrix(1,0,0,-1,0,0)"
transform="rotate(180)"
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
Expand Down

0 comments on commit 8a3a792

Please sign in to comment.