@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
28 lines (27 loc) • 675 B
JavaScript
//#region virtual:list--numbered/20.js
const ListNumbered20 = require("../utils-BpydAK29.cjs").createSVGComponent("ListNumbered20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [
{
"elem": "path",
"attrs": { "d": "M16 22H30V24H16z" }
},
{
"elem": "path",
"attrs": { "d": "M16 8H30V10H16z" }
},
{
"elem": "path",
"attrs": { "d": "M8 12 8 4 6 4 6 5 4 5 4 7 6 7 6 12 4 12 4 14 6 14 8 14 10 14 10 12 8 12z" }
},
{
"elem": "path",
"attrs": { "d": "M10,28H4V24a2,2,0,0,1,2-2H8V20H4V18H8a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H6v2h4Z" }
}
]);
//#endregion
module.exports = ListNumbered20;