mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
8 lines
181 B
TypeScript
8 lines
181 B
TypeScript
import { ArrowDownSmallIcon } from '@blocksuite/icons/lit';
|
|
|
|
export const EditorChevronDown = ArrowDownSmallIcon({
|
|
style: 'display: flex;',
|
|
width: '16px',
|
|
height: '16px',
|
|
});
|