@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 373 B
JavaScript
//#region virtual:star--half/16.js
const StarHalf16 = require("../utils-BpydAK29.cjs").createSVGComponent("StarHalf16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 16 16",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"elem": "path",
"attrs": { "d": "M5.7 5.6.6 6.3 4.3 9.9 3.5 15 8 12.6 8 1z" }
}]);
//#endregion
module.exports = StarHalf16;