1234567891011121314151617 |
- import { createIcon } from '@queenjs/icons';
- export const IconLayers = createIcon(<svg viewBox="0 0 28 28">
- <g transform="translate(-1600 -1008)">
- <g transform="translate(-2898 -4202)">
- <rect fill="none" width="28" height="28" transform="translate(4498 5210)" />
- </g>
- <g transform="translate(-2898.094 -4203.081)">
- <path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.2px" stroke-linecap="round"
- d="M4512.337,5215.856l-9.461,4.887,9.461,4.7,9.1-4.7Z" transform="translate(0.005 0)" />
- <path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.2px"
- d="M4506.734,5223.192l-3.984,2.5,9.618,4.7,8.859-4.7-3.491-2.322" transform="translate(0 -0.65)" />
- <path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.2px"
- d="M4506.869,5223.146l-4.119,2.551,9.618,4.7,8.859-4.7-3.757-2.551" transform="translate(0 3.914)" />
- </g>
- </g>
- </svg>)
|