@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
36 lines (35 loc) • 857 B
JavaScript
//#region virtual:page-break/16.js
const PageBreak16 = require("../utils-BpydAK29.cjs").createSVGComponent("PageBreak16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "path",
"attrs": { "d": "M2 18H6V20H2z" }
},
{
"elem": "path",
"attrs": { "d": "M26 18H30V20H26z" }
},
{
"elem": "path",
"attrs": { "d": "M24,22v6H8V22H6v6a2.0058,2.0058,0,0,0,2,2H24a2.0058,2.0058,0,0,0,2-2V22Z" }
},
{
"elem": "path",
"attrs": { "d": "M8,16V4h8v6a2.0058,2.0058,0,0,0,2,2h6v4h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V16ZM18,4.4,23.6,10H18Z" }
},
{
"elem": "path",
"attrs": { "d": "M10 18H14V20H10z" }
},
{
"elem": "path",
"attrs": { "d": "M18 18H22V20H18z" }
}
]);
//#endregion
module.exports = PageBreak16;