@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.19 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: 'SlideHide24Filled',
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: 'M5.25 3A3.25 3.25 0 0 0 2 6.25v8.5A2.25 2.25 0 0 0 4.25 17h.25V8.75A3.25 3.25 0 0 1 7.75 5.5H19v-.25A2.25 2.25 0 0 0 16.75 3H5.25zm14.5 3.5h-.496l-.102.007A.75.75 0 0 0 19.254 8h.496l.102.007a.75.75 0 0 1 .648.743v1.004l.007.101A.75.75 0 0 0 22 9.754V8.75l-.005-.154A2.25 2.25 0 0 0 19.75 6.5zM6.993 12.149a.75.75 0 0 0-1.493.102v2.494l.007.102A.75.75 0 0 0 7 14.745v-2.494l-.007-.102zm-.743 4.346a.75.75 0 0 1 .743.648l.007.102v1.005c0 .38.282.694.648.743L7.75 19h.5a.75.75 0 0 1 .102 1.493l-.102.007h-.5a2.25 2.25 0 0 1-2.245-2.096L5.5 18.25v-1.005a.75.75 0 0 1 .75-.75zm15 0a.75.75 0 0 1 .75.75v1.005a2.25 2.25 0 0 1-2.25 2.25h-1.003a.75.75 0 0 1 0-1.5h1.003a.75.75 0 0 0 .75-.75v-1.005a.75.75 0 0 1 .75-.75zM16.248 19h-1.495l-.102.007a.75.75 0 0 0 .102 1.493h1.495l.102-.007A.75.75 0 0 0 16.248 19zm-5.497 0h1.495a.75.75 0 0 1 .102 1.493l-.102.007h-1.495a.75.75 0 0 1-.102-1.493L10.75 19zm10.499-7.5a.75.75 0 0 1 .743.649l.007.102v2.494a.75.75 0 0 1-1.493.102l-.007-.102v-2.494a.75.75 0 0 1 .75-.75zm-12.497-5a.75.75 0 0 1 0 1.5H7.75a.75.75 0 0 0-.75.75v1.004a.75.75 0 0 1-1.5 0V8.75A2.25 2.25 0 0 1 7.75 6.5h1.003zm7.999 0h-1.503l-.102.007A.75.75 0 0 0 15.25 8h1.503l.102-.007a.75.75 0 0 0-.102-1.493zm-5.502 0h1.495a.75.75 0 0 1 .102 1.493L12.745 8H11.25a.75.75 0 0 1-.102-1.493l.102-.007z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})