import React from 'react'; import { createIcon } from '../createIcon'; import { Path } from '../nbSvg'; export const CloseIcon = createIcon({ viewBox: '0 0 24 24', d: 'M12 9.77778L4.22222 2L2 4.22222L9.77778 12L2 19.7778L4.22222 22L12 14.2222L19.7778 22L22 19.7778L14.2222 12L22 4.22222L19.7778 2L12 9.77778Z', }); export const SmallCloseIcon = createIcon({ viewBox: '0 0 16 16', path: ( ), });