Skip to content

Commit

Permalink
Merge pull request #164 from drift-labs/lukas/fix-icons-build-error
Browse files Browse the repository at this point in the history
fix: loader icon build error
  • Loading branch information
LukasDeco authored Feb 27, 2025
2 parents 092dd2d + b0259d6 commit 3cec48b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions icons/src/icons/components/Loader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,12 @@ const Loader = (allProps: IconProps) => {
transform="matrix(.00241 .00408 -.00407 .0024 2.527 9.03)"
>
<div
xmlns="http://www.w3.org/1999/xhtml"
style={{
background:
'conic-gradient(from 90deg,rgba(255,255,255,0) 0deg,rgba(255,255,255,.2) 333.31deg,rgba(255,255,255,0) 360deg)',
height: '100%',
width: '100%',
}}
opacity={1}
/>
</foreignObject>
</g>
Expand All @@ -68,14 +66,12 @@ const Loader = (allProps: IconProps) => {
transform="matrix(.0019 .00244 -.00366 .00286 5.432 7.176)"
>
<div
xmlns="http://www.w3.org/1999/xhtml"
style={{
background:
'conic-gradient(from 90deg,rgba(255,255,255,.0405) 0deg,rgba(255,255,255,.1) 31.113deg,rgba(255,255,255,0) 338.814deg,rgba(255,255,255,.0405) 360deg)',
height: '100%',
width: '100%',
}}
opacity={1}
/>
</foreignObject>
</g>
Expand Down

0 comments on commit 3cec48b

Please sign in to comment.