@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.58 kB
JavaScript
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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'DocumentSplitHintOff24Filled',
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: 'M3.28 2.22a.75.75 0 0 0-1.06 1.06L4 5.06v6.44a.5.5 0 0 0 .5.5h6.44l7.56 7.56V20a.5.5 0 0 1-.5.5h-1.25a.75.75 0 1 0 0 1.5H18a2 2 0 0 0 1.804-1.135l.916.915a.75.75 0 0 0 1.06-1.06L3.28 2.22zM18.5 15.318l1.361 1.362a.747.747 0 0 0 .14-.435V13.75a.75.75 0 0 0-1.5 0v1.568zM12.712 9.53l2.47 2.47H19.5a.5.5 0 0 0 .5-.5V10h-6c-.49 0-.94-.177-1.288-.47zM12 8c0 .49.177.94.47 1.288L5.306 2.124C5.522 2.044 5.756 2 6 2h6v6zm1.5 0V2.5l6 6H14a.5.5 0 0 1-.5-.5zm-8 5.75a.75.75 0 0 0-1.5 0v2.495a.75.75 0 0 0 1.5 0V13.75zm4.75 6.75a.75.75 0 1 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5zm-5.5-2a.75.75 0 0 1 .75.75V20a.5.5 0 0 0 .5.5h1.25a.75.75 0 0 1 0 1.5H6a2 2 0 0 1-2-2v-.75a.75.75 0 0 1 .75-.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})