IconTextJustify.tsx 581 B

12345678
  1. import { createIcon } from '@queenjs/icons';
  2. export const IconTextJustify = createIcon(<svg viewBox="0 0 48 48" fill="none">
  3. <path d="M42 19H6" stroke="currentColor" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" />
  4. <path d="M42 9H6" stroke="currentColor" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" />
  5. <path d="M42 29H6" stroke="currentColor" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" />
  6. <path d="M42 39H6" stroke="currentColor" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" />
  7. </svg>)