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,5 +1,5 @@
import { useAFFiNEI18N } from '@affine/i18n/hooks';
import { ArrowLeftSmallIcon } from '@blocksuite/icons';
import { ArrowLeftSmallIcon } from '@blocksuite/icons/rc';
import type { FC } from 'react';
import type { ButtonProps } from '../../ui/button';
@@ -1,4 +1,4 @@
import { Logo1Icon } from '@blocksuite/icons';
import { Logo1Icon } from '@blocksuite/icons/rc';
import type { FC } from 'react';
import { modalHeaderWrapper } from './share.css';
@@ -1,5 +1,5 @@
import { apis } from '@affine/electron-api';
import { ArrowRightSmallIcon } from '@blocksuite/icons';
import { ArrowRightSmallIcon } from '@blocksuite/icons/rc';
import clsx from 'clsx';
import { useEffect, useMemo, useState } from 'react';
import type { Location } from 'react-router-dom';