@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 407 B
JavaScript
//#region virtual:add--large/16.js
const AddLarge16 = require("../utils-BpydAK29.cjs").createSVGComponent("AddLarge16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"elem": "path",
"attrs": { "d": "M17 15 17 5 15 5 15 15 5 15 5 17 15 17 15 27 17 27 17 17 27 17 27 15 17 15z" }
}]);
//#endregion
module.exports = AddLarge16;