@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 550 B
JavaScript
//#region virtual:enable-step/24.js
const EnableStep24 = require("../utils-BpydAK29.cjs").createSVGComponent("EnableStep24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [{
"elem": "path",
"attrs": { "d": "M29,12H3c-.6,0-1-.4-1-1V3c0-.6.4-1,1-1h26c.6,0,1,.4,1,1v8c0,.6-.4,1-1,1ZM4,4v6h24v-6H4ZM23,27.2l-2.6-2.6-1.4,1.4,4,4,7-7-1.4-1.4-5.6,5.6ZM17,22H4v-6h24v3h2v-4c0-.6-.4-1-1-1H3c-.6,0-1,.5-1,1v8c0,.5.4,1,1,1h14v-2Z" }
}]);
//#endregion
module.exports = EnableStep24;