UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.55 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'DocumentPageBreak20Regular', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M16 2.5V6c0 .828-.679 1.5-1.5 1.5H5.488A1.495 1.495 0 0 1 4 6V2.5c0-.276.222-.5.496-.5s.496.224.496.5V6c0 .275.222.5.496.5H14.5c.274 0 .5-.225.5-.5V2.5c0-.276.226-.5.5-.5s.5.224.5.5zm-13 7a.5.5 0 0 0 0 1h1.2a.5.5 0 0 0 0-1H3zm3.2 0a.5.5 0 0 0 0 1h1.2a.5.5 0 0 0 0-1H6.2zm2.7.5a.5.5 0 0 1 .5-.5h1.2a.5.5 0 0 1 0 1H9.4a.5.5 0 0 1-.5-.5zm3.7-.5a.5.5 0 0 0 0 1h1.2a.5.5 0 0 0 0-1h-1.2zm2.7.5a.5.5 0 0 1 .5-.5H17a.5.5 0 0 1 0 1h-1.2a.5.5 0 0 1-.5-.5zm.7 4v3.5c0 .276-.226.5-.5.5a.501.501 0 0 1-.5-.5V14c0-.275-.226-.5-.5-.5H5.488a.499.499 0 0 0-.496.5v3.5c0 .276-.222.5-.496.5A.498.498 0 0 1 4 17.5V14c0-.828.667-1.5 1.488-1.5H14.5c.821 0 1.5.672 1.5 1.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })