google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 546 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const Hexagon = createIcon("Hexagon", [
[
"path",
{
d: "M17.1996 3H6.79961L1.59961 12L6.79961 21H17.1996L22.3996 12L17.1996 3ZM16.0496 19H7.94961L3.90961 12L7.94961 5H16.0396L20.0796 12L16.0496 19Z",
key: "1hp2bp"
}
]
]);
export { Hexagon as default };
//# sourceMappingURL=hexagon.js.map