@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
22 lines (21 loc) • 705 B
JavaScript
//#region virtual:misuse/32.js
const Misuse32 = require("../utils-BpydAK29.cjs").createSVGComponent("Misuse32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"elem": "path",
"attrs": { "d": "M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14S23.7,2,16,2z M21.4,23L16,17.6L10.6,23L9,21.4l5.4-5.4L9,10.6L10.6,9 l5.4,5.4L21.4,9l1.6,1.6L17.6,16l5.4,5.4L21.4,23z" }
}, {
"elem": "path",
"attrs": {
"fill": "none",
"d": "M21.4,23L16,17.6L10.6,23L9,21.4l5.4-5.4L9,10.6L10.6,9l5.4,5.4L21.4,9l1.6,1.6L17.6,16 l5.4,5.4L21.4,23z",
"data-icon-path": "inner-path",
"opacity": "0"
}
}]);
//#endregion
module.exports = Misuse32;