IconTextLineHeight.tsx 950 B

123456789101112131415161718
  1. import { createIcon } from '@queenjs/icons';
  2. export const IconTextLineHeight = createIcon(<svg viewBox="0 0 22 22">
  3. <g transform="translate(-1620 -327)">
  4. <g transform="translate(1618.256 324.631)">
  5. <path stroke="currentColor" stroke-linecap="round" d="M6,7H19.488" />
  6. <path stroke="currentColor" stroke-linecap="round" d="M6,41H19.488"
  7. transform="translate(0 -21.262)" />
  8. <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
  9. d="M17.747,13,14,21.242" transform="translate(-5.003 -3.752)" />
  10. <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
  11. d="M18,28h4.5" transform="translate(-7.504 -13.132)" />
  12. <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
  13. d="M24,13l3.747,8.242" transform="translate(-11.256 -3.752)" />
  14. </g>
  15. </g>
  16. </svg>)