@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 497 B
JavaScript
//#region virtual:border--full/16.js
const BorderFull16 = require("../utils-BpydAK29.cjs").createSVGComponent("BorderFull16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "path",
"attrs": { "d": "M8 10H18V12H8z" }
},
{
"elem": "path",
"attrs": { "d": "M8 15H14V17H8z" }
},
{
"elem": "path",
"attrs": { "d": "M29,29H3V3H29ZM5,27H27V5H5Z" }
}
]);
//#endregion
module.exports = BorderFull16;