@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 676 B
JavaScript
//#region virtual:desk--adjustable/32.js
const DeskAdjustable32 = require("../utils-BpydAK29.cjs").createSVGComponent("DeskAdjustable32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [
{
"elem": "path",
"attrs": { "d": "M17 27.172 17 22 15 22 15 27.172 12.414 24.586 11 26 16 31 21 26 19.586 24.586 17 27.172z" }
},
{
"elem": "path",
"attrs": { "d": "M30,12H2v8H4V30H6V20H26V30h2V20h2Zm-2,6H4V14H28Z" }
},
{
"elem": "path",
"attrs": { "d": "M15 4.828 15 10 17 10 17 4.828 19.586 7.414 21 6 16 1 11 6 12.414 7.414 15 4.828z" }
}
]);
//#endregion
module.exports = DeskAdjustable32;