Skip to content

Commit

Permalink
fix invalid style prop for jsx error
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Vishal <[email protected]>
  • Loading branch information
vishalvivekm authored Sep 28, 2024
1 parent 45faf3c commit 55bdd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/General/Navigation/utility/CloudIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";

function CloudIcon() {
return (
<svg width="24px" height="24px" viewBox="0 0 141.73 141.73" fill="none" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" ><title>5-light-bg</title><rect id="_Path_" data-name="&lt;Path&gt;" x="79.63" y="23.97" width="36.93" height="17.79" style="fill:#00b39f"/><path id="_Path_2" data-name="&lt;Path&gt;" d="M119.92,83.9V76.53c0-8.49-7.14-15.37-15.94-15.37H44.38V56.31H22.56v21H98.1V83.9Z" style="fill:#00b39f"/><polygon id="_Path_3" data-name="&lt;Path&gt;" points="44.38 50.5 44.38 41.76 73.6 41.76 73.6 23.97 22.56 23.97 22.56 50.5 44.38 50.5" style="fill:#00d3a9"/><path id="_Path_4" data-name="&lt;Path&gt;" d="M98.1,89.62V100H68.88v17.79h36a14.77,14.77,0,0,0,15-14.49V89.62Z" style="fill:#00d3a9"/><path id="_Path_5" data-name="&lt;Path&gt;" d="M42.63,90.58V100H62.85v17.79h-26a14.77,14.77,0,0,1-15-14.49V90.58Z" style="fill:#00b39f"/></svg>
<svg width="24px" height="24px" viewBox="0 0 141.73 141.73" fill="none" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" ><title>5-light-bg</title><rect id="_Path_" data-name="&lt;Path&gt;" x="79.63" y="23.97" width="36.93" height="17.79" fill="#00b39f"/><path id="_Path_2" data-name="&lt;Path&gt;" d="M119.92,83.9V76.53c0-8.49-7.14-15.37-15.94-15.37H44.38V56.31H22.56v21H98.1V83.9Z" fill="#00b39f"/><polygon id="_Path_3" data-name="&lt;Path&gt;" points="44.38 50.5 44.38 41.76 73.6 41.76 73.6 23.97 22.56 23.97 22.56 50.5 44.38 50.5" fill="#00d3a9"/><path id="_Path_4" data-name="&lt;Path&gt;" d="M98.1,89.62V100H68.88v17.79h36a14.77,14.77,0,0,0,15-14.49V89.62Z" fill="#00d3a9"/><path id="_Path_5" data-name="&lt;Path&gt;" d="M42.63,90.58V100H62.85v17.79h-26a14.77,14.77,0,0,1-15-14.49V90.58Z" fill="#00b39f"/></svg>
);
}

Expand Down

0 comments on commit 55bdd87

Please sign in to comment.