@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
45 lines (44 loc) • 1.13 kB
JavaScript
/**
* Copyright IBM Corp. 2019, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
*/
import { t as createSVGComponent } from "../utils-H3m8fM4H.mjs";
//#region virtual:page-break/32.js
const PageBreak32 = createSVGComponent("PageBreak32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [
{
"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
export { PageBreak32 as default };