Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes (attempt 2/3)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Feb 15, 2025
1 parent d47e20c commit f539ace
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/frontend/src/icons/ThoughtSpot/ThoughtSpot.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
const SvgThoughtSpot = (props) => (
<svg focusable="false" width="512" height="512" xmlns="http://www.w3.org/2000/svg">
<svg
focusable="false"
width="512"
height="512"
xmlns="http://www.w3.org/2000/svg"
>
<g fill="#888888" fill-rule="evenodd">
<path d="M328.33 378.112c0-20.677 16.767-37.445 37.444-37.445 20.684 0 37.448 16.768 37.448 37.445 0 20.68-16.764 37.448-37.448 37.448-20.677 0-37.445-16.768-37.445-37.448M106 209.61h100.634v203.608h18.72V209.61h18.724v203.608h18.724V209.61h18.72v203.608h18.725V209.61H400.88v-18.724H106v18.724M106 172.165h294.88v-18.724H106zM106 134.72h294.88V116H106z"/>
<path d="M328.33 378.112c0-20.677 16.767-37.445 37.444-37.445 20.684 0 37.448 16.768 37.448 37.445 0 20.68-16.764 37.448-37.448 37.448-20.677 0-37.445-16.768-37.445-37.448M106 209.61h100.634v203.608h18.72V209.61h18.724v203.608h18.724V209.61h18.72v203.608h18.725V209.61H400.88v-18.724H106v18.724M106 172.165h294.88v-18.724H106zM106 134.72h294.88V116H106z" />
</g>
</svg>
);
Expand Down

0 comments on commit f539ace

Please sign in to comment.