Skip to content

Commit

Permalink
Linting auto fix commit
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 30, 2025
1 parent 495e3c5 commit 578229e
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions packages/ui-components/src/components/Icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1238,17 +1238,19 @@ export function initIcons(): void {
),
[UiIcons.Info]: (
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="ico_info"
fill-rule="evenodd"
clip-rule="evenodd"
d="M7.5 5V4H8.5V5H7.5ZM7.5 12V6H8.5V12H7.5Z"
fill={COLORS.info}
/>
<path id="oval"
fill-rule="evenodd"
clip-rule="evenodd"
d="M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15ZM8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14Z"
fill={COLORS.info}
<path
id="ico_info"
fillRule="evenodd"
clipRule="evenodd"
d="M7.5 5V4H8.5V5H7.5ZM7.5 12V6H8.5V12H7.5Z"
fill={COLORS.info}
/>
<path
id="oval"
fillRule="evenodd"
clipRule="evenodd"
d="M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15ZM8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14Z"
fill={COLORS.info}
/>
</svg>
),
Expand Down

0 comments on commit 578229e

Please sign in to comment.