@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 482 B
JavaScript
//#region virtual:choices/16.js
const Choices16 = require("../utils-BpydAK29.cjs").createSVGComponent("Choices16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"elem": "path",
"attrs": { "d": "M28 13 28 4 19 4 19 6 24.586 6 16 14.586 7.414 6 13 6 13 4 4 4 4 13 6 13 6 7.414 15 16.414 15 26 4 26 4 28 28 28 28 26 17 26 17 16.414 26 7.414 26 13 28 13z" }
}]);
//#endregion
module.exports = Choices16;