@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 538 B
JavaScript
//#region virtual:Q/operation--if/24.js
const QOperationIf24 = require("../../utils-BpydAK29.cjs").createSVGComponent("QOperationIf24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M12 13H14V23H12z" }
},
{
"elem": "path",
"attrs": { "d": "M12 9H14V11H12z" }
},
{
"elem": "path",
"attrs": { "d": "M23,11V9H20a2,2,0,0,0-2,2v2H16v2h2v8h2V15h3V13H20V11Z" }
}
]);
//#endregion
module.exports = QOperationIf24;