IconTextCenter.tsx 865 B

12345678910111213141516
  1. import { createIcon } from '@queenjs/icons';
  2. export const IconTextCenter = createIcon(<svg viewBox="0 0 22 22">
  3. <g transform="translate(-1620 -327)">
  4. <g transform="translate(1624.778 332.686)">
  5. <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
  6. d="M6,9H18.444" transform="translate(-6 -9)" />
  7. <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
  8. d="M6,19h9.679" transform="translate(-4.617 -15.457)" />
  9. <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
  10. d="M6,29H18.444" transform="translate(-6 -21.915)" />
  11. <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
  12. d="M6,39h9.679" transform="translate(-4.617 -28.372)" />
  13. </g>
  14. </g>
  15. </svg>)