import { createIcon } from './icon';

export const X = createIcon('X', [
	['path', { d: 'M18 6 6 18' }],
	['path', { d: 'm6 6 12 12' }],
]);
