@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 441 B
JavaScript
//#region virtual:factor/16.js
const Factor16 = require("../utils-BpydAK29.cjs").createSVGComponent("Factor16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"elem": "path",
"attrs": { "d": "M27,28V9H24V4h2V2H20V4h2V9H19V28H15V16H12V11h2V9H8v2h2v5H7V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM13,28H9V18h4Zm8-17h4V28H21Z" }
}]);
//#endregion
module.exports = Factor16;