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