@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/24.js
const BorderFull24 = require("../utils-BpydAK29.cjs").createSVGComponent("BorderFull24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M8 10H18V12H8z" }
},
{
"elem": "path",
"attrs": { "d": "M8 15H14V17H8z" }
},
{
"elem": "path",
"attrs": { "d": "M29,29H3V3H29ZM5,27H27V5H5Z" }
}
]);
//#endregion
module.exports = BorderFull24;