chore: bump icons with new design source (#9529)

This commit is contained in:
CatsJuice
2025-01-06 03:10:03 +00:00
parent c22804766d
commit 09937a8e4d
37 changed files with 80 additions and 80 deletions
@@ -1,4 +1,4 @@
import { ToggleCollapseIcon } from '@blocksuite/icons/rc';
import { ToggleRightIcon } from '@blocksuite/icons/rc';
import clsx from 'clsx';
import { type ForwardedRef, forwardRef, type PropsWithChildren } from 'react';
@@ -42,7 +42,7 @@ export const CategoryDivider = forwardRef(
<div className={styles.label}>
{label}
{collapsible ? (
<ToggleCollapseIcon
<ToggleRightIcon
width={16}
height={16}
data-testid="category-divider-collapse-button"