IconClear.tsx 651 B

12345678910111213
  1. import { createIcon } from '@queenjs/icons';
  2. export const IconClear = createIcon(<svg viewBox="0 0 14.95 14.637">
  3. <g transform="translate(-3.976 -5.5)">
  4. <rect fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
  5. width="11.658"
  6. height="7.359" transform="translate(5.621 12.278)" />
  7. <path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
  8. d="M4,8.441H8.883V6h4.185V8.441H17.95v3.836H4Z" transform="translate(0.476)" />
  9. <path fill="none" stroke="currentColor" stroke-linecap="round" d="M16,32v3.488"
  10. transform="translate(-7.815 -16.043)" />
  11. </g>
  12. </svg>)