@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
33 lines (32 loc) • 925 B
JavaScript
//#region virtual:constraint/20.js
const Constraint20 = require("../utils-BpydAK29.cjs").createSVGComponent("Constraint20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [
{
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "m27,13V5s-4,0-4,0v-2h4c1.1028,0,2,.8975,2,2v8c0,1.5234.8799,2,2,2v2c-1.1201,0-2,.4502-2,2v8c0,1.1025-.8972,2-2,2h-4v-2h4s0-8,0-8c0-1.6841.8799-2.5645,2-2.8584v-.2676c-1.1201-.2939-2-1.1899-2-2.874Z"
}
},
{
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "M12 12H20V20H12z"
}
},
{
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "m5,13V5h4v-2h-4c-1.1028,0-2,.8975-2,2v8c0,1.5234-.8799,2-2,2v2c1.1201,0,2,.4502,2,2v8c0,1.1025.8972,2,2,2h4v-2h-4v-8c0-1.6841-.8799-2.5645-2-2.8584v-.2676c1.1201-.2939,2-1.1899,2-2.874Z"
}
}
]);
//#endregion
module.exports = Constraint20;