IconLayers.tsx 1.0 KB

1234567891011121314151617
  1. import { createIcon } from '@queenjs/icons';
  2. export const IconLayers = createIcon(<svg viewBox="0 0 28 28">
  3. <g transform="translate(-1600 -1008)">
  4. <g transform="translate(-2898 -4202)">
  5. <rect fill="none" width="28" height="28" transform="translate(4498 5210)" />
  6. </g>
  7. <g transform="translate(-2898.094 -4203.081)">
  8. <path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.2px" stroke-linecap="round"
  9. d="M4512.337,5215.856l-9.461,4.887,9.461,4.7,9.1-4.7Z" transform="translate(0.005 0)" />
  10. <path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.2px"
  11. 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)" />
  12. <path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.2px"
  13. 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)" />
  14. </g>
  15. </g>
  16. </svg>)