Skip to content

Commit 2d6eb8a

Browse files
committed
Upgrade ui frontend semver dependencies
1 parent 4a15efd commit 2d6eb8a

File tree

2 files changed

+1511
-1501
lines changed

2 files changed

+1511
-1501
lines changed

ui/frontend/Icon.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,8 @@ export const MoreOptionsIcon = () => (
3131

3232
export const MoreOptionsActiveIcon = () => (
3333
<svg className={styles.icon} height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg">
34-
<g fillRule="evenodd" fill="#428bca">
35-
36-
<path d="M4,5 h16 a3,3 0 0,1 3,3 v8 a3,3 0 0,1 -3,3 h-16 a3,3 0 0,1 -3,-3 v-8 a3,3 0 0,1 3,-3 Z
37-
M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z" />
38-
</g>
34+
{/* eslint-disable-next-line react/no-unknown-property */}
35+
<path fillRule="evenodd" fill="#428bca" d="M4,5 h16 a3,3 0 0,1 3,3 v8 a3,3 0 0,1 -3,3 h-16 a3,3 0 0,1 -3,-3 v-8 a3,3 0 0,1 3,-3 Z M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z" />
3936
</svg>
4037
);
4138

0 commit comments

Comments
 (0)