IconAlignR.tsx 453 B

1234567891011
  1. import { createIcon } from '@queenjs/icons';
  2. export const IconAlignR = createIcon(<svg viewBox="0 0 14.755 14.51">
  3. <g transform="translate(0.5 0.5)">
  4. <rect fill="none" stroke="currentColor" stroke-linejoin="round" width="11" height="6"
  5. transform="translate(0 3.755)" />
  6. <path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-linecap="round"
  7. d="M6.5,6V19.51"
  8. transform="translate(7.255 -6)" />
  9. </g>
  10. </svg>)