@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
36 lines (35 loc) • 749 B
JavaScript
//#region virtual:text--indent--more/24.js
const TextIndentMore24 = require("../utils-BpydAK29.cjs").createSVGComponent("TextIndentMore24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M20 6H30V8H20z" }
},
{
"elem": "path",
"attrs": { "d": "M20 12H27V14H20z" }
},
{
"elem": "path",
"attrs": { "d": "M20 18H30V20H20z" }
},
{
"elem": "path",
"attrs": { "d": "M20 24H27V26H20z" }
},
{
"elem": "path",
"attrs": { "d": "M14 4H16V28H14z" }
},
{
"elem": "path",
"attrs": { "d": "M3.85 22.5 2.44 21.12 8.73 15 2.44 8.88 3.85 7.5 11.56 15 3.85 22.5z" }
}
]);
//#endregion
module.exports = TextIndentMore24;