@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 440 B
JavaScript
//#region virtual:square--solid/16.js
const SquareSolid16 = require("../utils-BpydAK29.cjs").createSVGComponent("SquareSolid16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"elem": "path",
"attrs": { "d": "M6,4h20c1.105,0,2,0.895,2,2v20c0,1.105-0.895,2-2,2H6c-1.105,0-2-0.895-2-2V6C4,4.895,4.895,4,6,4z" }
}]);
//#endregion
module.exports = SquareSolid16;