| import React from 'react'; | |
| const IconHex = () => ( | |
| <svg id="hex" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 84 96"> | |
| <title>Hexagon</title> | |
| <g transform="translate(-8.000000, -2.000000)"> | |
| <g transform="translate(11.000000, 5.000000)"> | |
| <polygon | |
| stroke="currentColor" | |
| strokeWidth="5" | |
| strokeLinecap="round" | |
| strokeLinejoin="round" | |
| points="39 0 0 22 0 67 39 90 78 68 78 23" | |
| fill="currentColor" | |
| /> | |
| </g> | |
| </g> | |
| </svg> | |
| ); | |
| export default IconHex; | |