@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/16.js
const TextLongParagraph16 = require("../utils-BpydAK29.cjs").createSVGComponent("TextLongParagraph16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"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 = TextLongParagraph16;