@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 399 B
JavaScript
//#region virtual:star--half/32.js
const StarHalf32 = require("../utils-BpydAK29.cjs").createSVGComponent("StarHalf32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"elem": "path",
"attrs": { "d": "M11.45 11.22 1.28 12.7 8.64 19.87 6.9 30 16 25.22 16 2 11.45 11.22z" }
}]);
//#endregion
module.exports = StarHalf32;