@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
22 lines (21 loc) • 670 B
JavaScript
//#region virtual:misuse/20.js
const Misuse20 = require("../utils-BpydAK29.cjs").createSVGComponent("Misuse20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 20 20",
"fill": "currentColor",
"width": 20,
"height": 20
}, [{
"elem": "path",
"attrs": { "d": "M10,1c-4.9,0-9,4.1-9,9s4.1,9,9,9s9-4,9-9S15,1,10,1z M13.5,14.5L10,11l-3.5,3.5l-1-1L9,10L5.5,6.5l1-1L10,9l3.5-3.5l1,1 L11,10l3.5,3.5L13.5,14.5z" }
}, {
"elem": "path",
"attrs": {
"fill": "none",
"d": "M13.5,14.5L10,11l-3.5,3.5l-1-1L9,10L5.5,6.5l1-1L10,9l3.5-3.5l1,1L11,10l3.5,3.5L13.5,14.5z",
"data-icon-path": "inner-path",
"opacity": "0"
}
}]);
//#endregion
module.exports = Misuse20;