import { createIcon } from './icon';

export const ChevronDown = createIcon('ChevronDown', [
	['path', { d: 'm6 9 6 6 6-6' }],
]);
