Files
AFFiNE-Mirror/blocksuite/affine/components/src/toolbar/chevron-down.ts

8 lines
181 B
TypeScript

import { ArrowDownSmallIcon } from '@blocksuite/icons/lit';
export const EditorChevronDown = ArrowDownSmallIcon({
style: 'display: flex;',
width: '16px',
height: '16px',
});