import { createIcon } from './icon';

export const ChevronUp = createIcon('ChevronUp', [
	['path', { d: 'm18 15-6-6-6 6' }],
]);
