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