@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 659 B
JavaScript
//#region virtual:hexagon--solid/24.js
const HexagonSolid24 = require("../utils-BpydAK29.cjs").createSVGComponent("HexagonSolid24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [{
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "m30.8508,15.4487l-6.9641-11.9165c-.1926-.3301-.5437-.5322-.9224-.5322h-13.9287c-.3787,0-.7297.2021-.9224.5322L1.1492,15.4487c-.199.3403-.199.7622,0,1.1025l6.9641,11.9165c.1926.3301.5437.5322.9224.5322h13.9287c.3787,0,.7297-.2021.9224-.5322l6.9641-11.9165c.199-.3403.199-.7622,0-1.1025Z"
}
}]);
//#endregion
module.exports = HexagonSolid24;