@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 493 B
JavaScript
//#region virtual:arithmetic-mean/32.js
const ArithmeticMean32 = require("../utils-BpydAK29.cjs").createSVGComponent("ArithmeticMean32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"elem": "path",
"attrs": { "d": "M24 9 22 9 16 17.5713 10 9 8 9 15 19 8 29 10 29 16 20.4287 22 29 24 29 17 19 24 9z" }
}, {
"elem": "path",
"attrs": { "d": "M8 3H24V5H8z" }
}]);
//#endregion
module.exports = ArithmeticMean32;