Skip to content

Commit

Permalink
💄 style: Update ModelScope Mono Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Dec 30, 2024
1 parent b2ec0bd commit 31e395c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/ModelScope/components/Mono.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ const Icon: IconType = forwardRef(({ size = '1em', style, ...rest }, ref) => {
{...rest}
>
<title>{TITLE}</title>
<path d="M8 5.3H2.667v2.667H0V13.3h2.667v5.333H8v-2.666H5.333V13.3H2.667v-2.667h2.666V7.967H8V5.3zM8 10.633h2.667V13.3H8v-2.667zM13.333 13.3v2.667h-2.666V13.3h2.666zM13.333 13.3v-2.667H16V13.3h-2.667zM21.333 7.967H24V13.3h-2.667v-2.667h-2.666V7.967H16V5.3h5.333v2.667zM21.333 13.3v5.333H16v-2.666h2.667V13.3h2.666z" />
<path d="M2.667 5.3H8v2.667H5.333v2.666H2.667V8.467H.5v2.166h2.167V13.3H0V7.967h2.667V5.3zM2.667 13.3h2.666v2.667H8v2.666H2.667V13.3zM8 10.633h2.667V13.3H8v-2.667zM13.333 13.3v2.667h-2.666V13.3h2.666zM13.333 13.3v-2.667H16V13.3h-2.667z" />
<path
clipRule="evenodd"
d="M21.333 13.3v-2.667h-2.666V7.967H16V5.3h5.333v2.667H24V13.3h-2.667zm0-2.667H23.5V8.467h-2.167v2.166z"
/>
<path d="M21.333 13.3v5.333H16v-2.666h2.667V13.3h2.666z" />
</svg>
);
});
Expand Down

0 comments on commit 31e395c

Please sign in to comment.