chore: bump up @blocksuite/icons version (#7233)

This commit is contained in:
L-Sun
2024-06-18 17:07:11 +08:00
committed by GitHub
parent 390852f8be
commit 09201d42a0
149 changed files with 169 additions and 155 deletions
@@ -1,4 +1,4 @@
import { CloseIcon } from '@blocksuite/icons';
import { CloseIcon } from '@blocksuite/icons/rc';
import type { ReactNode } from 'react';
import {
@@ -1,6 +1,6 @@
import { Button, IconButton } from '@affine/component/ui/button';
import { useAFFiNEI18N } from '@affine/i18n/hooks';
import { CloseIcon } from '@blocksuite/icons';
import { CloseIcon } from '@blocksuite/icons/rc';
import { useCallback } from 'react';
import * as styles from './index.css';