@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
28 lines (27 loc) • 573 B
JavaScript
//#region virtual:text--long-paragraph/32.js
const TextLongParagraph32 = require("../utils-BpydAK29.cjs").createSVGComponent("TextLongParagraph32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [
{
"elem": "path",
"attrs": { "d": "M6 24H20V26H6z" }
},
{
"elem": "path",
"attrs": { "d": "M6 18H26V20H6z" }
},
{
"elem": "path",
"attrs": { "d": "M6 12H26V14H6z" }
},
{
"elem": "path",
"attrs": { "d": "M6 6H26V8H6z" }
}
]);
//#endregion
module.exports = TextLongParagraph32;