import { createIcon } from './icon';

export const ChevronLeft = createIcon('ChevronLeft', [
	['path', { d: 'm15 18-6-6 6-6' }],
]);
