@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 443 B
JavaScript
//#region virtual:text--new-line/16.js
const TextNewLine16 = require("../utils-BpydAK29.cjs").createSVGComponent("TextNewLine16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"elem": "path",
"attrs": { "d": "M20.5859,14.4141,24.1719,18H6V8H4V18a2.0024,2.0024,0,0,0,2,2H24.1719L20.586,23.5859,22,25l6-6-6-6Z" }
}]);
//#endregion
module.exports = TextNewLine16;