@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 398 B
JavaScript
//#region virtual:paragraph/24.js
const Paragraph24 = require("../utils-BpydAK29.cjs").createSVGComponent("Paragraph24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [{
"elem": "path",
"attrs": { "d": "M27,4H13a7,7,0,0,0,0,14V28h2V6h5V28h2V6h5ZM13,16A5,5,0,0,1,13,6Z" }
}]);
//#endregion
module.exports = Paragraph24;