google-material-icons
Version:
A google material icon library package for React applications
19 lines (15 loc) • 459 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 3Z", key: "10hcf2" }
]
]);
export { Hexagon as default };
//# sourceMappingURL=hexagon.js.map